<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tei-c.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Drsweeg</id>
	<title>TEIWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tei-c.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Drsweeg"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Special:Contributions/Drsweeg"/>
	<updated>2026-04-21T17:55:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6368</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6368"/>
		<updated>2009-05-06T19:27:37Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Appendix A: History of This Document */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
* [http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= TEI Text Encoding in Libraries: Guidelines for Best Encoding Practices =&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the recommendations are as inclusive as possible by specifying a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
These recommendations are meant to complement the TEI Tite customization of the TEI Guidelines. Whereas TEI Tite is meant for vendors who need exact specifications for encoding without room for interpretation or local practice, these guidelines document how a library or other large-scale encoding project might create TEI documents that conform as closely as possible both to common TEI practice and to library standards.  If a library uses TEI Tite to outsource its encoding, it should find conversion of TEI Tite files to Level 4 in these recommendations to be trivial.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
=== Standards and local practice ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
=== Transcription ===&lt;br /&gt;
&lt;br /&gt;
When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on the first leaf of the original work. It may be impractical or undesirable to transcribe and encode certain features of the text, such as publisher’s advertisements or indexes, but if at all possible, they should be included as links to page images. Any omissions of material found in the original work should be noted in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; in the TEI header.&lt;br /&gt;
&lt;br /&gt;
=== Filenames ===&lt;br /&gt;
&lt;br /&gt;
A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters.&lt;br /&gt;
&lt;br /&gt;
=== URIs ===&lt;br /&gt;
&lt;br /&gt;
A number of attributes take a [http://tools.ietf.org/html/rfc3986 URI] (Uniform Resource Identifier) as their value. Note that in addition to the full form of reference defined by URI syntax, these attributes can take a relative reference (e.g., &amp;lt;tt&amp;gt;filename.ext&amp;lt;/tt&amp;gt;) or a fragment identifier (e.g., &amp;lt;tt&amp;gt;#foo&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Text divisions ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;s starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&lt;br /&gt;
&lt;br /&gt;
Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&lt;br /&gt;
&lt;br /&gt;
=== Page breaks ===&lt;br /&gt;
&lt;br /&gt;
Page breaks should be encoded using the &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element, which should demark the top of a page (i.e. the text of page seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should always be contained within a text division for ease of retrieval with indexing software. For example, a page break that occurs between chapters 2 and 3 should be encoded soon after the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that opens chapter 3 (rather than before the &amp;lt;tt&amp;gt;&amp;amp;lt;/div&amp;gt;&amp;lt;/tt&amp;gt; that ends chapter 2).&lt;br /&gt;
&lt;br /&gt;
=== Linking between encoded text and images of source documents ===&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For those projects relying on the [http://www.loc.gov/standards/mets/ Metadata Encoding and Transmission Standard] (METS), the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute is used as a conceptual identifier for content as opposed to an explicit pointer (i.e., &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute) to a specific representation of that content. These identifiers are then used to generate a METS document that bundles the various content types (e.g., master image files, derivative image files for Web delivery, PDFs, etc.), explicitly lists all versions of the content, and defines the relationships between the constituent parts.  This is achieved through the use of the &amp;lt;tt&amp;gt;&amp;lt;mets:fileSec&amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;lt;mets:structMap&amp;gt;&amp;lt;/tt&amp;gt; sections of the METS document (see [http://fedora.dlib.indiana.edu:8080/fedora/get/iudl:269584/METSNAV sample METS document] for a TEI project).&lt;br /&gt;
&lt;br /&gt;
=== General Guidelines for Attribute Usage ===&lt;br /&gt;
&lt;br /&gt;
Some general advice on the use of particular attributes follows. (All of these attributes are commonly used on various elements, but not every element requires or even allows these attributes.)&lt;br /&gt;
&lt;br /&gt;
==== type ====&lt;br /&gt;
&lt;br /&gt;
Constructing a list of acceptable attribute values for the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute for each element, on which everyone could agree, is impossible. Instead, it is recommended that projects describe the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute values used in their texts in the project [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#IM ODD] file and that this list be made available to people using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For a list of standard names and definitions of bibliographic features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf).&lt;br /&gt;
&lt;br /&gt;
==== n ====&lt;br /&gt;
&lt;br /&gt;
This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. &lt;br /&gt;
Example: &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== xml:id ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA .&lt;br /&gt;
&lt;br /&gt;
==== target ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA.&lt;br /&gt;
&lt;br /&gt;
==== rend ====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute may be used when it is desirable to record information about how the content object was displayed in the source document.&lt;br /&gt;
&lt;br /&gt;
If a project is normalizing the rendering of text objects (for example, such that all titles should be italicized, regardless of how they appeared in the source document), there is no need to use this attribute; instead, a stylesheet will determine that all titles are displayed in italics.&lt;br /&gt;
&lt;br /&gt;
However, if a project is faithfully recording the rendering in the source document, this element should be used to indicate this rendering, either on all elements to be rendered differently from the surrounding text or on all elements whose rendering does not follow the default stylesheet.&lt;br /&gt;
&lt;br /&gt;
Difficulty using &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to record more than one rendition feature. With this in mind, projects should use the following adaptation of “rendition ladders,” a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; value. Rendition ladders consist of categories of renditional features with values of each of those features enclosed in parentheses. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; should only be used to override a default value. For instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics, there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;. Combining renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
&lt;br /&gt;
==== xml:lang ====&lt;br /&gt;
&lt;br /&gt;
Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4, it should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;TEI&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI header is to declare the bibliographic information related to the electronic document and, if appropriate, the bibliographic data for the original analog source document from which the electronic edition was created. The TEI header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI in the late 1980s, many people have described the TEI header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI header can serve multiple audiences.  In the local context, a TEI header provides metadata about the TEI document, its source, and its provenance.  The TEI header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library’s collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards”; two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons: for example, the original document is a manuscript item, or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence from a source document, the header creator may assign a title and author, if appropriate, enclosing the information in square brackets (using the standard English-language convention for editorial interjections).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;7&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;7&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt; contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entities primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;, one per &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; must have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below (rather than &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;) for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;, in which case no &amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. The value of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html drawn from the full TEI Guidelines].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use one &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; per source document. Metadata for the source document may be automatically generated from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use &amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt; with child elements arranged in the order below for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document. The TEI definition of this element specifies that it is used even for works that might not otherwise be considered “monographs.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code. If the element has a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value of &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;, its content is statement of responsibility from a MARC record.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as in the main TEI Guidelines].&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required. It may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code. Include one &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&lt;br /&gt;
If generating the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; from a MARC record, it will be difficult to produce content for this element, so it’s recommended to use &amp;lt;tt&amp;gt;&amp;amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; instead of this element.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;imprint&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of publisher, distributor, etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of the series to which the source document belongs. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt; refers to identification numbers for the source document.  Use &amp;lt;tt&amp;gt;type=&amp;quot;isbn-13&amp;quot;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;type=&amp;quot;isbn-10&amp;quot;&amp;lt;/tt&amp;gt; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source’s location in an individual institution’s collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;lt;tt&amp;gt;&amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;encodingDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the &amp;lt;tt&amp;gt;n&amp;lt;/tt&amp;gt; attribute. Include one or more &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; elements as children with information on editorial decisions made during encoding and notes about omissions of material found in the original work. There should be a statement about the format of the data in the header. (Does the data in the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?) There should also be a statement about any automated processes used to generate the markup or content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change, in ISO 8601 form (YYYY-MM-DD), should be recorded using the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;gt;By Gideon Welles&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data &lt;br /&gt;
          follows AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (“dirty OCR”) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata (which page number corresponds to which image in the page sequence) collected during the imaging or preparation process. Generally speaking, this means markup is inserted at selected points into the raw OCR text, generating a valid XML document. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;: a single &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;).&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;): a single &amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to Level 3 or higher, the &amp;lt;tt&amp;gt;ab&amp;lt;/tt&amp;gt; element will be replaced by structural elements like &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. See the explanation above for [http://wiki.tei-c.org/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices#Linking_between_encoded_text_and_images_of_source_documents how to link between the encoded text and images of source documents].&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Level 2 generally can be created and encoded by automated means.  Pagination is identified as in Level 1, and metadata for the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure is created, likely based on the page images.  The &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure metadata might contain the page number on which the division begins and a transcription of that &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;’s heading.  This metadata is inserted into the raw OCR at the appropriate points, forming a valid XML document. Level 2 texts do not require any special knowledge or manual intervention below the section level.&lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;i&amp;gt;not&amp;lt;/i&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is specified, a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; value of &amp;lt;tt&amp;gt;&amp;quot;section&amp;quot;&amp;lt;/tt&amp;gt; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Examples====&lt;br /&gt;
=====Level 2 Basic Structure=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
   &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
   &amp;lt;front&amp;gt;&lt;br /&gt;
     [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
     [optional]&lt;br /&gt;
   &amp;lt;/front&amp;gt;&lt;br /&gt;
   &amp;lt;body&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;1&amp;quot; facs=&amp;quot;[URI of page 1 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;[heading of section 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
       &amp;lt;ab&amp;gt;[entire contents of section 1 here, with&lt;br /&gt;
          interspersed &amp;amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
          images; in this example there are 26 more pages&lt;br /&gt;
          to section 1]&amp;lt;/ab&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;27&amp;quot; facs=&amp;quot;[URI of page 27 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;head&amp;gt;[heading of section 2 subsection 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
         &amp;lt;ab&amp;gt;[all the paragraphs of subsection one go here&lt;br /&gt;
           with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
       &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/body&amp;gt;&lt;br /&gt;
   &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 2 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;!-- content of head element was transcribed from page image --&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand-alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of encoding these features, as well as figures, notes, and all changes of typography, allows a range of options for display, delivery, and searching. For example, one has the option of identifying, and therefore specifying, the display characteristics of different typographic styles, and regularizing the display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images, and therefore can be uploaded, downloaded, and delivered quickly, and require less storage space than digital collections with page images. However, the simple level of structural analysis and absence of specialized content analysis reflected in Level 3 encoding may make it desirable for some, depending on project priorities, to include page images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag, or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;lt;tt&amp;gt;&amp;quot;margin&amp;quot;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lb/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
=====Forme Work=====&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers, signatures, and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
=====Front Matter=====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Body=====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom of a page, a note may become included in another paragraph or section of the encoded text, and thus separated from its reference. There are two options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note itself is inserted at the point of reference. (See Alger Hiss example below.)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. All notes in a division are group together at the end of the division for ease of conversion from OCR, with a &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; element inserted at each point of reference. For example: &amp;lt;pre&amp;gt;&amp;lt;ref target=&amp;quot;#foo&amp;quot;&amp;gt;68&amp;lt;/ref&amp;gt;&amp;lt;/pre&amp;gt; at the point of the footnote reference, pointing to &amp;lt;pre&amp;gt;&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; xml:id=&amp;quot;foo&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, [. . .]&amp;lt;/note&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Prose =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; &lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Verse =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--target attribute references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 3 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;emph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;foreign&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gloss&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text. For &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements within the body of a document, use the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as given in the full TEI guidelines] except for main titles. (The &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt; attribute should be used, when appropriate, for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s within a TEI Header, but is not needed for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s elsewhere in a document.)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;said&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;mentioned&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sic&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;corr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;choice&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “list of topics sometimes found at the start of a chapter or other division.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “closing title or footer” at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;add&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;del&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral history interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;placeName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;geogName&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;listName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations and Examples====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, “The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.”&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html epigraph]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html quote] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html said]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html mentioned]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html soCalled]&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html emph] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html foreign] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;)&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html gloss]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html term]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html title]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html hi] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts:&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html sic] element used alone is recommended to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html corr] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html choice] element allows both the apparent error and its editorial correction to be recorded, as in the following examples:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;lt;tt&amp;gt;argument&amp;lt;/tt&amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;lt;tt&amp;gt;trailer&amp;lt;/tt&amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;lt;tt&amp;gt;add&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;lt;tt&amp;gt;del&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;lt;tt&amp;gt;unclear&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;lt;tt&amp;gt;gap&amp;lt;/tt&amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;#JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp;amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;titlePage&amp;lt;/tt&amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt;] should include the verso if present, divided by &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, “other titles by the same author” should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded with phrase-level elements.&lt;br /&gt;
&lt;br /&gt;
*For publishers’ advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode. For an index, use &amp;lt;tt&amp;gt;type=&amp;quot;index&amp;quot;&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;s] to mark up index entries. Use &amp;lt;tt&amp;gt;&amp;amp;lt;ref target=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; to mark up page numbers given in the index, with the value of &amp;lt;tt&amp;gt;target&amp;lt;/tt&amp;gt; referring to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;lt;tt&amp;gt;&amp;amp;lt;samplingDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;placeName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;geogName&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; elements with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute providing a reference to a &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;org&amp;lt;/tt&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute should be used when pointing to web-accessible files and the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web-accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;lt;tt&amp;gt;&amp;amp;lt;listPerson&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt;, which is uniquely identified with an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; value in the source file references the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file. &lt;br /&gt;
(In the examples below, the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.) When pointing to a database or a non–web-accessible file, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to the unique key in the database table or, as with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute can point to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute (e.g., &amp;lt;tt&amp;gt;tgn_0000000&amp;lt;/tt&amp;gt; for the ''Getty Thesaurus of Geographic Names''). When referencing a controlled vocabulary be sure to specify this information in the &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header.&lt;br /&gt;
&lt;br /&gt;
* Place-name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;     &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining place name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Personal and organizational name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;    &lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining personal and organization name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For example, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to a unique key in a MySQL table that stores information like county name, FIPS county code, and latitude/longitude values:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; typically contains the following elements:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a literal transcription of a caption on a figurative image.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;, pointing to the URI of the image itself using a &amp;lt;tt&amp;gt;url&amp;lt;/tt&amp;gt; attribute and containing other presentation instructions such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
An example of frontispiece encoding: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;Sojourner Truth.&amp;lt;/head&amp;gt;          &lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Embedded Texts =====&lt;br /&gt;
&lt;br /&gt;
At Level 4, texts embedded within other texts must be marked as such.&lt;br /&gt;
&lt;br /&gt;
In the case of a quotation from another text, use &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, and do not include quotation marks in the content of this element or just outside the opening and closing tags. If the rendering of this quotation needs to be recorded, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to describe how this quotation is set off from the rest of the text.&lt;br /&gt;
&lt;br /&gt;
If the embedded text is more than a short quotation, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; even if only an excerpt of the embedded texts is provided.  If your project uses &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt; to identify quotations, surround instances of floating texts which are quotations with &amp;lt;tt&amp;gt;quote&amp;lt;/tt&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
Personal letters are a common example of an embedded text. While a collection of letters would use a &amp;lt;tt&amp;gt;div&amp;lt;/tt&amp;gt; element for each letter, if a letter is quoted as part of a larger text, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;] included as appropriate.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp;amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
&lt;br /&gt;
* Within the front matter (&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;) of a performance text, cast lists should be encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;s, with each item in that list encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;s. If desired, each &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt; may be uniquely identified with the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and speakers identified by the &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; element, which is a child of &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
*Stage directions are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; for prose speech with &amp;lt;tt&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/tt&amp;gt; to designate a new line in a particular edition of the text or &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; defined in the &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt; is desired, use the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt; in several ways: &lt;br /&gt;
&lt;br /&gt;
* In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;particDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s&lt;br /&gt;
* As a list of author &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element to uniquely identify the individual participant:&lt;br /&gt;
&lt;br /&gt;
* The list of an interview’s participants can be also listed within the body of the interview (see example below). &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, with speakers identified within &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; elements with a &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute the value of which corresponds to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One possible way to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;lt;tt&amp;gt;&amp;amp;lt;milestone&amp;amp;gt;&amp;lt;/tt&amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; as in Level 3. In addition, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to indicate lines that are indented.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.2&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.3&amp;quot;&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.4&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.2&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.3&amp;quot;&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.4&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Lewis Carroll’s ''The Hunting of the Snark''&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Milestones =====&lt;br /&gt;
&lt;br /&gt;
Instead of using the &amp;lt;tt&amp;gt;milestone&amp;lt;/tt&amp;gt; element available in TEI, use &amp;lt;tt&amp;gt;&amp;amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.  The content of this element is the character(s) or device used to mark the milestone in the source document.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;gt;*****&amp;lt;/ab&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Alger Hiss document =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;TEI xml:id=&amp;quot;project_document_identifier&amp;quot;&lt;br /&gt;
  xmlns:xi=&amp;quot;http://www.w3.org/2001/XInclude&amp;quot;&lt;br /&gt;
  xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title&amp;gt;Title&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Publication Information&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Information about the source&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
        &amp;lt;div1&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;./pageImages/AH4_0113.jpg&amp;quot; ed=&amp;quot;typed&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;118&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;POINT VIII.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
            &amp;lt;lb/&amp;gt;family and associates was not known at the time of trial by&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the defense.  Even now, with the release of some of the govern&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;ment documents concerning FBI investigative techniques regarding&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss, the full extent of surveillance -- wiretapping, mail open&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;ings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
            &amp;lt;lb/&amp;gt;techniques -- is still not 'clear.  Nevertheless, it is apparent&lt;br /&gt;
            &amp;lt;lb/&amp;gt;that information gathered through the exploitation of unlawful&lt;br /&gt;
            &amp;lt;lb/&amp;gt;wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;consequently the conviction must be reversed.  Alternatively,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;further discovery and a hearing is essential to a fair deter&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;mination regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
            &amp;lt;lb/&amp;gt;the institution of a mail cover on his incoming correspondence&lt;br /&gt;
            &amp;lt;lb/&amp;gt;at his home in connection with an FBI investigation of possible&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hatch Act violations.  CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;./pageImages/AH_0114.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;119&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
            &amp;lt;lb/&amp;gt;toll call records from the Hiss residence Telephone for the&lt;br /&gt;
            &amp;lt;lb/&amp;gt;years 1943 and 1944 as well.  CN Ex. 99.  In September, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the FBI intercepted telegrams to Hiss as well.  CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;residence in Washington, D.C., escalated.  For the third time,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;which was continued at least until 1946.  CN Ex. 101 at p. 70;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CN Ex. 102.  Continuous physical surveillance of Hiss was begun&lt;br /&gt;
            &amp;lt;lb/&amp;gt;as well.  CN Ex. 101 at p. 72.  Although this twenty-four-hour&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was conducted frequently at various times until&lt;br /&gt;
            &amp;lt;lb/&amp;gt;September, 1947.&amp;lt;note place=&amp;quot;foot&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also&lt;br /&gt;
              before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
              &amp;lt;lb/&amp;gt;to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
              &amp;lt;lb/&amp;gt;read.  CN Ex. 100A at p. 167.  In approximately March, 1947,&lt;br /&gt;
              &amp;lt;lb/&amp;gt;a letter from a Michael Greenberg addressed to petitioner re&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;garding an application for employment with the United Nations&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was also intercepted, in a manner not revealed by the docu&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ments.  CN Ex. 100B&amp;lt;/note&amp;gt;  CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;./pageImages/AH_0115.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;120&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Washington, D.C. to New York City on September 13, 1947.  A&lt;br /&gt;
            &amp;lt;soCalled&amp;gt;technical surveillance&amp;lt;/soCalled&amp;gt;, -- a wiretap -- was placed on the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
            &amp;lt;lb/&amp;gt;The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
            &amp;lt;lb/&amp;gt;of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
            &amp;lt;lb/&amp;gt;an enormous amount of information concerning the Hisses' per&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;sonal lives, relationships with friends and associates, and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;habits is recorded.&amp;lt;/p&amp;gt;          &lt;br /&gt;
          &amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
            &amp;lt;lb/&amp;gt;application to the Attorney General for authorization,&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's&lt;br /&gt;
              initial request was answered by a note reques&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ting information on Hiss.  CN Ex. 104&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.  Additional information&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was furnished by letter dated November 30, 1945.  CN Ex. 105&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.&amp;lt;/note&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;although no written authorization appears in the documents released to&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss.  The purpose of the application was to gather information&lt;br /&gt;
            &amp;lt;lb/&amp;gt;regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;communists in government service, general allegations which had&lt;br /&gt;
            &amp;lt;lb/&amp;gt;been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/text&amp;gt;&lt;br /&gt;
  &amp;lt;/TEI&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or other elements beyond a basic structural level.  It is difficult to make recommendations for encoding at this level since the scholarly analysis required is usually quite specific to the project.&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: the Swinburne Project&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Analysis=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;translation&amp;quot; xml:id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;epigraph xml:lang=&amp;quot;la&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
    &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
  &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children — let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed —&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;!-- etc. --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: William Harkins’s translation of Pushkin's “Little House in Kolomna”&lt;br /&gt;
&lt;br /&gt;
=====Analytical Structures and Translation Markup=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;An Evidence&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;foreign xml:lang=&amp;quot;es&amp;quot;&amp;gt;la tierra&amp;lt;/foreign&amp;gt;&lt;br /&gt;
      &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;#trans&amp;quot; place=&amp;quot;foot&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;the earth, soil&amp;lt;/note&amp;gt;&lt;br /&gt;
    &amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(4)&amp;quot;&amp;gt;is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;(the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(2)&amp;quot;&amp;gt;all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;is nurturing your powers&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;signed&amp;gt;&lt;br /&gt;
    &amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt;Lorenzo Thomas&amp;lt;/name&amp;gt;&lt;br /&gt;
  &amp;lt;/signed&amp;gt;&lt;br /&gt;
  &amp;lt;dateline rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;Amsterdam&amp;lt;/placeName&amp;gt;, &amp;lt;placeName&amp;gt;The Netherlands&amp;lt;/placeName&amp;gt;&lt;br /&gt;
    &amp;lt;lb/&amp;gt;&amp;lt;date when=&amp;quot;1978-09-11&amp;quot;&amp;gt;11 Sep 1978&amp;lt;/date&amp;gt;&lt;br /&gt;
  &amp;lt;/dateline&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: a poem from the Notebooks of Ricardo Sanchez&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota, and the Spring 2009 Forum in Raleigh, North Carolina, in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of This Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed, the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA Midwinter Meeting (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums, and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6365</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6365"/>
		<updated>2009-05-06T18:03:50Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Element Recommendations for the TEI Header */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
* [http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= TEI Text Encoding in Libraries: Guidelines for Best Encoding Practices =&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the recommendations are as inclusive as possible by specifying a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
These recommendations are meant to complement the TEI Tite customization of the TEI Guidelines. Whereas TEI Tite is meant for vendors who need exact specifications for encoding without room for interpretation or local practice, these guidelines document how a library or other large-scale encoding project might create TEI documents that conform as closely as possible both to common TEI practice and to library standards.  If a library uses TEI Tite to outsource its encoding, it should find conversion of TEI Tite files to Level 4 in these recommendations to be trivial.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
=== Standards and local practice ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
=== Transcription ===&lt;br /&gt;
&lt;br /&gt;
When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on the first leaf of the original work. It may be impractical or undesirable to transcribe and encode certain features of the text, such as publisher’s advertisements or indexes, but if at all possible, they should be included as links to page images. Any omissions of material found in the original work should be noted in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; in the TEI header.&lt;br /&gt;
&lt;br /&gt;
=== Filenames ===&lt;br /&gt;
&lt;br /&gt;
A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters.&lt;br /&gt;
&lt;br /&gt;
=== URIs ===&lt;br /&gt;
&lt;br /&gt;
A number of attributes take a [http://tools.ietf.org/html/rfc3986 URI] (Uniform Resource Identifier) as their value. Note that in addition to the full form of reference defined by URI syntax, these attributes can take a relative reference (e.g., &amp;lt;tt&amp;gt;filename.ext&amp;lt;/tt&amp;gt;) or a fragment identifier (e.g., &amp;lt;tt&amp;gt;#foo&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Text divisions ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;s starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&lt;br /&gt;
&lt;br /&gt;
Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&lt;br /&gt;
&lt;br /&gt;
=== Page breaks ===&lt;br /&gt;
&lt;br /&gt;
Page breaks should be encoded using the &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element, which should demark the top of a page (i.e. the text of page seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should always be contained within a text division for ease of retrieval with indexing software. For example, a page break that occurs between chapters 2 and 3 should be encoded soon after the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that opens chapter 3 (rather than before the &amp;lt;tt&amp;gt;&amp;amp;lt;/div&amp;gt;&amp;lt;/tt&amp;gt; that ends chapter 2).&lt;br /&gt;
&lt;br /&gt;
=== Linking between encoded text and images of source documents ===&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For those projects relying on the [http://www.loc.gov/standards/mets/ Metadata Encoding and Transmission Standard] (METS), the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute is used as a conceptual identifier for content as opposed to an explicit pointer (i.e., &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute) to a specific representation of that content. These identifiers are then used to generate a METS document that bundles the various content types (e.g., master image files, derivative image files for Web delivery, PDFs, etc.), explicitly lists all versions of the content, and defines the relationships between the constituent parts.  This is achieved through the use of the &amp;lt;tt&amp;gt;&amp;lt;mets:fileSec&amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;lt;mets:structMap&amp;gt;&amp;lt;/tt&amp;gt; sections of the METS document (see [http://fedora.dlib.indiana.edu:8080/fedora/get/iudl:269584/METSNAV sample METS document] for a TEI project).&lt;br /&gt;
&lt;br /&gt;
=== General Guidelines for Attribute Usage ===&lt;br /&gt;
&lt;br /&gt;
Some general advice on the use of particular attributes follows. (All of these attributes are commonly used on various elements, but not every element requires or even allows these attributes.)&lt;br /&gt;
&lt;br /&gt;
==== type ====&lt;br /&gt;
&lt;br /&gt;
Constructing a list of acceptable attribute values for the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute for each element, on which everyone could agree, is impossible. Instead, it is recommended that projects describe the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute values used in their texts in the project [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#IM ODD] file and that this list be made available to people using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For a list of standard names and definitions of bibliographic features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf).&lt;br /&gt;
&lt;br /&gt;
==== n ====&lt;br /&gt;
&lt;br /&gt;
This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. &lt;br /&gt;
Example: &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== xml:id ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA .&lt;br /&gt;
&lt;br /&gt;
==== target ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA.&lt;br /&gt;
&lt;br /&gt;
==== rend ====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute may be used when it is desirable to record information about how the content object was displayed in the source document.&lt;br /&gt;
&lt;br /&gt;
If a project is normalizing the rendering of text objects (for example, such that all titles should be italicized, regardless of how they appeared in the source document), there is no need to use this attribute; instead, a stylesheet will determine that all titles are displayed in italics.&lt;br /&gt;
&lt;br /&gt;
However, if a project is faithfully recording the rendering in the source document, this element should be used to indicate this rendering, either on all elements to be rendered differently from the surrounding text or on all elements whose rendering does not follow the default stylesheet.&lt;br /&gt;
&lt;br /&gt;
Difficulty using &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to record more than one rendition feature. With this in mind, projects should use the following adaptation of “rendition ladders,” a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; value. Rendition ladders consist of categories of renditional features with values of each of those features enclosed in parentheses. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; should only be used to override a default value. For instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics, there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;. Combining renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
&lt;br /&gt;
==== xml:lang ====&lt;br /&gt;
&lt;br /&gt;
Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4, it should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;TEI&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI header is to declare the bibliographic information related to the electronic document and, if appropriate, the bibliographic data for the original analog source document from which the electronic edition was created. The TEI header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI in the late 1980s, many people have described the TEI header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI header can serve multiple audiences.  In the local context, a TEI header provides metadata about the TEI document, its source, and its provenance.  The TEI header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library’s collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards”; two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons: for example, the original document is a manuscript item, or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence from a source document, the header creator may assign a title and author, if appropriate, enclosing the information in square brackets (using the standard English-language convention for editorial interjections).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;7&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;7&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt; contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entities primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;, one per &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; must have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below (rather than &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;) for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;, in which case no &amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. The value of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html drawn from the full TEI Guidelines].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use one &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; per source document. Metadata for the source document may be automatically generated from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use &amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt; with child elements arranged in the order below for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document. The TEI definition of this element specifies that it is used even for works that might not otherwise be considered “monographs.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code. If the element has a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value of &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;, its content is statement of responsibility from a MARC record.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as in the main TEI Guidelines].&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required. It may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code. Include one &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&lt;br /&gt;
If generating the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; from a MARC record, it will be difficult to produce content for this element, so it’s recommended to use &amp;lt;tt&amp;gt;&amp;amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; instead of this element.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;imprint&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of publisher, distributor, etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of the series to which the source document belongs. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt; refers to identification numbers for the source document.  Use &amp;lt;tt&amp;gt;type=&amp;quot;isbn-13&amp;quot;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;type=&amp;quot;isbn-10&amp;quot;&amp;lt;/tt&amp;gt; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source’s location in an individual institution’s collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;lt;tt&amp;gt;&amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;encodingDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the &amp;lt;tt&amp;gt;n&amp;lt;/tt&amp;gt; attribute. Include one or more &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; elements as children with information on editorial decisions made during encoding and notes about omissions of material found in the original work. There should be a statement about the format of the data in the header. (Does the data in the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?) There should also be a statement about any automated processes used to generate the markup or content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change, in ISO 8601 form (YYYY-MM-DD), should be recorded using the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;gt;By Gideon Welles&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data &lt;br /&gt;
          follows AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (“dirty OCR”) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata (which page number corresponds to which image in the page sequence) collected during the imaging or preparation process. Generally speaking, this means markup is inserted at selected points into the raw OCR text, generating a valid XML document. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;: a single &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;).&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;): a single &amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to Level 3 or higher, the &amp;lt;tt&amp;gt;ab&amp;lt;/tt&amp;gt; element will be replaced by structural elements like &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. See the explanation above for [http://wiki.tei-c.org/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices#Linking_between_encoded_text_and_images_of_source_documents how to link between the encoded text and images of source documents].&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Level 2 generally can be created and encoded by automated means.  Pagination is identified as in Level 1, and metadata for the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure is created, likely based on the page images.  The &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure metadata might contain the page number on which the division begins and a transcription of that &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;’s heading.  This metadata is inserted into the raw OCR at the appropriate points, forming a valid XML document. Level 2 texts do not require any special knowledge or manual intervention below the section level.&lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;i&amp;gt;not&amp;lt;/i&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is specified, a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; value of &amp;lt;tt&amp;gt;&amp;quot;section&amp;quot;&amp;lt;/tt&amp;gt; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Examples====&lt;br /&gt;
=====Level 2 Basic Structure=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
   &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
   &amp;lt;front&amp;gt;&lt;br /&gt;
     [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
     [optional]&lt;br /&gt;
   &amp;lt;/front&amp;gt;&lt;br /&gt;
   &amp;lt;body&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;1&amp;quot; facs=&amp;quot;[URI of page 1 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;[heading of section 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
       &amp;lt;ab&amp;gt;[entire contents of section 1 here, with&lt;br /&gt;
          interspersed &amp;amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
          images; in this example there are 26 more pages&lt;br /&gt;
          to section 1]&amp;lt;/ab&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;27&amp;quot; facs=&amp;quot;[URI of page 27 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;head&amp;gt;[heading of section 2 subsection 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
         &amp;lt;ab&amp;gt;[all the paragraphs of subsection one go here&lt;br /&gt;
           with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
       &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/body&amp;gt;&lt;br /&gt;
   &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 2 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;!-- content of head element was transcribed from page image --&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand-alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of encoding these features, as well as figures, notes, and all changes of typography, allows a range of options for display, delivery, and searching. For example, one has the option of identifying, and therefore specifying, the display characteristics of different typographic styles, and regularizing the display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images, and therefore can be uploaded, downloaded, and delivered quickly, and require less storage space than digital collections with page images. However, the simple level of structural analysis and absence of specialized content analysis reflected in Level 3 encoding may make it desirable for some, depending on project priorities, to include page images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag, or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;lt;tt&amp;gt;&amp;quot;margin&amp;quot;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lb/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
=====Forme Work=====&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers, signatures, and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
=====Front Matter=====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Body=====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom of a page, a note may become included in another paragraph or section of the encoded text, and thus separated from its reference. There are two options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note itself is inserted at the point of reference. (See Alger Hiss example below.)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. All notes in a division are group together at the end of the division for ease of conversion from OCR, with a &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; element inserted at each point of reference. For example: &amp;lt;pre&amp;gt;&amp;lt;ref target=&amp;quot;#foo&amp;quot;&amp;gt;68&amp;lt;/ref&amp;gt;&amp;lt;/pre&amp;gt; at the point of the footnote reference, pointing to &amp;lt;pre&amp;gt;&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; xml:id=&amp;quot;foo&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, [. . .]&amp;lt;/note&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Prose =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; &lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Verse =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--target attribute references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 3 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;emph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;foreign&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gloss&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text. For &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements within the body of a document, use the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as given in the full TEI guidelines] except for main titles. (The &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt; attribute should be used, when appropriate, for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s within a TEI Header, but is not needed for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s elsewhere in a document.)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;said&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;mentioned&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sic&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;corr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;choice&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “list of topics sometimes found at the start of a chapter or other division.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “closing title or footer” at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;add&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;del&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral history interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;placeName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;geogName&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;listName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations and Examples====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, “The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.”&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html epigraph]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html quote] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html said]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html mentioned]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html soCalled]&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html emph] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html foreign] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;)&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html gloss]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html term]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html title]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html hi] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts:&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html sic] element used alone is recommended to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html corr] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html choice] element allows both the apparent error and its editorial correction to be recorded, as in the following examples:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;lt;tt&amp;gt;argument&amp;lt;/tt&amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;lt;tt&amp;gt;trailer&amp;lt;/tt&amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;lt;tt&amp;gt;add&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;lt;tt&amp;gt;del&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;lt;tt&amp;gt;unclear&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;lt;tt&amp;gt;gap&amp;lt;/tt&amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;#JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp;amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;titlePage&amp;lt;/tt&amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt;] should include the verso if present, divided by &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, “other titles by the same author” should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded with phrase-level elements.&lt;br /&gt;
&lt;br /&gt;
*For publishers’ advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode. For an index, use &amp;lt;tt&amp;gt;type=&amp;quot;index&amp;quot;&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;s] to mark up index entries. Use &amp;lt;tt&amp;gt;&amp;amp;lt;ref target=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; to mark up page numbers given in the index, with the value of &amp;lt;tt&amp;gt;target&amp;lt;/tt&amp;gt; referring to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;lt;tt&amp;gt;&amp;amp;lt;samplingDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;placeName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;geogName&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; elements with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute providing a reference to a &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;org&amp;lt;/tt&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute should be used when pointing to web-accessible files and the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web-accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;lt;tt&amp;gt;&amp;amp;lt;listPerson&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt;, which is uniquely identified with an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; value in the source file references the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file. &lt;br /&gt;
(In the examples below, the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.) When pointing to a database or a non–web-accessible file, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to the unique key in the database table or, as with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute can point to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute (e.g., &amp;lt;tt&amp;gt;tgn_0000000&amp;lt;/tt&amp;gt; for the ''Getty Thesaurus of Geographic Names''). When referencing a controlled vocabulary be sure to specify this information in the &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header.&lt;br /&gt;
&lt;br /&gt;
* Place-name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;     &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining place name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Personal and organizational name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;    &lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining personal and organization name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For example, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to a unique key in a MySQL table that stores information like county name, FIPS county code, and latitude/longitude values:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; typically contains the following elements:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a literal transcription of a caption on a figurative image.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;, pointing to the URI of the image itself using a &amp;lt;tt&amp;gt;url&amp;lt;/tt&amp;gt; attribute and containing other presentation instructions such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
An example of frontispiece encoding: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;Sojourner Truth.&amp;lt;/head&amp;gt;          &lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Embedded Texts =====&lt;br /&gt;
&lt;br /&gt;
At Level 4, texts embedded within other texts must be marked as such.&lt;br /&gt;
&lt;br /&gt;
In the case of a quotation from another text, use &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, and do not include quotation marks in the content of this element or just outside the opening and closing tags. If the rendering of this quotation needs to be recorded, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to describe how this quotation is set off from the rest of the text.&lt;br /&gt;
&lt;br /&gt;
If the embedded text is more than a short quotation, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; even if only an excerpt of the embedded texts is provided.  If your project uses &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt; to identify quotations, surround instances of floating texts which are quotations with &amp;lt;tt&amp;gt;quote&amp;lt;/tt&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
Personal letters are a common example of an embedded text. While a collection of letters would use a &amp;lt;tt&amp;gt;div&amp;lt;/tt&amp;gt; element for each letter, if a letter is quoted as part of a larger text, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;] included as appropriate.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp;amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
&lt;br /&gt;
* Within the front matter (&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;) of a performance text, cast lists should be encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;s, with each item in that list encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;s. If desired, each &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt; may be uniquely identified with the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and speakers identified by the &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; element, which is a child of &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
*Stage directions are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; for prose speech with &amp;lt;tt&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/tt&amp;gt; to designate a new line in a particular edition of the text or &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; defined in the &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt; is desired, use the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt; in several ways: &lt;br /&gt;
&lt;br /&gt;
* In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;particDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s&lt;br /&gt;
* As a list of author &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element to uniquely identify the individual participant:&lt;br /&gt;
&lt;br /&gt;
* The list of an interview’s participants can be also listed within the body of the interview (see example below). &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, with speakers identified within &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; elements with a &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute the value of which corresponds to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One possible way to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;lt;tt&amp;gt;&amp;amp;lt;milestone&amp;amp;gt;&amp;lt;/tt&amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; as in Level 3. In addition, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to indicate lines that are indented.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.2&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.3&amp;quot;&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.4&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.2&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.3&amp;quot;&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.4&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Lewis Carroll’s ''The Hunting of the Snark''&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Milestones =====&lt;br /&gt;
&lt;br /&gt;
Instead of using the &amp;lt;tt&amp;gt;milestone&amp;lt;/tt&amp;gt; element available in TEI, use &amp;lt;tt&amp;gt;&amp;amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.  The content of this element is the character(s) or device used to mark the milestone in the source document.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;gt;*****&amp;lt;/ab&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Alger Hiss document =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;TEI xml:id=&amp;quot;project_document_identifier&amp;quot;&lt;br /&gt;
  xmlns:xi=&amp;quot;http://www.w3.org/2001/XInclude&amp;quot;&lt;br /&gt;
  xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title&amp;gt;Title&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Publication Information&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Information about the source&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
        &amp;lt;div1&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;./pageImages/AH4_0113.jpg&amp;quot; ed=&amp;quot;typed&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;118&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;POINT VIII.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
            &amp;lt;lb/&amp;gt;family and associates was not known at the time of trial by&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the defense.  Even now, with the release of some of the govern&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;ment documents concerning FBI investigative techniques regarding&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss, the full extent of surveillance -- wiretapping, mail open&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;ings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
            &amp;lt;lb/&amp;gt;techniques -- is still not 'clear.  Nevertheless, it is apparent&lt;br /&gt;
            &amp;lt;lb/&amp;gt;that information gathered through the exploitation of unlawful&lt;br /&gt;
            &amp;lt;lb/&amp;gt;wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;consequently the conviction must be reversed.  Alternatively,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;further discovery and a hearing is essential to a fair deter&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;mination regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
            &amp;lt;lb/&amp;gt;the institution of a mail cover on his incoming correspondence&lt;br /&gt;
            &amp;lt;lb/&amp;gt;at his home in connection with an FBI investigation of possible&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hatch Act violations.  CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;./pageImages/AH_0114.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;119&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
            &amp;lt;lb/&amp;gt;toll call records from the Hiss residence Telephone for the&lt;br /&gt;
            &amp;lt;lb/&amp;gt;years 1943 and 1944 as well.  CN Ex. 99.  In September, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the FBI intercepted telegrams to Hiss as well.  CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;residence in Washington, D.C., escalated.  For the third time,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;which was continued at least until 1946.  CN Ex. 101 at p. 70;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CN Ex. 102.  Continuous physical surveillance of Hiss was begun&lt;br /&gt;
            &amp;lt;lb/&amp;gt;as well.  CN Ex. 101 at p. 72.  Although this twenty-four-hour&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was conducted frequently at various times until&lt;br /&gt;
            &amp;lt;lb/&amp;gt;September, 1947.&amp;lt;note place=&amp;quot;foot&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also&lt;br /&gt;
              before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
              &amp;lt;lb/&amp;gt;to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
              &amp;lt;lb/&amp;gt;read.  CN Ex. 100A at p. 167.  In approximately March, 1947,&lt;br /&gt;
              &amp;lt;lb/&amp;gt;a letter from a Michael Greenberg addressed to petitioner re&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;garding an application for employment with the United Nations&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was also intercepted, in a manner not revealed by the docu&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ments.  CN Ex. 100B&amp;lt;/note&amp;gt;  CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;./pageImages/AH_0115.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;120&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Washington, D.C. to New York City on September 13, 1947.  A&lt;br /&gt;
            &amp;lt;soCalled&amp;gt;technical surveillance&amp;lt;/soCalled&amp;gt;, -- a wiretap -- was placed on the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
            &amp;lt;lb/&amp;gt;The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
            &amp;lt;lb/&amp;gt;of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
            &amp;lt;lb/&amp;gt;an enormous amount of information concerning the Hisses' per&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;sonal lives, relationships with friends and associates, and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;habits is recorded.&amp;lt;/p&amp;gt;          &lt;br /&gt;
          &amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
            &amp;lt;lb/&amp;gt;application to the Attorney General for authorization,&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's&lt;br /&gt;
              initial request was answered by a note reques&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ting information on Hiss.  CN Ex. 104&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.  Additional information&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was furnished by letter dated November 30, 1945.  CN Ex. 105&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.&amp;lt;/note&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;although no written authorization appears in the documents released to&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss.  The purpose of the application was to gather information&lt;br /&gt;
            &amp;lt;lb/&amp;gt;regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;communists in government service, general allegations which had&lt;br /&gt;
            &amp;lt;lb/&amp;gt;been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/text&amp;gt;&lt;br /&gt;
  &amp;lt;/TEI&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or other elements beyond a basic structural level.  It is difficult to make recommendations for encoding at this level since the scholarly analysis required is usually quite specific to the project.&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: the Swinburne Project&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Analysis=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;translation&amp;quot; xml:id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;epigraph xml:lang=&amp;quot;la&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
    &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
  &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children — let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed —&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;!-- etc. --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: William Harkins’s translation of Pushkin's “Little House in Kolomna”&lt;br /&gt;
&lt;br /&gt;
=====Analytical Structures and Translation Markup=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;An Evidence&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;foreign xml:lang=&amp;quot;es&amp;quot;&amp;gt;la tierra&amp;lt;/foreign&amp;gt;&lt;br /&gt;
      &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;#trans&amp;quot; place=&amp;quot;foot&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;the earth, soil&amp;lt;/note&amp;gt;&lt;br /&gt;
    &amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(4)&amp;quot;&amp;gt;is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;(the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(2)&amp;quot;&amp;gt;all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;is nurturing your powers&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;signed&amp;gt;&lt;br /&gt;
    &amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt;Lorenzo Thomas&amp;lt;/name&amp;gt;&lt;br /&gt;
  &amp;lt;/signed&amp;gt;&lt;br /&gt;
  &amp;lt;dateline rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;Amsterdam&amp;lt;/placeName&amp;gt;, &amp;lt;placeName&amp;gt;The Netherlands&amp;lt;/placeName&amp;gt;&lt;br /&gt;
    &amp;lt;lb/&amp;gt;&amp;lt;date when=&amp;quot;1978-09-11&amp;quot;&amp;gt;11 Sep 1978&amp;lt;/date&amp;gt;&lt;br /&gt;
  &amp;lt;/dateline&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: a poem from the Notebooks of Ricardo Sanchez&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota, and the Spring 2009 Forum in Raleigh, North Carolina, in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of This Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed, the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA Midwinter Meeting (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums, and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6364</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6364"/>
		<updated>2009-05-06T18:03:12Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* General Level 4 Recommendations and Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
* [http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= TEI Text Encoding in Libraries: Guidelines for Best Encoding Practices =&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the recommendations are as inclusive as possible by specifying a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
These recommendations are meant to complement the TEI Tite customization of the TEI Guidelines. Whereas TEI Tite is meant for vendors who need exact specifications for encoding without room for interpretation or local practice, these guidelines document how a library or other large-scale encoding project might create TEI documents that conform as closely as possible both to common TEI practice and to library standards.  If a library uses TEI Tite to outsource its encoding, it should find conversion of TEI Tite files to Level 4 in these recommendations to be trivial.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
=== Standards and local practice ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
=== Transcription ===&lt;br /&gt;
&lt;br /&gt;
When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on the first leaf of the original work. It may be impractical or undesirable to transcribe and encode certain features of the text, such as publisher’s advertisements or indexes, but if at all possible, they should be included as links to page images. Any omissions of material found in the original work should be noted in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; in the TEI header.&lt;br /&gt;
&lt;br /&gt;
=== Filenames ===&lt;br /&gt;
&lt;br /&gt;
A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters.&lt;br /&gt;
&lt;br /&gt;
=== URIs ===&lt;br /&gt;
&lt;br /&gt;
A number of attributes take a [http://tools.ietf.org/html/rfc3986 URI] (Uniform Resource Identifier) as their value. Note that in addition to the full form of reference defined by URI syntax, these attributes can take a relative reference (e.g., &amp;lt;tt&amp;gt;filename.ext&amp;lt;/tt&amp;gt;) or a fragment identifier (e.g., &amp;lt;tt&amp;gt;#foo&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Text divisions ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;s starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&lt;br /&gt;
&lt;br /&gt;
Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&lt;br /&gt;
&lt;br /&gt;
=== Page breaks ===&lt;br /&gt;
&lt;br /&gt;
Page breaks should be encoded using the &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element, which should demark the top of a page (i.e. the text of page seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should always be contained within a text division for ease of retrieval with indexing software. For example, a page break that occurs between chapters 2 and 3 should be encoded soon after the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that opens chapter 3 (rather than before the &amp;lt;tt&amp;gt;&amp;amp;lt;/div&amp;gt;&amp;lt;/tt&amp;gt; that ends chapter 2).&lt;br /&gt;
&lt;br /&gt;
=== Linking between encoded text and images of source documents ===&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For those projects relying on the [http://www.loc.gov/standards/mets/ Metadata Encoding and Transmission Standard] (METS), the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute is used as a conceptual identifier for content as opposed to an explicit pointer (i.e., &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute) to a specific representation of that content. These identifiers are then used to generate a METS document that bundles the various content types (e.g., master image files, derivative image files for Web delivery, PDFs, etc.), explicitly lists all versions of the content, and defines the relationships between the constituent parts.  This is achieved through the use of the &amp;lt;tt&amp;gt;&amp;lt;mets:fileSec&amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;lt;mets:structMap&amp;gt;&amp;lt;/tt&amp;gt; sections of the METS document (see [http://fedora.dlib.indiana.edu:8080/fedora/get/iudl:269584/METSNAV sample METS document] for a TEI project).&lt;br /&gt;
&lt;br /&gt;
=== General Guidelines for Attribute Usage ===&lt;br /&gt;
&lt;br /&gt;
Some general advice on the use of particular attributes follows. (All of these attributes are commonly used on various elements, but not every element requires or even allows these attributes.)&lt;br /&gt;
&lt;br /&gt;
==== type ====&lt;br /&gt;
&lt;br /&gt;
Constructing a list of acceptable attribute values for the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute for each element, on which everyone could agree, is impossible. Instead, it is recommended that projects describe the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute values used in their texts in the project [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#IM ODD] file and that this list be made available to people using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For a list of standard names and definitions of bibliographic features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf).&lt;br /&gt;
&lt;br /&gt;
==== n ====&lt;br /&gt;
&lt;br /&gt;
This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. &lt;br /&gt;
Example: &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== xml:id ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA .&lt;br /&gt;
&lt;br /&gt;
==== target ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA.&lt;br /&gt;
&lt;br /&gt;
==== rend ====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute may be used when it is desirable to record information about how the content object was displayed in the source document.&lt;br /&gt;
&lt;br /&gt;
If a project is normalizing the rendering of text objects (for example, such that all titles should be italicized, regardless of how they appeared in the source document), there is no need to use this attribute; instead, a stylesheet will determine that all titles are displayed in italics.&lt;br /&gt;
&lt;br /&gt;
However, if a project is faithfully recording the rendering in the source document, this element should be used to indicate this rendering, either on all elements to be rendered differently from the surrounding text or on all elements whose rendering does not follow the default stylesheet.&lt;br /&gt;
&lt;br /&gt;
Difficulty using &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to record more than one rendition feature. With this in mind, projects should use the following adaptation of “rendition ladders,” a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; value. Rendition ladders consist of categories of renditional features with values of each of those features enclosed in parentheses. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; should only be used to override a default value. For instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics, there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;. Combining renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
&lt;br /&gt;
==== xml:lang ====&lt;br /&gt;
&lt;br /&gt;
Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4, it should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;TEI&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI header is to declare the bibliographic information related to the electronic document and, if appropriate, the bibliographic data for the original analog source document from which the electronic edition was created. The TEI header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI in the late 1980s, many people have described the TEI header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI header can serve multiple audiences.  In the local context, a TEI header provides metadata about the TEI document, its source, and its provenance.  The TEI header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library’s collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards”; two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons: for example, the original document is a manuscript item, or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence from a source document, the header creator may assign a title and author, if appropriate, enclosing the information in square brackets (using the standard English-language convention for editorial interjections).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;7&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;7&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt; contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entities primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;, one per &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; must have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below (rather than &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;) for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;, in which case no &amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. The value of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html drawn from the full TEI Guidelines].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use one &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; per source document. Metadata for the source document may be automatically generated from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use &amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt; with child elements arranged in the order below for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document. The TEI definition of this element specifies that it is used even for works that might not otherwise be considered “monographs.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code. If the element has a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value of &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;, its content is statement of responsibility from a MARC record.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as in the main TEI Guidelines].&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required. It may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code. Include one &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&lt;br /&gt;
If generating the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; from a MARC record, it will be difficult to produce content for this element, so it’s recommended to use &amp;lt;tt&amp;gt;&amp;amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; instead of this element.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;imprint&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of publisher, distributor, etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of the series to which the source document belongs. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt; refers to identification numbers for the source document.  Use &amp;lt;tt&amp;gt;type=&amp;quot;isbn-13&amp;quot;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;type=&amp;quot;isbn-10&amp;quot;&amp;lt;/tt&amp;gt; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source’s location in an individual institution’s collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;lt;tt&amp;gt;&amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;encodingDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the &amp;lt;tt&amp;gt;n&amp;lt;/tt&amp;gt; attribute. Include one or more &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; elements as children with information on editorial decisions made during encoding and notes about omissions of material found in the original work. There should be a statement about the format of the data in the header. (Does the data in the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?) There should also be a statement about any automated processes used to generate the markup or content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change, in ISO 8601 form (YYYY-MM-DD), should be recorded using the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;gt;By Gideon Welles&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data &lt;br /&gt;
          follows AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (“dirty OCR”) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata (which page number corresponds to which image in the page sequence) collected during the imaging or preparation process. Generally speaking, this means markup is inserted at selected points into the raw OCR text, generating a valid XML document. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;: a single &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;).&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;): a single &amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to Level 3 or higher, the &amp;lt;tt&amp;gt;ab&amp;lt;/tt&amp;gt; element will be replaced by structural elements like &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. See the explanation above for [http://wiki.tei-c.org/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices#Linking_between_encoded_text_and_images_of_source_documents how to link between the encoded text and images of source documents].&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Level 2 generally can be created and encoded by automated means.  Pagination is identified as in Level 1, and metadata for the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure is created, likely based on the page images.  The &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure metadata might contain the page number on which the division begins and a transcription of that &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;’s heading.  This metadata is inserted into the raw OCR at the appropriate points, forming a valid XML document. Level 2 texts do not require any special knowledge or manual intervention below the section level.&lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;i&amp;gt;not&amp;lt;/i&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is specified, a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; value of &amp;lt;tt&amp;gt;&amp;quot;section&amp;quot;&amp;lt;/tt&amp;gt; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Examples====&lt;br /&gt;
=====Level 2 Basic Structure=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
   &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
   &amp;lt;front&amp;gt;&lt;br /&gt;
     [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
     [optional]&lt;br /&gt;
   &amp;lt;/front&amp;gt;&lt;br /&gt;
   &amp;lt;body&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;1&amp;quot; facs=&amp;quot;[URI of page 1 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;[heading of section 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
       &amp;lt;ab&amp;gt;[entire contents of section 1 here, with&lt;br /&gt;
          interspersed &amp;amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
          images; in this example there are 26 more pages&lt;br /&gt;
          to section 1]&amp;lt;/ab&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;27&amp;quot; facs=&amp;quot;[URI of page 27 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;head&amp;gt;[heading of section 2 subsection 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
         &amp;lt;ab&amp;gt;[all the paragraphs of subsection one go here&lt;br /&gt;
           with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
       &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/body&amp;gt;&lt;br /&gt;
   &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 2 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;!-- content of head element was transcribed from page image --&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand-alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of encoding these features, as well as figures, notes, and all changes of typography, allows a range of options for display, delivery, and searching. For example, one has the option of identifying, and therefore specifying, the display characteristics of different typographic styles, and regularizing the display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images, and therefore can be uploaded, downloaded, and delivered quickly, and require less storage space than digital collections with page images. However, the simple level of structural analysis and absence of specialized content analysis reflected in Level 3 encoding may make it desirable for some, depending on project priorities, to include page images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag, or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;lt;tt&amp;gt;&amp;quot;margin&amp;quot;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lb/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
=====Forme Work=====&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers, signatures, and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
=====Front Matter=====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Body=====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom of a page, a note may become included in another paragraph or section of the encoded text, and thus separated from its reference. There are two options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note itself is inserted at the point of reference. (See Alger Hiss example below.)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. All notes in a division are group together at the end of the division for ease of conversion from OCR, with a &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; element inserted at each point of reference. For example: &amp;lt;pre&amp;gt;&amp;lt;ref target=&amp;quot;#foo&amp;quot;&amp;gt;68&amp;lt;/ref&amp;gt;&amp;lt;/pre&amp;gt; at the point of the footnote reference, pointing to &amp;lt;pre&amp;gt;&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; xml:id=&amp;quot;foo&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, [. . .]&amp;lt;/note&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Prose =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; &lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Verse =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--target attribute references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 3 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;emph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;foreign&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gloss&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text. For &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements within the body of a document, use the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as given in the full TEI guidelines] except for main titles. (The &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt; attribute should be used, when appropriate, for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s within a TEI Header, but is not needed for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s elsewhere in a document.)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;said&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;mentioned&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sic&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;corr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;choice&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “list of topics sometimes found at the start of a chapter or other division.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “closing title or footer” at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;add&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;del&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral history interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;placeName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;geogName&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;listName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations and Examples====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, “The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.”&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html epigraph]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html quote] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html said]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html mentioned]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html soCalled]&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html emph] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html foreign] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;)&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html gloss]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html term]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html title]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html hi] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts:&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html sic] element used alone is recommended to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html corr] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html choice] element allows both the apparent error and its editorial correction to be recorded, as in the following examples:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;lt;tt&amp;gt;argument&amp;lt;/tt&amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;lt;tt&amp;gt;trailer&amp;lt;/tt&amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;lt;tt&amp;gt;add&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;lt;tt&amp;gt;del&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;lt;tt&amp;gt;unclear&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;lt;tt&amp;gt;gap&amp;lt;/tt&amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;#JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp;amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;titlePage&amp;lt;/tt&amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt;] should include the verso if present, divided by &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, “other titles by the same author” should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded with phrase-level elements.&lt;br /&gt;
&lt;br /&gt;
*For publishers’ advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode. For an index, use &amp;lt;tt&amp;gt;type=&amp;quot;index&amp;quot;&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;s] to mark up index entries. Use &amp;lt;tt&amp;gt;&amp;amp;lt;ref target=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; to mark up page numbers given in the index, with the value of &amp;lt;tt&amp;gt;target&amp;lt;/tt&amp;gt; referring to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;lt;tt&amp;gt;&amp;amp;lt;samplingDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;placeName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;geogName&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; elements with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute providing a reference to a &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;org&amp;lt;/tt&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute should be used when pointing to web-accessible files and the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web-accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;lt;tt&amp;gt;&amp;amp;lt;listPerson&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt;, which is uniquely identified with an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; value in the source file references the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file. &lt;br /&gt;
(In the examples below, the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.) When pointing to a database or a non–web-accessible file, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to the unique key in the database table or, as with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute can point to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute (e.g., &amp;lt;tt&amp;gt;tgn_0000000&amp;lt;/tt&amp;gt; for the ''Getty Thesaurus of Geographic Names''). When referencing a controlled vocabulary be sure to specify this information in the &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header.&lt;br /&gt;
&lt;br /&gt;
* Place-name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;     &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining place name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Personal and organizational name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;    &lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining personal and organization name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For example, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to a unique key in a MySQL table that stores information like county name, FIPS county code, and latitude/longitude values:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; typically contains the following elements:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a literal transcription of a caption on a figurative image.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;, pointing to the URI of the image itself using a &amp;lt;tt&amp;gt;url&amp;lt;/tt&amp;gt; attribute and containing other presentation instructions such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
An example of frontispiece encoding: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;Sojourner Truth.&amp;lt;/head&amp;gt;          &lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Embedded Texts =====&lt;br /&gt;
&lt;br /&gt;
At Level 4, texts embedded within other texts must be marked as such.&lt;br /&gt;
&lt;br /&gt;
In the case of a quotation from another text, use &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, and do not include quotation marks in the content of this element or just outside the opening and closing tags. If the rendering of this quotation needs to be recorded, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to describe how this quotation is set off from the rest of the text.&lt;br /&gt;
&lt;br /&gt;
If the embedded text is more than a short quotation, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; even if only an excerpt of the embedded texts is provided.  If your project uses &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt; to identify quotations, surround instances of floating texts which are quotations with &amp;lt;tt&amp;gt;quote&amp;lt;/tt&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
Personal letters are a common example of an embedded text. While a collection of letters would use a &amp;lt;tt&amp;gt;div&amp;lt;/tt&amp;gt; element for each letter, if a letter is quoted as part of a larger text, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;] included as appropriate.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp;amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
&lt;br /&gt;
* Within the front matter (&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;) of a performance text, cast lists should be encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;s, with each item in that list encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;s. If desired, each &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt; may be uniquely identified with the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and speakers identified by the &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; element, which is a child of &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
*Stage directions are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; for prose speech with &amp;lt;tt&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/tt&amp;gt; to designate a new line in a particular edition of the text or &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; defined in the &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt; is desired, use the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt; in several ways: &lt;br /&gt;
&lt;br /&gt;
* In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;particDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s&lt;br /&gt;
* As a list of author &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element to uniquely identify the individual participant:&lt;br /&gt;
&lt;br /&gt;
* The list of an interview’s participants can be also listed within the body of the interview (see example below). &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, with speakers identified within &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; elements with a &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute the value of which corresponds to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One possible way to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;lt;tt&amp;gt;&amp;amp;lt;milestone&amp;amp;gt;&amp;lt;/tt&amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; as in Level 3. In addition, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to indicate lines that are indented.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.2&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.3&amp;quot;&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.4&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.2&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.3&amp;quot;&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.4&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Lewis Carroll’s ''The Hunting of the Snark''&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Milestones =====&lt;br /&gt;
&lt;br /&gt;
Instead of using the &amp;lt;tt&amp;gt;milestone&amp;lt;/tt&amp;gt; element available in TEI, use &amp;lt;tt&amp;gt;&amp;amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.  The content of this element is the character(s) or device used to mark the milestone in the source document.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;gt;*****&amp;lt;/ab&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Alger Hiss document =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;TEI xml:id=&amp;quot;project_document_identifier&amp;quot;&lt;br /&gt;
  xmlns:xi=&amp;quot;http://www.w3.org/2001/XInclude&amp;quot;&lt;br /&gt;
  xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title&amp;gt;Title&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Publication Information&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Information about the source&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
        &amp;lt;div1&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;./pageImages/AH4_0113.jpg&amp;quot; ed=&amp;quot;typed&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;118&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;POINT VIII.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
            &amp;lt;lb/&amp;gt;family and associates was not known at the time of trial by&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the defense.  Even now, with the release of some of the govern&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;ment documents concerning FBI investigative techniques regarding&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss, the full extent of surveillance -- wiretapping, mail open&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;ings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
            &amp;lt;lb/&amp;gt;techniques -- is still not 'clear.  Nevertheless, it is apparent&lt;br /&gt;
            &amp;lt;lb/&amp;gt;that information gathered through the exploitation of unlawful&lt;br /&gt;
            &amp;lt;lb/&amp;gt;wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;consequently the conviction must be reversed.  Alternatively,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;further discovery and a hearing is essential to a fair deter&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;mination regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
            &amp;lt;lb/&amp;gt;the institution of a mail cover on his incoming correspondence&lt;br /&gt;
            &amp;lt;lb/&amp;gt;at his home in connection with an FBI investigation of possible&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hatch Act violations.  CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;./pageImages/AH_0114.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;119&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
            &amp;lt;lb/&amp;gt;toll call records from the Hiss residence Telephone for the&lt;br /&gt;
            &amp;lt;lb/&amp;gt;years 1943 and 1944 as well.  CN Ex. 99.  In September, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the FBI intercepted telegrams to Hiss as well.  CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;residence in Washington, D.C., escalated.  For the third time,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;which was continued at least until 1946.  CN Ex. 101 at p. 70;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CN Ex. 102.  Continuous physical surveillance of Hiss was begun&lt;br /&gt;
            &amp;lt;lb/&amp;gt;as well.  CN Ex. 101 at p. 72.  Although this twenty-four-hour&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was conducted frequently at various times until&lt;br /&gt;
            &amp;lt;lb/&amp;gt;September, 1947.&amp;lt;note place=&amp;quot;foot&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also&lt;br /&gt;
              before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
              &amp;lt;lb/&amp;gt;to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
              &amp;lt;lb/&amp;gt;read.  CN Ex. 100A at p. 167.  In approximately March, 1947,&lt;br /&gt;
              &amp;lt;lb/&amp;gt;a letter from a Michael Greenberg addressed to petitioner re&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;garding an application for employment with the United Nations&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was also intercepted, in a manner not revealed by the docu&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ments.  CN Ex. 100B&amp;lt;/note&amp;gt;  CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;./pageImages/AH_0115.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;120&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Washington, D.C. to New York City on September 13, 1947.  A&lt;br /&gt;
            &amp;lt;soCalled&amp;gt;technical surveillance&amp;lt;/soCalled&amp;gt;, -- a wiretap -- was placed on the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
            &amp;lt;lb/&amp;gt;The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
            &amp;lt;lb/&amp;gt;of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
            &amp;lt;lb/&amp;gt;an enormous amount of information concerning the Hisses' per&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;sonal lives, relationships with friends and associates, and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;habits is recorded.&amp;lt;/p&amp;gt;          &lt;br /&gt;
          &amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
            &amp;lt;lb/&amp;gt;application to the Attorney General for authorization,&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's&lt;br /&gt;
              initial request was answered by a note reques&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ting information on Hiss.  CN Ex. 104&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.  Additional information&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was furnished by letter dated November 30, 1945.  CN Ex. 105&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.&amp;lt;/note&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;although no written authorization appears in the documents released to&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss.  The purpose of the application was to gather information&lt;br /&gt;
            &amp;lt;lb/&amp;gt;regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;communists in government service, general allegations which had&lt;br /&gt;
            &amp;lt;lb/&amp;gt;been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/text&amp;gt;&lt;br /&gt;
  &amp;lt;/TEI&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or other elements beyond a basic structural level.  It is difficult to make recommendations for encoding at this level since the scholarly analysis required is usually quite specific to the project.&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: the Swinburne Project&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Analysis=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;translation&amp;quot; xml:id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;epigraph xml:lang=&amp;quot;la&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
    &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
  &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children — let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed —&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;!-- etc. --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: William Harkins’s translation of Pushkin's “Little House in Kolomna”&lt;br /&gt;
&lt;br /&gt;
=====Analytical Structures and Translation Markup=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;An Evidence&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;foreign xml:lang=&amp;quot;es&amp;quot;&amp;gt;la tierra&amp;lt;/foreign&amp;gt;&lt;br /&gt;
      &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;#trans&amp;quot; place=&amp;quot;foot&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;the earth, soil&amp;lt;/note&amp;gt;&lt;br /&gt;
    &amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(4)&amp;quot;&amp;gt;is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;(the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(2)&amp;quot;&amp;gt;all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;is nurturing your powers&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;signed&amp;gt;&lt;br /&gt;
    &amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt;Lorenzo Thomas&amp;lt;/name&amp;gt;&lt;br /&gt;
  &amp;lt;/signed&amp;gt;&lt;br /&gt;
  &amp;lt;dateline rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;Amsterdam&amp;lt;/placeName&amp;gt;, &amp;lt;placeName&amp;gt;The Netherlands&amp;lt;/placeName&amp;gt;&lt;br /&gt;
    &amp;lt;lb/&amp;gt;&amp;lt;date when=&amp;quot;1978-09-11&amp;quot;&amp;gt;11 Sep 1978&amp;lt;/date&amp;gt;&lt;br /&gt;
  &amp;lt;/dateline&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: a poem from the Notebooks of Ricardo Sanchez&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota, and the Spring 2009 Forum in Raleigh, North Carolina, in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of This Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed, the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA Midwinter Meeting (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums, and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6363</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6363"/>
		<updated>2009-05-06T18:02:15Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* General Level 4 Recommendations and Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
* [http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= TEI Text Encoding in Libraries: Guidelines for Best Encoding Practices =&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the recommendations are as inclusive as possible by specifying a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
These recommendations are meant to complement the TEI Tite customization of the TEI Guidelines. Whereas TEI Tite is meant for vendors who need exact specifications for encoding without room for interpretation or local practice, these guidelines document how a library or other large-scale encoding project might create TEI documents that conform as closely as possible both to common TEI practice and to library standards.  If a library uses TEI Tite to outsource its encoding, it should find conversion of TEI Tite files to Level 4 in these recommendations to be trivial.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
=== Standards and local practice ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
=== Transcription ===&lt;br /&gt;
&lt;br /&gt;
When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on the first leaf of the original work. It may be impractical or undesirable to transcribe and encode certain features of the text, such as publisher’s advertisements or indexes, but if at all possible, they should be included as links to page images. Any omissions of material found in the original work should be noted in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; in the TEI header.&lt;br /&gt;
&lt;br /&gt;
=== Filenames ===&lt;br /&gt;
&lt;br /&gt;
A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters.&lt;br /&gt;
&lt;br /&gt;
=== URIs ===&lt;br /&gt;
&lt;br /&gt;
A number of attributes take a [http://tools.ietf.org/html/rfc3986 URI] (Uniform Resource Identifier) as their value. Note that in addition to the full form of reference defined by URI syntax, these attributes can take a relative reference (e.g., &amp;lt;tt&amp;gt;filename.ext&amp;lt;/tt&amp;gt;) or a fragment identifier (e.g., &amp;lt;tt&amp;gt;#foo&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Text divisions ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;s starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&lt;br /&gt;
&lt;br /&gt;
Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&lt;br /&gt;
&lt;br /&gt;
=== Page breaks ===&lt;br /&gt;
&lt;br /&gt;
Page breaks should be encoded using the &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element, which should demark the top of a page (i.e. the text of page seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should always be contained within a text division for ease of retrieval with indexing software. For example, a page break that occurs between chapters 2 and 3 should be encoded soon after the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that opens chapter 3 (rather than before the &amp;lt;tt&amp;gt;&amp;amp;lt;/div&amp;gt;&amp;lt;/tt&amp;gt; that ends chapter 2).&lt;br /&gt;
&lt;br /&gt;
=== Linking between encoded text and images of source documents ===&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For those projects relying on the [http://www.loc.gov/standards/mets/ Metadata Encoding and Transmission Standard] (METS), the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute is used as a conceptual identifier for content as opposed to an explicit pointer (i.e., &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute) to a specific representation of that content. These identifiers are then used to generate a METS document that bundles the various content types (e.g., master image files, derivative image files for Web delivery, PDFs, etc.), explicitly lists all versions of the content, and defines the relationships between the constituent parts.  This is achieved through the use of the &amp;lt;tt&amp;gt;&amp;lt;mets:fileSec&amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;lt;mets:structMap&amp;gt;&amp;lt;/tt&amp;gt; sections of the METS document (see [http://fedora.dlib.indiana.edu:8080/fedora/get/iudl:269584/METSNAV sample METS document] for a TEI project).&lt;br /&gt;
&lt;br /&gt;
=== General Guidelines for Attribute Usage ===&lt;br /&gt;
&lt;br /&gt;
Some general advice on the use of particular attributes follows. (All of these attributes are commonly used on various elements, but not every element requires or even allows these attributes.)&lt;br /&gt;
&lt;br /&gt;
==== type ====&lt;br /&gt;
&lt;br /&gt;
Constructing a list of acceptable attribute values for the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute for each element, on which everyone could agree, is impossible. Instead, it is recommended that projects describe the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute values used in their texts in the project [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#IM ODD] file and that this list be made available to people using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For a list of standard names and definitions of bibliographic features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf).&lt;br /&gt;
&lt;br /&gt;
==== n ====&lt;br /&gt;
&lt;br /&gt;
This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. &lt;br /&gt;
Example: &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== xml:id ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA .&lt;br /&gt;
&lt;br /&gt;
==== target ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA.&lt;br /&gt;
&lt;br /&gt;
==== rend ====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute may be used when it is desirable to record information about how the content object was displayed in the source document.&lt;br /&gt;
&lt;br /&gt;
If a project is normalizing the rendering of text objects (for example, such that all titles should be italicized, regardless of how they appeared in the source document), there is no need to use this attribute; instead, a stylesheet will determine that all titles are displayed in italics.&lt;br /&gt;
&lt;br /&gt;
However, if a project is faithfully recording the rendering in the source document, this element should be used to indicate this rendering, either on all elements to be rendered differently from the surrounding text or on all elements whose rendering does not follow the default stylesheet.&lt;br /&gt;
&lt;br /&gt;
Difficulty using &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to record more than one rendition feature. With this in mind, projects should use the following adaptation of “rendition ladders,” a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; value. Rendition ladders consist of categories of renditional features with values of each of those features enclosed in parentheses. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; should only be used to override a default value. For instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics, there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;. Combining renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
&lt;br /&gt;
==== xml:lang ====&lt;br /&gt;
&lt;br /&gt;
Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4, it should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;TEI&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI header is to declare the bibliographic information related to the electronic document and, if appropriate, the bibliographic data for the original analog source document from which the electronic edition was created. The TEI header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI in the late 1980s, many people have described the TEI header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI header can serve multiple audiences.  In the local context, a TEI header provides metadata about the TEI document, its source, and its provenance.  The TEI header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library’s collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards”; two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons: for example, the original document is a manuscript item, or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence from a source document, the header creator may assign a title and author, if appropriate, enclosing the information in square brackets (using the standard English-language convention for editorial interjections).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;7&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;7&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt; contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entities primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;, one per &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; must have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below (rather than &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;) for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;, in which case no &amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. The value of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html drawn from the full TEI Guidelines].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use one &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; per source document. Metadata for the source document may be automatically generated from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use &amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt; with child elements arranged in the order below for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document. The TEI definition of this element specifies that it is used even for works that might not otherwise be considered “monographs.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code. If the element has a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value of &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;, its content is statement of responsibility from a MARC record.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as in the main TEI Guidelines].&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required. It may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code. Include one &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&lt;br /&gt;
If generating the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; from a MARC record, it will be difficult to produce content for this element, so it’s recommended to use &amp;lt;tt&amp;gt;&amp;amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; instead of this element.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;imprint&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of publisher, distributor, etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of the series to which the source document belongs. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt; refers to identification numbers for the source document.  Use &amp;lt;tt&amp;gt;type=&amp;quot;isbn-13&amp;quot;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;type=&amp;quot;isbn-10&amp;quot;&amp;lt;/tt&amp;gt; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source’s location in an individual institution’s collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;lt;tt&amp;gt;&amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;encodingDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the &amp;lt;tt&amp;gt;n&amp;lt;/tt&amp;gt; attribute. Include one or more &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; elements as children with information on editorial decisions made during encoding and notes about omissions of material found in the original work. There should be a statement about the format of the data in the header. (Does the data in the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?) There should also be a statement about any automated processes used to generate the markup or content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change, in ISO 8601 form (YYYY-MM-DD), should be recorded using the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;gt;By Gideon Welles&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data &lt;br /&gt;
          follows AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (“dirty OCR”) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata (which page number corresponds to which image in the page sequence) collected during the imaging or preparation process. Generally speaking, this means markup is inserted at selected points into the raw OCR text, generating a valid XML document. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;: a single &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;).&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;): a single &amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to Level 3 or higher, the &amp;lt;tt&amp;gt;ab&amp;lt;/tt&amp;gt; element will be replaced by structural elements like &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. See the explanation above for [http://wiki.tei-c.org/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices#Linking_between_encoded_text_and_images_of_source_documents how to link between the encoded text and images of source documents].&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Level 2 generally can be created and encoded by automated means.  Pagination is identified as in Level 1, and metadata for the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure is created, likely based on the page images.  The &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure metadata might contain the page number on which the division begins and a transcription of that &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;’s heading.  This metadata is inserted into the raw OCR at the appropriate points, forming a valid XML document. Level 2 texts do not require any special knowledge or manual intervention below the section level.&lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;i&amp;gt;not&amp;lt;/i&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is specified, a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; value of &amp;lt;tt&amp;gt;&amp;quot;section&amp;quot;&amp;lt;/tt&amp;gt; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Examples====&lt;br /&gt;
=====Level 2 Basic Structure=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
   &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
   &amp;lt;front&amp;gt;&lt;br /&gt;
     [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
     [optional]&lt;br /&gt;
   &amp;lt;/front&amp;gt;&lt;br /&gt;
   &amp;lt;body&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;1&amp;quot; facs=&amp;quot;[URI of page 1 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;[heading of section 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
       &amp;lt;ab&amp;gt;[entire contents of section 1 here, with&lt;br /&gt;
          interspersed &amp;amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
          images; in this example there are 26 more pages&lt;br /&gt;
          to section 1]&amp;lt;/ab&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;27&amp;quot; facs=&amp;quot;[URI of page 27 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;head&amp;gt;[heading of section 2 subsection 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
         &amp;lt;ab&amp;gt;[all the paragraphs of subsection one go here&lt;br /&gt;
           with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
       &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/body&amp;gt;&lt;br /&gt;
   &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 2 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;!-- content of head element was transcribed from page image --&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand-alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of encoding these features, as well as figures, notes, and all changes of typography, allows a range of options for display, delivery, and searching. For example, one has the option of identifying, and therefore specifying, the display characteristics of different typographic styles, and regularizing the display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images, and therefore can be uploaded, downloaded, and delivered quickly, and require less storage space than digital collections with page images. However, the simple level of structural analysis and absence of specialized content analysis reflected in Level 3 encoding may make it desirable for some, depending on project priorities, to include page images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag, or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;lt;tt&amp;gt;&amp;quot;margin&amp;quot;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lb/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
=====Forme Work=====&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers, signatures, and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
=====Front Matter=====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Body=====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom of a page, a note may become included in another paragraph or section of the encoded text, and thus separated from its reference. There are two options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note itself is inserted at the point of reference. (See Alger Hiss example below.)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. All notes in a division are group together at the end of the division for ease of conversion from OCR, with a &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; element inserted at each point of reference. For example: &amp;lt;pre&amp;gt;&amp;lt;ref target=&amp;quot;#foo&amp;quot;&amp;gt;68&amp;lt;/ref&amp;gt;&amp;lt;/pre&amp;gt; at the point of the footnote reference, pointing to &amp;lt;pre&amp;gt;&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; xml:id=&amp;quot;foo&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, [. . .]&amp;lt;/note&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Prose =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; &lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Verse =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--target attribute references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 3 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;emph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;foreign&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gloss&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text. For &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements within the body of a document, use the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as given in the full TEI guidelines] except for main titles. (The &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt; attribute should be used, when appropriate, for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s within a TEI Header, but is not needed for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s elsewhere in a document.)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;said&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;mentioned&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sic&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;corr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;choice&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “list of topics sometimes found at the start of a chapter or other division.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “closing title or footer” at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;add&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;del&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral history interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;placeName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;geogName&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;listName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations and Examples====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, “The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.”&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html epigraph]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html quote] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html said]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html mentioned]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html soCalled]&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html emph] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html foreign] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;)&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html gloss]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html term]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html title]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html hi] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts:&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html sic] element used alone is recommended to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html corr] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html choice] element allows both the apparent error and its editorial correction to be recorded, as in the following examples:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;lt;tt&amp;gt;argument&amp;lt;/tt&amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;lt;tt&amp;gt;trailer&amp;lt;/tt&amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;lt;tt&amp;gt;add&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;lt;tt&amp;gt;del&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;lt;tt&amp;gt;unclear&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;lt;tt&amp;gt;gap&amp;lt;/tt&amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;#JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;titlePage&amp;lt;/tt&amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt;] should include the verso if present, divided by &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, “other titles by the same author” should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded with phrase-level elements.&lt;br /&gt;
&lt;br /&gt;
*For publishers’ advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode. For an index, use &amp;lt;tt&amp;gt;type=&amp;quot;index&amp;quot;&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;s] to mark up index entries. Use &amp;lt;tt&amp;gt;&amp;amp;lt;ref target=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; to mark up page numbers given in the index, with the value of &amp;lt;tt&amp;gt;target&amp;lt;/tt&amp;gt; referring to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;lt;tt&amp;gt;&amp;amp;lt;samplingDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;placeName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;geogName&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; elements with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute providing a reference to a &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;org&amp;lt;/tt&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute should be used when pointing to web-accessible files and the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web-accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;lt;tt&amp;gt;&amp;amp;lt;listPerson&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt;, which is uniquely identified with an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; value in the source file references the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file. &lt;br /&gt;
(In the examples below, the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.) When pointing to a database or a non–web-accessible file, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to the unique key in the database table or, as with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute can point to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute (e.g., &amp;lt;tt&amp;gt;tgn_0000000&amp;lt;/tt&amp;gt; for the ''Getty Thesaurus of Geographic Names''). When referencing a controlled vocabulary be sure to specify this information in the &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header.&lt;br /&gt;
&lt;br /&gt;
* Place-name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;     &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining place name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Personal and organizational name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;    &lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining personal and organization name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For example, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to a unique key in a MySQL table that stores information like county name, FIPS county code, and latitude/longitude values:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; typically contains the following elements:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a literal transcription of a caption on a figurative image.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;, pointing to the URI of the image itself using a &amp;lt;tt&amp;gt;url&amp;lt;/tt&amp;gt; attribute and containing other presentation instructions such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
An example of frontispiece encoding: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;Sojourner Truth.&amp;lt;/head&amp;gt;          &lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Embedded Texts =====&lt;br /&gt;
&lt;br /&gt;
At Level 4, texts embedded within other texts must be marked as such.&lt;br /&gt;
&lt;br /&gt;
In the case of a quotation from another text, use &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, and do not include quotation marks in the content of this element or just outside the opening and closing tags. If the rendering of this quotation needs to be recorded, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to describe how this quotation is set off from the rest of the text.&lt;br /&gt;
&lt;br /&gt;
If the embedded text is more than a short quotation, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; even if only an excerpt of the embedded texts is provided.  If your project uses &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt; to identify quotations, surround instances of floating texts which are quotations with &amp;lt;tt&amp;gt;quote&amp;lt;/tt&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
Personal letters are a common example of an embedded text. While a collection of letters would use a &amp;lt;tt&amp;gt;div&amp;lt;/tt&amp;gt; element for each letter, if a letter is quoted as part of a larger text, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;] included as appropriate.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp;amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
&lt;br /&gt;
* Within the front matter (&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;) of a performance text, cast lists should be encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;s, with each item in that list encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;s. If desired, each &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt; may be uniquely identified with the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and speakers identified by the &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; element, which is a child of &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
*Stage directions are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; for prose speech with &amp;lt;tt&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/tt&amp;gt; to designate a new line in a particular edition of the text or &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; defined in the &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt; is desired, use the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt; in several ways: &lt;br /&gt;
&lt;br /&gt;
* In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;particDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s&lt;br /&gt;
* As a list of author &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element to uniquely identify the individual participant:&lt;br /&gt;
&lt;br /&gt;
* The list of an interview’s participants can be also listed within the body of the interview (see example below). &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, with speakers identified within &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; elements with a &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute the value of which corresponds to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One possible way to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;lt;tt&amp;gt;&amp;amp;lt;milestone&amp;amp;gt;&amp;lt;/tt&amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; as in Level 3. In addition, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to indicate lines that are indented.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.2&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.3&amp;quot;&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.4&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.2&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.3&amp;quot;&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.4&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Lewis Carroll’s ''The Hunting of the Snark''&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Milestones =====&lt;br /&gt;
&lt;br /&gt;
Instead of using the &amp;lt;tt&amp;gt;milestone&amp;lt;/tt&amp;gt; element available in TEI, use &amp;lt;tt&amp;gt;&amp;amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.  The content of this element is the character(s) or device used to mark the milestone in the source document.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;gt;*****&amp;lt;/ab&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Alger Hiss document =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;TEI xml:id=&amp;quot;project_document_identifier&amp;quot;&lt;br /&gt;
  xmlns:xi=&amp;quot;http://www.w3.org/2001/XInclude&amp;quot;&lt;br /&gt;
  xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title&amp;gt;Title&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Publication Information&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Information about the source&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
        &amp;lt;div1&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;./pageImages/AH4_0113.jpg&amp;quot; ed=&amp;quot;typed&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;118&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;POINT VIII.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
            &amp;lt;lb/&amp;gt;family and associates was not known at the time of trial by&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the defense.  Even now, with the release of some of the govern&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;ment documents concerning FBI investigative techniques regarding&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss, the full extent of surveillance -- wiretapping, mail open&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;ings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
            &amp;lt;lb/&amp;gt;techniques -- is still not 'clear.  Nevertheless, it is apparent&lt;br /&gt;
            &amp;lt;lb/&amp;gt;that information gathered through the exploitation of unlawful&lt;br /&gt;
            &amp;lt;lb/&amp;gt;wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;consequently the conviction must be reversed.  Alternatively,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;further discovery and a hearing is essential to a fair deter&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;mination regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
            &amp;lt;lb/&amp;gt;the institution of a mail cover on his incoming correspondence&lt;br /&gt;
            &amp;lt;lb/&amp;gt;at his home in connection with an FBI investigation of possible&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hatch Act violations.  CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;./pageImages/AH_0114.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;119&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
            &amp;lt;lb/&amp;gt;toll call records from the Hiss residence Telephone for the&lt;br /&gt;
            &amp;lt;lb/&amp;gt;years 1943 and 1944 as well.  CN Ex. 99.  In September, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the FBI intercepted telegrams to Hiss as well.  CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;residence in Washington, D.C., escalated.  For the third time,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;which was continued at least until 1946.  CN Ex. 101 at p. 70;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CN Ex. 102.  Continuous physical surveillance of Hiss was begun&lt;br /&gt;
            &amp;lt;lb/&amp;gt;as well.  CN Ex. 101 at p. 72.  Although this twenty-four-hour&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was conducted frequently at various times until&lt;br /&gt;
            &amp;lt;lb/&amp;gt;September, 1947.&amp;lt;note place=&amp;quot;foot&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also&lt;br /&gt;
              before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
              &amp;lt;lb/&amp;gt;to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
              &amp;lt;lb/&amp;gt;read.  CN Ex. 100A at p. 167.  In approximately March, 1947,&lt;br /&gt;
              &amp;lt;lb/&amp;gt;a letter from a Michael Greenberg addressed to petitioner re&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;garding an application for employment with the United Nations&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was also intercepted, in a manner not revealed by the docu&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ments.  CN Ex. 100B&amp;lt;/note&amp;gt;  CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;./pageImages/AH_0115.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;120&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Washington, D.C. to New York City on September 13, 1947.  A&lt;br /&gt;
            &amp;lt;soCalled&amp;gt;technical surveillance&amp;lt;/soCalled&amp;gt;, -- a wiretap -- was placed on the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
            &amp;lt;lb/&amp;gt;The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
            &amp;lt;lb/&amp;gt;of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
            &amp;lt;lb/&amp;gt;an enormous amount of information concerning the Hisses' per&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;sonal lives, relationships with friends and associates, and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;habits is recorded.&amp;lt;/p&amp;gt;          &lt;br /&gt;
          &amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
            &amp;lt;lb/&amp;gt;application to the Attorney General for authorization,&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's&lt;br /&gt;
              initial request was answered by a note reques&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ting information on Hiss.  CN Ex. 104&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.  Additional information&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was furnished by letter dated November 30, 1945.  CN Ex. 105&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.&amp;lt;/note&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;although no written authorization appears in the documents released to&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss.  The purpose of the application was to gather information&lt;br /&gt;
            &amp;lt;lb/&amp;gt;regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;communists in government service, general allegations which had&lt;br /&gt;
            &amp;lt;lb/&amp;gt;been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/text&amp;gt;&lt;br /&gt;
  &amp;lt;/TEI&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or other elements beyond a basic structural level.  It is difficult to make recommendations for encoding at this level since the scholarly analysis required is usually quite specific to the project.&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: the Swinburne Project&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Analysis=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;translation&amp;quot; xml:id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;epigraph xml:lang=&amp;quot;la&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
    &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
  &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children — let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed —&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;!-- etc. --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: William Harkins’s translation of Pushkin's “Little House in Kolomna”&lt;br /&gt;
&lt;br /&gt;
=====Analytical Structures and Translation Markup=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;An Evidence&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;foreign xml:lang=&amp;quot;es&amp;quot;&amp;gt;la tierra&amp;lt;/foreign&amp;gt;&lt;br /&gt;
      &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;#trans&amp;quot; place=&amp;quot;foot&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;the earth, soil&amp;lt;/note&amp;gt;&lt;br /&gt;
    &amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(4)&amp;quot;&amp;gt;is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;(the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(2)&amp;quot;&amp;gt;all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;is nurturing your powers&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;signed&amp;gt;&lt;br /&gt;
    &amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt;Lorenzo Thomas&amp;lt;/name&amp;gt;&lt;br /&gt;
  &amp;lt;/signed&amp;gt;&lt;br /&gt;
  &amp;lt;dateline rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;Amsterdam&amp;lt;/placeName&amp;gt;, &amp;lt;placeName&amp;gt;The Netherlands&amp;lt;/placeName&amp;gt;&lt;br /&gt;
    &amp;lt;lb/&amp;gt;&amp;lt;date when=&amp;quot;1978-09-11&amp;quot;&amp;gt;11 Sep 1978&amp;lt;/date&amp;gt;&lt;br /&gt;
  &amp;lt;/dateline&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: a poem from the Notebooks of Ricardo Sanchez&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota, and the Spring 2009 Forum in Raleigh, North Carolina, in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of This Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed, the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA Midwinter Meeting (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums, and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6362</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=6362"/>
		<updated>2009-05-06T18:01:13Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Sample TEI Header */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
* [http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= TEI Text Encoding in Libraries: Guidelines for Best Encoding Practices =&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the recommendations are as inclusive as possible by specifying a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
These recommendations are meant to complement the TEI Tite customization of the TEI Guidelines. Whereas TEI Tite is meant for vendors who need exact specifications for encoding without room for interpretation or local practice, these guidelines document how a library or other large-scale encoding project might create TEI documents that conform as closely as possible both to common TEI practice and to library standards.  If a library uses TEI Tite to outsource its encoding, it should find conversion of TEI Tite files to Level 4 in these recommendations to be trivial.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
=== Standards and local practice ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
=== Transcription ===&lt;br /&gt;
&lt;br /&gt;
When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on the first leaf of the original work. It may be impractical or undesirable to transcribe and encode certain features of the text, such as publisher’s advertisements or indexes, but if at all possible, they should be included as links to page images. Any omissions of material found in the original work should be noted in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; in the TEI header.&lt;br /&gt;
&lt;br /&gt;
=== Filenames ===&lt;br /&gt;
&lt;br /&gt;
A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters.&lt;br /&gt;
&lt;br /&gt;
=== URIs ===&lt;br /&gt;
&lt;br /&gt;
A number of attributes take a [http://tools.ietf.org/html/rfc3986 URI] (Uniform Resource Identifier) as their value. Note that in addition to the full form of reference defined by URI syntax, these attributes can take a relative reference (e.g., &amp;lt;tt&amp;gt;filename.ext&amp;lt;/tt&amp;gt;) or a fragment identifier (e.g., &amp;lt;tt&amp;gt;#foo&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Text divisions ===&lt;br /&gt;
&lt;br /&gt;
An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;s starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&lt;br /&gt;
&lt;br /&gt;
Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&lt;br /&gt;
&lt;br /&gt;
=== Page breaks ===&lt;br /&gt;
&lt;br /&gt;
Page breaks should be encoded using the &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element, which should demark the top of a page (i.e. the text of page seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should always be contained within a text division for ease of retrieval with indexing software. For example, a page break that occurs between chapters 2 and 3 should be encoded soon after the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that opens chapter 3 (rather than before the &amp;lt;tt&amp;gt;&amp;amp;lt;/div&amp;gt;&amp;lt;/tt&amp;gt; that ends chapter 2).&lt;br /&gt;
&lt;br /&gt;
=== Linking between encoded text and images of source documents ===&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For those projects relying on the [http://www.loc.gov/standards/mets/ Metadata Encoding and Transmission Standard] (METS), the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute is used as a conceptual identifier for content as opposed to an explicit pointer (i.e., &amp;lt;tt&amp;gt;facs&amp;lt;/tt&amp;gt; attribute) to a specific representation of that content. These identifiers are then used to generate a METS document that bundles the various content types (e.g., master image files, derivative image files for Web delivery, PDFs, etc.), explicitly lists all versions of the content, and defines the relationships between the constituent parts.  This is achieved through the use of the &amp;lt;tt&amp;gt;&amp;lt;mets:fileSec&amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;lt;mets:structMap&amp;gt;&amp;lt;/tt&amp;gt; sections of the METS document (see [http://fedora.dlib.indiana.edu:8080/fedora/get/iudl:269584/METSNAV sample METS document] for a TEI project).&lt;br /&gt;
&lt;br /&gt;
=== General Guidelines for Attribute Usage ===&lt;br /&gt;
&lt;br /&gt;
Some general advice on the use of particular attributes follows. (All of these attributes are commonly used on various elements, but not every element requires or even allows these attributes.)&lt;br /&gt;
&lt;br /&gt;
==== type ====&lt;br /&gt;
&lt;br /&gt;
Constructing a list of acceptable attribute values for the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute for each element, on which everyone could agree, is impossible. Instead, it is recommended that projects describe the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute values used in their texts in the project [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#IM ODD] file and that this list be made available to people using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For a list of standard names and definitions of bibliographic features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf).&lt;br /&gt;
&lt;br /&gt;
==== n ====&lt;br /&gt;
&lt;br /&gt;
This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. &lt;br /&gt;
Example: &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== xml:id ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA .&lt;br /&gt;
&lt;br /&gt;
==== target ====&lt;br /&gt;
&lt;br /&gt;
See the full TEI guidelines for how to use this attribute: http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA.&lt;br /&gt;
&lt;br /&gt;
==== rend ====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute may be used when it is desirable to record information about how the content object was displayed in the source document.&lt;br /&gt;
&lt;br /&gt;
If a project is normalizing the rendering of text objects (for example, such that all titles should be italicized, regardless of how they appeared in the source document), there is no need to use this attribute; instead, a stylesheet will determine that all titles are displayed in italics.&lt;br /&gt;
&lt;br /&gt;
However, if a project is faithfully recording the rendering in the source document, this element should be used to indicate this rendering, either on all elements to be rendered differently from the surrounding text or on all elements whose rendering does not follow the default stylesheet.&lt;br /&gt;
&lt;br /&gt;
Difficulty using &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to record more than one rendition feature. With this in mind, projects should use the following adaptation of “rendition ladders,” a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; value. Rendition ladders consist of categories of renditional features with values of each of those features enclosed in parentheses. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; should only be used to override a default value. For instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics, there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;. Combining renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
&lt;br /&gt;
==== xml:lang ====&lt;br /&gt;
&lt;br /&gt;
Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4, it should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;language&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;TEI&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;teiHeader&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;text&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI header is to declare the bibliographic information related to the electronic document and, if appropriate, the bibliographic data for the original analog source document from which the electronic edition was created. The TEI header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI in the late 1980s, many people have described the TEI header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI header can serve multiple audiences.  In the local context, a TEI header provides metadata about the TEI document, its source, and its provenance.  The TEI header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library’s collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards”; two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons: for example, the original document is a manuscript item, or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence from a source document, the header creator may assign a title and author, if appropriate, enclosing the information in square brackets (using the standard English-language convention for editorial interjections).&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;7&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;7&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt; contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entities primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/tt&amp;gt;, one per &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; must have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below (rather than &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;) for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;, in which case no &amp;lt;tt&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/tt&amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. The value of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html drawn from the full TEI Guidelines].&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use one &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; per source document. Metadata for the source document may be automatically generated from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use &amp;lt;tt&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/tt&amp;gt; with child elements arranged in the order below for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document. The TEI definition of this element specifies that it is used even for works that might not otherwise be considered “monographs.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code. If the element has a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value of &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;, its content is statement of responsibility from a MARC record.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as in the main TEI Guidelines].&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required. It may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245c&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code. Include one &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&lt;br /&gt;
If generating the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; from a MARC record, it will be difficult to produce content for this element, so it’s recommended to use &amp;lt;tt&amp;gt;&amp;amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; instead of this element.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;imprint&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of publisher, distributor, etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute (see [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html att.datable.w3c class]) to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;│&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;└&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of the series to which the source document belongs. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;lt;tt&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/tt&amp;gt; refers to identification numbers for the source document.  Use &amp;lt;tt&amp;gt;type=&amp;quot;isbn-13&amp;quot;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;type=&amp;quot;isbn-10&amp;quot;&amp;lt;/tt&amp;gt; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source’s location in an individual institution’s collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;lt;tt&amp;gt;&amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;encodingDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the &amp;lt;tt&amp;gt;n&amp;lt;/tt&amp;gt; attribute. Include one or more &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; elements as children with information on editorial decisions made during encoding and notes about omissions of material found in the original work. There should be a statement about the format of the data in the header. (Does the data in the &amp;lt;tt&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?) There should also be a statement about any automated processes used to generate the markup or content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/tt&amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;change&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change, in ISO 8601 form (YYYY-MM-DD), should be recorded using the &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title type=&amp;quot;MARC245c&amp;quot;&amp;gt;By Gideon Welles&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data &lt;br /&gt;
          follows AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (“dirty OCR”) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata (which page number corresponds to which image in the page sequence) collected during the imaging or preparation process. Generally speaking, this means markup is inserted at selected points into the raw OCR text, generating a valid XML document. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt;: a single &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;).&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt;): a single &amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to Level 3 or higher, the &amp;lt;tt&amp;gt;ab&amp;lt;/tt&amp;gt; element will be replaced by structural elements like &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. See the explanation above for [http://wiki.tei-c.org/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices#Linking_between_encoded_text_and_images_of_source_documents how to link between the encoded text and images of source documents].&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Level 2 generally can be created and encoded by automated means.  Pagination is identified as in Level 1, and metadata for the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure is created, likely based on the page images.  The &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt; structure metadata might contain the page number on which the division begins and a transcription of that &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;’s heading.  This metadata is inserted into the raw OCR at the appropriate points, forming a valid XML document. Level 2 texts do not require any special knowledge or manual intervention below the section level.&lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;i&amp;gt;not&amp;lt;/i&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is specified, a &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; value of &amp;lt;tt&amp;gt;&amp;quot;section&amp;quot;&amp;lt;/tt&amp;gt; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Examples====&lt;br /&gt;
=====Level 2 Basic Structure=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
   &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
   &amp;lt;front&amp;gt;&lt;br /&gt;
     [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
     [optional]&lt;br /&gt;
   &amp;lt;/front&amp;gt;&lt;br /&gt;
   &amp;lt;body&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;1&amp;quot; facs=&amp;quot;[URI of page 1 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;[heading of section 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
       &amp;lt;ab&amp;gt;[entire contents of section 1 here, with&lt;br /&gt;
          interspersed &amp;amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
          images; in this example there are 26 more pages&lt;br /&gt;
          to section 1]&amp;lt;/ab&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;27&amp;quot; facs=&amp;quot;[URI of page 27 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;head&amp;gt;[heading of section 2 subsection 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
         &amp;lt;ab&amp;gt;[all the paragraphs of subsection one go here&lt;br /&gt;
           with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
       &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/body&amp;gt;&lt;br /&gt;
   &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 2 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;!-- content of head element was transcribed from page image --&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image begins here --&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for first page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image begins here --&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for second page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image begins here --&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- uncorrected OCR for third page image ends here --&amp;gt;&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand-alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of encoding these features, as well as figures, notes, and all changes of typography, allows a range of options for display, delivery, and searching. For example, one has the option of identifying, and therefore specifying, the display characteristics of different typographic styles, and regularizing the display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images, and therefore can be uploaded, downloaded, and delivered quickly, and require less storage space than digital collections with page images. However, the simple level of structural analysis and absence of specialized content analysis reflected in Level 3 encoding may make it desirable for some, depending on project priorities, to include page images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag, or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;lt;tt&amp;gt;&amp;quot;margin&amp;quot;&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;lb/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
=====Forme Work=====&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers, signatures, and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
=====Front Matter=====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Body=====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom of a page, a note may become included in another paragraph or section of the encoded text, and thus separated from its reference. There are two options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note itself is inserted at the point of reference. (See Alger Hiss example below.)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. All notes in a division are group together at the end of the division for ease of conversion from OCR, with a &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; element inserted at each point of reference. For example: &amp;lt;pre&amp;gt;&amp;lt;ref target=&amp;quot;#foo&amp;quot;&amp;gt;68&amp;lt;/ref&amp;gt;&amp;lt;/pre&amp;gt; at the point of the footnote reference, pointing to &amp;lt;pre&amp;gt;&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; xml:id=&amp;quot;foo&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, [. . .]&amp;lt;/note&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Prose =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; &lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Basic Structure: Verse =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
      &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
 &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--target attribute references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 3 Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 3 Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;!-- header goes here --&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;table&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;row&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;cell&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;emph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;foreign&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gloss&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text. For &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements within the body of a document, use the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute with a value [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html as given in the full TEI guidelines] except for main titles. (The &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt; attribute should be used, when appropriate, for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s within a TEI Header, but is not needed for &amp;lt;tt&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/tt&amp;gt;s elsewhere in a document.)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;said&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;mentioned&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sic&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;corr&amp;amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;choice&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “list of topics sometimes found at the start of a chapter or other division.”&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a “closing title or footer” at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;add&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;del&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral history interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;persName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;placeName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;geogName&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;orgName&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;amp;lt;listName&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations and Examples====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, “The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.”&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html epigraph]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html quote] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html said]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html mentioned]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html soCalled]&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html emph] &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html foreign] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;)&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html gloss]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html term]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html title]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html hi] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts:&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html sic] element used alone is recommended to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html corr] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html choice] element allows both the apparent error and its editorial correction to be recorded, as in the following examples:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;lt;tt&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/tt&amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;lt;tt&amp;gt;argument&amp;lt;/tt&amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;lt;tt&amp;gt;trailer&amp;lt;/tt&amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;lt;tt&amp;gt;add&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;lt;tt&amp;gt;del&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;lt;tt&amp;gt;unclear&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;lt;tt&amp;gt;gap&amp;lt;/tt&amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;#JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;#JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;titlePage&amp;lt;/tt&amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;lt;tt&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt;&amp;lt;/tt&amp;gt;] should include the verso if present, divided by &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, “other titles by the same author” should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded with phrase-level elements.&lt;br /&gt;
&lt;br /&gt;
*For publishers’ advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode. For an index, use &amp;lt;tt&amp;gt;type=&amp;quot;index&amp;quot;&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/tt&amp;gt;, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX &amp;lt;tt&amp;gt;&amp;amp;lt;list&amp;amp;gt;&amp;lt;/tt&amp;gt;s] to mark up index entries. Use &amp;lt;tt&amp;gt;&amp;amp;lt;ref target=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; to mark up page numbers given in the index, with the value of &amp;lt;tt&amp;gt;target&amp;lt;/tt&amp;gt; referring to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;lt;tt&amp;gt;&amp;amp;lt;samplingDecl&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;placeName&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;geogName&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; elements with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute providing a reference to a &amp;lt;tt&amp;gt;person&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;org&amp;lt;/tt&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute should be used when pointing to web-accessible files and the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web-accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;lt;tt&amp;gt;&amp;amp;lt;listPerson&amp;amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;listPlace&amp;amp;gt;&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;&amp;amp;lt;listOrg&amp;amp;gt;&amp;lt;/tt&amp;gt;, which is uniquely identified with an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute. The &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; value in the source file references the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file. &lt;br /&gt;
(In the examples below, the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.) When pointing to a database or a non–web-accessible file, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to the unique key in the database table or, as with the &amp;lt;tt&amp;gt;ref&amp;lt;/tt&amp;gt; attribute, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute can point to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;lt;tt&amp;gt;&amp;amp;lt;editorialDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute (e.g., &amp;lt;tt&amp;gt;tgn_0000000&amp;lt;/tt&amp;gt; for the ''Getty Thesaurus of Geographic Names''). When referencing a controlled vocabulary be sure to specify this information in the &amp;lt;tt&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;lt;/tt&amp;gt; section of the TEI header.&lt;br /&gt;
&lt;br /&gt;
* Place-name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;     &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining place name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Personal and organizational name tagging example in source file:&lt;br /&gt;
&amp;lt;pre&amp;gt;    &lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* In the external file &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt;, for maintaining personal and organization name normalization and additional information:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For example, the &amp;lt;tt&amp;gt;key&amp;lt;/tt&amp;gt; attribute points to a unique key in a MySQL table that stores information like county name, FIPS county code, and latitude/longitude values:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;lt;tt&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/tt&amp;gt; typically contains the following elements:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a literal transcription of a caption on a figurative image.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;, containing a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/tt&amp;gt;, pointing to the URI of the image itself using a &amp;lt;tt&amp;gt;url&amp;lt;/tt&amp;gt; attribute and containing other presentation instructions such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
An example of frontispiece encoding: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;Sojourner Truth.&amp;lt;/head&amp;gt;          &lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Embedded Texts =====&lt;br /&gt;
&lt;br /&gt;
At Level 4, texts embedded within other texts must be marked as such.&lt;br /&gt;
&lt;br /&gt;
In the case of a quotation from another text, use &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt;, and do not include quotation marks in the content of this element or just outside the opening and closing tags. If the rendering of this quotation needs to be recorded, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to describe how this quotation is set off from the rest of the text.&lt;br /&gt;
&lt;br /&gt;
If the embedded text is more than a short quotation, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; even if only an excerpt of the embedded texts is provided.  If your project uses &amp;lt;tt&amp;gt;&amp;amp;lt;quote&amp;amp;gt;&amp;lt;/tt&amp;gt; to identify quotations, surround instances of floating texts which are quotations with &amp;lt;tt&amp;gt;quote&amp;lt;/tt&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
Personal letters are a common example of an embedded text. While a collection of letters would use a &amp;lt;tt&amp;gt;div&amp;lt;/tt&amp;gt; element for each letter, if a letter is quoted as part of a larger text, use &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;amp;gt;&amp;lt;/tt&amp;gt; &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;lt;tt&amp;gt;&amp;amp;lt;opener&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;lt;tt&amp;gt;&amp;amp;lt;dateline&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;lt;tt&amp;gt;&amp;amp;lt;salute&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;lt;tt&amp;gt;&amp;amp;lt;signed&amp;amp;gt;&amp;lt;/tt&amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;lt;tt&amp;gt;&amp;amp;lt;closer&amp;amp;gt;&amp;lt;/tt&amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;lt;tt&amp;gt;&amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/tt&amp;gt;] included as appropriate.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp;amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
&lt;br /&gt;
* Within the front matter (&amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;amp;gt;&amp;lt;/tt&amp;gt;) of a performance text, cast lists should be encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt;s, with each item in that list encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt;s. If desired, each &amp;lt;tt&amp;gt;&amp;amp;lt;castItem&amp;amp;gt;&amp;lt;/tt&amp;gt; may be uniquely identified with the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; attribute.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt; and speakers identified by the &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; element, which is a child of &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;. &lt;br /&gt;
*Stage directions are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;stage&amp;amp;gt;&amp;lt;/tt&amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/tt&amp;gt; for prose speech with &amp;lt;tt&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/tt&amp;gt; to designate a new line in a particular edition of the text or &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; defined in the &amp;lt;tt&amp;gt;&amp;amp;lt;castList&amp;amp;gt;&amp;lt;/tt&amp;gt; is desired, use the &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: Shakespeare’s ''King Lear''&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/tt&amp;gt; in several ways: &lt;br /&gt;
&lt;br /&gt;
* In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;lt;tt&amp;gt;&amp;amp;lt;particDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;lt;tt&amp;gt;list&amp;lt;/tt&amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;lt;tt&amp;gt;&amp;amp;lt;item&amp;amp;gt;&amp;lt;/tt&amp;gt;]s&lt;br /&gt;
* As a list of author &amp;lt;tt&amp;gt;&amp;amp;lt;name&amp;amp;gt;&amp;lt;/tt&amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;lt;tt&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/tt&amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;lt;tt&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/tt&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; on the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element to uniquely identify the individual participant:&lt;br /&gt;
&lt;br /&gt;
* The list of an interview’s participants can be also listed within the body of the interview (see example below). &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;sp&amp;amp;gt;&amp;lt;/tt&amp;gt;, with speakers identified within &amp;lt;tt&amp;gt;speaker&amp;lt;/tt&amp;gt; elements with a &amp;lt;tt&amp;gt;who&amp;lt;/tt&amp;gt; attribute the value of which corresponds to the &amp;lt;tt&amp;gt;xml:id&amp;lt;/tt&amp;gt; in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One possible way to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;lt;tt&amp;gt;&amp;amp;lt;milestone&amp;amp;gt;&amp;lt;/tt&amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;tt&amp;gt;&amp;amp;lt;lg&amp;amp;gt;&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;&amp;amp;lt;l&amp;amp;gt;&amp;lt;/tt&amp;gt; as in Level 3. In addition, use the &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute to indicate lines that are indented.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.2&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.3&amp;quot;&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;1.4&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.2&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.3&amp;quot;&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent(1)&amp;quot; n=&amp;quot;2.4&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: Lewis Carroll’s ''The Hunting of the Snark''&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Milestones =====&lt;br /&gt;
&lt;br /&gt;
Instead of using the &amp;lt;tt&amp;gt;milestone&amp;lt;/tt&amp;gt; element available in TEI, use &amp;lt;tt&amp;gt;&amp;amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;.  The content of this element is the character(s) or device used to mark the milestone in the source document.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ab type=&amp;quot;typography&amp;quot;&amp;gt;*****&amp;lt;/ab&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Level 4 Alger Hiss document =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;TEI xml:id=&amp;quot;project_document_identifier&amp;quot;&lt;br /&gt;
  xmlns:xi=&amp;quot;http://www.w3.org/2001/XInclude&amp;quot;&lt;br /&gt;
  xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title&amp;gt;Title&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Publication Information&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;Information about the source&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
        &amp;lt;div1&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;./pageImages/AH4_0113.jpg&amp;quot; ed=&amp;quot;typed&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;118&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;POINT VIII.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
            &amp;lt;lb/&amp;gt;family and associates was not known at the time of trial by&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the defense.  Even now, with the release of some of the govern&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;ment documents concerning FBI investigative techniques regarding&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss, the full extent of surveillance -- wiretapping, mail open&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;ings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
            &amp;lt;lb/&amp;gt;techniques -- is still not 'clear.  Nevertheless, it is apparent&lt;br /&gt;
            &amp;lt;lb/&amp;gt;that information gathered through the exploitation of unlawful&lt;br /&gt;
            &amp;lt;lb/&amp;gt;wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;consequently the conviction must be reversed.  Alternatively,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;further discovery and a hearing is essential to a fair deter&amp;amp;#xAD; &lt;br /&gt;
            &amp;lt;lb/&amp;gt;mination regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
            &amp;lt;lb/&amp;gt;the institution of a mail cover on his incoming correspondence&lt;br /&gt;
            &amp;lt;lb/&amp;gt;at his home in connection with an FBI investigation of possible&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hatch Act violations.  CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;./pageImages/AH_0114.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;119&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
            &amp;lt;lb/&amp;gt;toll call records from the Hiss residence Telephone for the&lt;br /&gt;
            &amp;lt;lb/&amp;gt;years 1943 and 1944 as well.  CN Ex. 99.  In September, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;the FBI intercepted telegrams to Hiss as well.  CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;residence in Washington, D.C., escalated.  For the third time,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
            &amp;lt;lb/&amp;gt;which was continued at least until 1946.  CN Ex. 101 at p. 70;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;CN Ex. 102.  Continuous physical surveillance of Hiss was begun&lt;br /&gt;
            &amp;lt;lb/&amp;gt;as well.  CN Ex. 101 at p. 72.  Although this twenty-four-hour&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
            &amp;lt;lb/&amp;gt;surveillance was conducted frequently at various times until&lt;br /&gt;
            &amp;lt;lb/&amp;gt;September, 1947.&amp;lt;note place=&amp;quot;foot&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also&lt;br /&gt;
              before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
              &amp;lt;lb/&amp;gt;to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
              &amp;lt;lb/&amp;gt;read.  CN Ex. 100A at p. 167.  In approximately March, 1947,&lt;br /&gt;
              &amp;lt;lb/&amp;gt;a letter from a Michael Greenberg addressed to petitioner re&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;garding an application for employment with the United Nations&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was also intercepted, in a manner not revealed by the docu&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ments.  CN Ex. 100B&amp;lt;/note&amp;gt;  CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;./pageImages/AH_0115.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;pb n=&amp;quot;120&amp;quot; ed=&amp;quot;subsequent&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Washington, D.C. to New York City on September 13, 1947.  A&lt;br /&gt;
            &amp;lt;soCalled&amp;gt;technical surveillance&amp;lt;/soCalled&amp;gt;, -- a wiretap -- was placed on the Hiss&lt;br /&gt;
            &amp;lt;lb/&amp;gt;telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
            &amp;lt;lb/&amp;gt;The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
            &amp;lt;lb/&amp;gt;of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
            &amp;lt;lb/&amp;gt;an enormous amount of information concerning the Hisses' per&amp;amp;#xAD;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;sonal lives, relationships with friends and associates, and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;habits is recorded.&amp;lt;/p&amp;gt;          &lt;br /&gt;
          &amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
            &amp;lt;lb/&amp;gt;application to the Attorney General for authorization,&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's&lt;br /&gt;
              initial request was answered by a note reques&amp;amp;#xAD; &lt;br /&gt;
              &amp;lt;lb/&amp;gt;ting information on Hiss.  CN Ex. 104&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.  Additional information&lt;br /&gt;
              &amp;lt;lb/&amp;gt;was furnished by letter dated November 30, 1945.  CN Ex. 105&amp;lt;sic&amp;gt; &amp;lt;/sic&amp;gt;.&amp;lt;/note&amp;gt;&lt;br /&gt;
            &amp;lt;lb/&amp;gt;although no written authorization appears in the documents released to&lt;br /&gt;
            &amp;lt;lb/&amp;gt;Hiss.  The purpose of the application was to gather information&lt;br /&gt;
            &amp;lt;lb/&amp;gt;regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
            &amp;lt;lb/&amp;gt;communists in government service, general allegations which had&lt;br /&gt;
            &amp;lt;lb/&amp;gt;been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/text&amp;gt;&lt;br /&gt;
  &amp;lt;/TEI&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or other elements beyond a basic structural level.  It is difficult to make recommendations for encoding at this level since the scholarly analysis required is usually quite specific to the project.&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: the Swinburne Project&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Analysis=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;translation&amp;quot; xml:id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;epigraph xml:lang=&amp;quot;la&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
    &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
  &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children — let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed —&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;octave&amp;quot; xml:id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; xml:id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; xml:id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;!-- etc. --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: William Harkins’s translation of Pushkin's “Little House in Kolomna”&lt;br /&gt;
&lt;br /&gt;
=====Analytical Structures and Translation Markup=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;An Evidence&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;foreign xml:lang=&amp;quot;es&amp;quot;&amp;gt;la tierra&amp;lt;/foreign&amp;gt;&lt;br /&gt;
      &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;#trans&amp;quot; place=&amp;quot;foot&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;the earth, soil&amp;lt;/note&amp;gt;&lt;br /&gt;
    &amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(4)&amp;quot;&amp;gt;is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(3)&amp;quot;&amp;gt;(the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(2)&amp;quot;&amp;gt;all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;gt;is nurturing your powers&amp;lt;/l&amp;gt;&lt;br /&gt;
  &amp;lt;/lg&amp;gt;&lt;br /&gt;
  &amp;lt;signed&amp;gt;&lt;br /&gt;
    &amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt;Lorenzo Thomas&amp;lt;/name&amp;gt;&lt;br /&gt;
  &amp;lt;/signed&amp;gt;&lt;br /&gt;
  &amp;lt;dateline rend=&amp;quot;case(allcaps)&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;Amsterdam&amp;lt;/placeName&amp;gt;, &amp;lt;placeName&amp;gt;The Netherlands&amp;lt;/placeName&amp;gt;&lt;br /&gt;
    &amp;lt;lb/&amp;gt;&amp;lt;date when=&amp;quot;1978-09-11&amp;quot;&amp;gt;11 Sep 1978&amp;lt;/date&amp;gt;&lt;br /&gt;
  &amp;lt;/dateline&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: a poem from the Notebooks of Ricardo Sanchez&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota, and the Spring 2009 Forum in Raleigh, North Carolina, in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of This Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed, the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA Midwinter Meeting (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums, and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina, Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5913</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5913"/>
		<updated>2009-04-14T18:09:00Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially for older materials. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
   &amp;lt;front&amp;gt;&lt;br /&gt;
     [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
     [optional]&lt;br /&gt;
   &amp;lt;/front&amp;gt;&lt;br /&gt;
   &amp;lt;body&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;1&amp;quot; facs=&amp;quot;[URI of page 1 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;[heading of section 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
       &amp;lt;ab&amp;gt;[entire contents of section 1 here, with&lt;br /&gt;
          interspersed &amp;amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
          images; in this example there are 26 more pages&lt;br /&gt;
          to section 1]&amp;lt;/ab&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;pb n=&amp;quot;27&amp;quot; facs=&amp;quot;[URI of page 27 image]&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;head&amp;gt;[heading of section 2 subsection 1]&amp;lt;/head&amp;gt;&lt;br /&gt;
         &amp;lt;ab&amp;gt;[all the paragraphs of subsection one go here&lt;br /&gt;
           with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
       &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/body&amp;gt;&lt;br /&gt;
   &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;head&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;Sojourner Truth.&amp;lt;/head&amp;gt;          &lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp n=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;1.2&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.3&amp;quot;&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;1.4&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;2.2&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.3&amp;quot;&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;2.4&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Elements in William Harkins's translation of Pushkin's &amp;quot;Little House in Kolomna&amp;quot;=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;text&amp;gt;&lt;br /&gt;
 &amp;lt;body lang=&amp;quot;rus&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;translation&amp;quot; id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;epigraph lang=&amp;quot;lat&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
     &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
    &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children &amp;amp;mdash; let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed &amp;amp;mdash;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Prosodic, Analytical Structure, and Translations marked up in a poem from the Notebooks of Ricardo Sanchez=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div1 type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;AN  EVIDENCE &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; la tierra &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;trans&amp;quot; place=&amp;quot;foot&amp;quot;&amp;gt; the earth, soil &amp;lt;/note&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent4&amp;quot;&amp;gt; is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; (the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent2&amp;quot;&amp;gt; all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; is nurturing your powers &amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signed&amp;gt;&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&amp;lt;/signed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;trailer&amp;gt;&amp;lt;name type=&amp;quot;place&amp;quot;&amp;gt; AMSTERDAM, THE NETHERLANDS &amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;lt;date&amp;gt; 11 SEP  1978 &amp;lt;/date&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;address&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt;&lt;br /&gt;
	&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&lt;br /&gt;
	&amp;lt;/addrline&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt; P.O. Box 14645 &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;addrline&amp;gt; Houston, TX 77021 USA &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5911</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5911"/>
		<updated>2009-04-14T18:07:37Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Figures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially for older materials. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;head&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;Sojourner Truth.&amp;lt;/head&amp;gt;          &lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;1.2&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.3&amp;quot;&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;1.4&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;2.2&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.3&amp;quot;&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;2.4&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Elements in William Harkins's translation of Pushkin's &amp;quot;Little House in Kolomna&amp;quot;=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;text&amp;gt;&lt;br /&gt;
 &amp;lt;body lang=&amp;quot;rus&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;translation&amp;quot; id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;epigraph lang=&amp;quot;lat&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
     &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
    &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children &amp;amp;mdash; let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed &amp;amp;mdash;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Prosodic, Analytical Structure, and Translations marked up in a poem from the Notebooks of Ricardo Sanchez=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div1 type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;AN  EVIDENCE &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; la tierra &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;trans&amp;quot; place=&amp;quot;foot&amp;quot;&amp;gt; the earth, soil &amp;lt;/note&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent4&amp;quot;&amp;gt; is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; (the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent2&amp;quot;&amp;gt; all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; is nurturing your powers &amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signed&amp;gt;&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&amp;lt;/signed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;trailer&amp;gt;&amp;lt;name type=&amp;quot;place&amp;quot;&amp;gt; AMSTERDAM, THE NETHERLANDS &amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;lt;date&amp;gt; 11 SEP  1978 &amp;lt;/date&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;address&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt;&lt;br /&gt;
	&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&lt;br /&gt;
	&amp;lt;/addrline&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt; P.O. Box 14645 &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;addrline&amp;gt; Houston, TX 77021 USA &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5908</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5908"/>
		<updated>2009-04-14T18:05:38Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Verse */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;caption&amp;gt;Sojourner Truth.&amp;lt;/caption&amp;gt;&lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;1.2&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;1.3&amp;quot;&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;1.4&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.1&amp;quot;&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;2.2&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l n=&amp;quot;2.3&amp;quot;&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot; n=&amp;quot;2.4&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Elements in William Harkins's translation of Pushkin's &amp;quot;Little House in Kolomna&amp;quot;=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;text&amp;gt;&lt;br /&gt;
 &amp;lt;body lang=&amp;quot;rus&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;translation&amp;quot; id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;epigraph lang=&amp;quot;lat&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
     &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
    &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children &amp;amp;mdash; let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed &amp;amp;mdash;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Prosodic, Analytical Structure, and Translations marked up in a poem from the Notebooks of Ricardo Sanchez=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div1 type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;AN  EVIDENCE &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; la tierra &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;trans&amp;quot; place=&amp;quot;foot&amp;quot;&amp;gt; the earth, soil &amp;lt;/note&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent4&amp;quot;&amp;gt; is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; (the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent2&amp;quot;&amp;gt; all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; is nurturing your powers &amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signed&amp;gt;&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&amp;lt;/signed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;trailer&amp;gt;&amp;lt;name type=&amp;quot;place&amp;quot;&amp;gt; AMSTERDAM, THE NETHERLANDS &amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;lt;date&amp;gt; 11 SEP  1978 &amp;lt;/date&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;address&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt;&lt;br /&gt;
	&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&lt;br /&gt;
	&amp;lt;/addrline&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt; P.O. Box 14645 &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;addrline&amp;gt; Houston, TX 77021 USA &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=User:Drsweeg&amp;diff=5907</id>
		<title>User:Drsweeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=User:Drsweeg&amp;diff=5907"/>
		<updated>2009-04-14T18:01:39Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: New page: Drsweeg = Matthew Gibson Virginia Foundation for the Humanities University of Virginia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Drsweeg = Matthew Gibson&lt;br /&gt;
Virginia Foundation for the Humanities&lt;br /&gt;
University of Virginia&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=BPG_Feedback_on_Complete_Draft&amp;diff=5906</id>
		<title>BPG Feedback on Complete Draft</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=BPG_Feedback_on_Complete_Draft&amp;diff=5906"/>
		<updated>2009-04-14T18:01:08Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://wiki.tei-c.org/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices Back to GBP]&lt;br /&gt;
&lt;br /&gt;
The main sections of the BPG are outlined below to facilitate orderly feedback :-).  '''Please provide feedback by Saturday, April 11th''' so Kevin and I have enough time to compile any of the more significant issues for discussion during our upcoming meeting on April 14th.   &lt;br /&gt;
&lt;br /&gt;
Add each new comment as a bullet point and be sure to attribute comments so we know how to follow-up if there's some debate.  For example:&lt;br /&gt;
&lt;br /&gt;
* feedback blah blah, [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
* Task Force w/c though historically correct may lose context in this new revision.  Consider something more generic like &amp;quot;Working Group&amp;quot; or past tense: &amp;quot;the Task Force attempted to make these ...&amp;quot; [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
* Conisder moving facsimile page image info here as the final bullet point. [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
* Do we need to reference &amp;lt;tt&amp;gt;&amp;amp;lt;facsimile&amp;gt;&amp;lt;/tt&amp;gt;?  [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
* I changed 'the Open Access Initiative (OAI)&amp;quot; to &amp;quot;the Open Archives Initiative (OAI)&amp;quot;. Unless there is another initiative that I do not know about.[[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
* encodingDesc: Even though Melanie and I wrote most of the header, I don't remember any more why some information about sourceDesc is in encodingDesc/p and other info is in encodingDesc/editorialDecl/p .  Seems like this info should be in one place or the other.  Suggestions?  Note that the P5 schema allows both p and non-p children of encodingDesc, but the prose implies that this isn't allowed.  I've reported to SourceForge ( https://sourceforge.net/tracker/?func=detail&amp;amp;atid=644062&amp;amp;aid=2761884&amp;amp;group_id=106328 ), but maybe we should do it one way or the other.  All the more reason to fix this.&lt;br /&gt;
&lt;br /&gt;
* How to allow for automatic generation of sourceDesc from a MARC record yet not commit tag abuse on author and respStmt elements.&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
* Consider moving this text up under the General Rec. section. [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
* Do we need to say this: &amp;quot;The examples below use the former method.&amp;quot;  And do we want all examples to use @facs? I think we should mix it up since we are recommending both options. [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
** Kevin suggested that we need more info for how to use xml:id with METS.  I am not quite sure how to do this at-a-glance and any attempt at detail will lead us into a significant discussion about METS.  Here are some things we can say, but may not all of them (and hopefully Chris P. can provide some guidance):&lt;br /&gt;
*** Use xml:id to locate content but not explicit representation of content (xml:id points to MET document, not images)&lt;br /&gt;
*** fileSec used to explicitly list all the images (master, jpg, pdf)&lt;br /&gt;
*** structMap orders the pages by page break and references each image defined in fileSec [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==LEVEL 1: Fully Automated Conversion and Encoding==&lt;br /&gt;
&lt;br /&gt;
* Should an automated workflow be described?  ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
==LEVEL 2: Minimal Encoding==&lt;br /&gt;
&lt;br /&gt;
* Should an automated workflow be described?  How does everyone feel about the one Kevin described by email on 2009-04-08? ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
Second paragraph of rationale: why &amp;quot;earlier than 1900&amp;quot;?  Restate to explain what it is about certain older source documents that makes it difficult to use automated methods on them.&lt;br /&gt;
&lt;br /&gt;
I think the last paragraph of &amp;quot;Rationale&amp;quot; in essence repeats what has been stated in the first para.&lt;br /&gt;
Suggestions - combine them and edit to avoid repetition. [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
Consider revision? &amp;quot;Level 2 texts do not require any special knowledge or manual intervention below the section level.&amp;quot; [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Linking between encoded text and images of source documents&amp;quot;, we say that &amp;quot;The examples below use the former method&amp;quot;, i.e. &amp;quot;Use the @facs attribute on each &amp;lt;pb&amp;gt; element to point to the corresponding page image using a URI.&amp;quot; Indeed that's what we use in the Level 1 example:&lt;br /&gt;
&amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, here is the level 2 example:&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
[[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
maybe to keep one - Alger Hiss document - example?[[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
==LEVEL 3: Simple Analysis==&lt;br /&gt;
&lt;br /&gt;
=== General Level 3 Recommendations ===&lt;br /&gt;
* need to check for consistency: sometimes it's &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;, sometimes it's &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
* sorry, but what does &amp;quot;Forme Works&amp;quot; mean? [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
* Need to explain more about how to encode end-of-division notes.  They need an n= attribute, but they also need a &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; in the text.&lt;br /&gt;
** Do we handle with: &amp;amp;lt;ref target=&amp;quot;#note01&amp;quot;&amp;gt;1&amp;lt;/ref&amp;gt; that points to end of division [1] &amp;lt;note xml:id=&amp;quot;note01&amp;quot;&amp;gt;blah&amp;lt;/note&amp;gt;?  &lt;br /&gt;
** Do we need to support bi-directional linking: &amp;amp;lt;ref target=&amp;quot;#note01&amp;quot; xml:id=&amp;quot;ref01&amp;quot;&amp;gt;1&amp;lt;/ref&amp;gt; and &amp;lt;note xml:id=&amp;quot;note01&amp;quot;&amp;gt;&amp;amp;lt;ref target=&amp;quot;#ref01&amp;quot;&amp;gt;[1]&amp;lt;/ref&amp;gt;blah&amp;lt;/note&amp;gt;? [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
* Use of the &amp;quot;n&amp;quot; attribute for &amp;lt;l&amp;gt; should be optional.  Remove from example? Or add optional &amp;quot;n&amp;quot; usage to the table? [[User:Mdalmau|Mdalmau]] (reported by Rich)&lt;br /&gt;
&lt;br /&gt;
* Check: &amp;quot;Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;lt;pb&amp;gt; identifier to generate links from the index into the text proper.&amp;quot; And in general the consistency with how we list attributes, i.e. &amp;quot;target&amp;quot; attribute or target= attribute; or @target, etc. [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
** I revised this to make it somewhat clearer, but I think it should be rewritten and an example (even a fake one) included.  It would be good to give guidance on what to do with things like page ranges in an index and errors in the index. ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
=== Level 3 Examples ===&lt;br /&gt;
==== Basic Structure: Verse ====&lt;br /&gt;
I am afraid that our examples for level 3 and level 4 verse are not that different. Level 3 verse has n= attribute for &amp;lt;l&amp;gt; element, while level 4 verse does not. Thoughts? [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
==LEVEL 4: Basic Content Analysis==&lt;br /&gt;
* &amp;lt;strike&amp;gt;For name tagging, recommend the use of @ref when the target is web accessible and @key when not.&amp;lt;/strike&amp;gt; [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;Matt has provided an @key example; some possible debate about where the explanation appears in the Header&amp;lt;/strike&amp;gt; [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
* Moved Name Tagging recommendations from bullet point under General Recommendations to its own section.  The explanation and examples are too dense for a bullet point.  We may need to find a better place for this. [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
=== Level 4 Letters ===&lt;br /&gt;
&lt;br /&gt;
* This text conflates personal letters (epistles) with situations where one text is embedded within another.  These topics should be dealt with separately since there are encoding projects that encode personal correspondence only (where letters are not embedded within other texts), and there are cases of non-epistles included within frame texts. ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
** I see your point, Kevin. I will try to find a more clear-cut example, but, honestly, I would stay with the one we have :-) [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
=== Level 4 Drama ===&lt;br /&gt;
&lt;br /&gt;
* It says, &amp;quot;Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&amp;quot;  This is unclear: should block-level content describing the scenery etc. be &amp;quot;enclosed&amp;quot; in &amp;amp;lt;stage&amp;amp;gt; tags?&lt;br /&gt;
&lt;br /&gt;
** I just changed this to read: &amp;quot;Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose content describing scenery, stage directions, etc.&amp;quot; However, this may miss the point that Kevin indicated above, that basically elements such as &amp;amp;lt;p&amp;amp;gt; are allowed inside of &amp;amp;lt;stage&amp;amp;gt; ([[User:Drsweeg|Drsweeg]])&lt;br /&gt;
&lt;br /&gt;
=== Level 4 Verse ===&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;lt;l rend=&amp;quot;&amp;quot;&amp;amp;gt;: Matt added a note in the GBP, which I've moved here: &amp;quot;note: I really don't think we want to keep something like this in here; what do others recommend as far as methods for encoding typographically explicit verse breaks, etc.?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
** Also, what sorts of values should be used on rend=? ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
==LEVEL 5: Scholarly Encoding Projects==&lt;br /&gt;
&lt;br /&gt;
* Need examples.  Syd was going to make scholarly the level 4 examples.  Any updates? [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
Syd, what do you think about my comments re your WWP example? It can be considered level 5. [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
* I've added two verse examples, neither of which inspires much confidence.  I wouldn't be hurt if someone were to replace these with other better (e.g. WWP) examples.  [[User:Gworthey|Gworthey]]&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
* It says, &amp;quot;For instance, if all text is encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics, there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;quot; .  We need to say where this would be defined, and by whom.  But we should also discuss the question of normalization in rendering. If a project wants to encode all monograph titles as italics regardless of how they were displayed in the source document, then there's no need to use rend=.  But if the project wants to transcribe the source document faithfully, including all inconsistencies, then rend= should always be used. ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
&lt;br /&gt;
* Why aren't we using the new rendition feature in P5? [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=BPG_Feedback_on_Complete_Draft&amp;diff=5905</id>
		<title>BPG Feedback on Complete Draft</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=BPG_Feedback_on_Complete_Draft&amp;diff=5905"/>
		<updated>2009-04-14T17:56:50Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://wiki.tei-c.org/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices Back to GBP]&lt;br /&gt;
&lt;br /&gt;
The main sections of the BPG are outlined below to facilitate orderly feedback :-).  '''Please provide feedback by Saturday, April 11th''' so Kevin and I have enough time to compile any of the more significant issues for discussion during our upcoming meeting on April 14th.   &lt;br /&gt;
&lt;br /&gt;
Add each new comment as a bullet point and be sure to attribute comments so we know how to follow-up if there's some debate.  For example:&lt;br /&gt;
&lt;br /&gt;
* feedback blah blah, [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
* Task Force w/c though historically correct may lose context in this new revision.  Consider something more generic like &amp;quot;Working Group&amp;quot; or past tense: &amp;quot;the Task Force attempted to make these ...&amp;quot; [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
* Conisder moving facsimile page image info here as the final bullet point. [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
* Do we need to reference &amp;lt;tt&amp;gt;&amp;amp;lt;facsimile&amp;gt;&amp;lt;/tt&amp;gt;?  [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
* I changed 'the Open Access Initiative (OAI)&amp;quot; to &amp;quot;the Open Archives Initiative (OAI)&amp;quot;. Unless there is another initiative that I do not know about.[[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
* encodingDesc: Even though Melanie and I wrote most of the header, I don't remember any more why some information about sourceDesc is in encodingDesc/p and other info is in encodingDesc/editorialDecl/p .  Seems like this info should be in one place or the other.  Suggestions?  Note that the P5 schema allows both p and non-p children of encodingDesc, but the prose implies that this isn't allowed.  I've reported to SourceForge ( https://sourceforge.net/tracker/?func=detail&amp;amp;atid=644062&amp;amp;aid=2761884&amp;amp;group_id=106328 ), but maybe we should do it one way or the other.  All the more reason to fix this.&lt;br /&gt;
&lt;br /&gt;
* How to allow for automatic generation of sourceDesc from a MARC record yet not commit tag abuse on author and respStmt elements.&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
* Consider moving this text up under the General Rec. section. [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
* Do we need to say this: &amp;quot;The examples below use the former method.&amp;quot;  And do we want all examples to use @facs? I think we should mix it up since we are recommending both options. [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
** Kevin suggested that we need more info for how to use xml:id with METS.  I am not quite sure how to do this at-a-glance and any attempt at detail will lead us into a significant discussion about METS.  Here are some things we can say, but may not all of them (and hopefully Chris P. can provide some guidance):&lt;br /&gt;
*** Use xml:id to locate content but not explicit representation of content (xml:id points to MET document, not images)&lt;br /&gt;
*** fileSec used to explicitly list all the images (master, jpg, pdf)&lt;br /&gt;
*** structMap orders the pages by page break and references each image defined in fileSec [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
==LEVEL 1: Fully Automated Conversion and Encoding==&lt;br /&gt;
&lt;br /&gt;
* Should an automated workflow be described?  ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
==LEVEL 2: Minimal Encoding==&lt;br /&gt;
&lt;br /&gt;
* Should an automated workflow be described?  How does everyone feel about the one Kevin described by email on 2009-04-08? ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
Second paragraph of rationale: why &amp;quot;earlier than 1900&amp;quot;?  Restate to explain what it is about certain older source documents that makes it difficult to use automated methods on them.&lt;br /&gt;
&lt;br /&gt;
I think the last paragraph of &amp;quot;Rationale&amp;quot; in essence repeats what has been stated in the first para.&lt;br /&gt;
Suggestions - combine them and edit to avoid repetition. [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
Consider revision? &amp;quot;Level 2 texts do not require any special knowledge or manual intervention below the section level.&amp;quot; [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
In &amp;quot;Linking between encoded text and images of source documents&amp;quot;, we say that &amp;quot;The examples below use the former method&amp;quot;, i.e. &amp;quot;Use the @facs attribute on each &amp;lt;pb&amp;gt; element to point to the corresponding page image using a URI.&amp;quot; Indeed that's what we use in the Level 1 example:&lt;br /&gt;
&amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, here is the level 2 example:&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
[[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
maybe to keep one - Alger Hiss document - example?[[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
==LEVEL 3: Simple Analysis==&lt;br /&gt;
&lt;br /&gt;
=== General Level 3 Recommendations ===&lt;br /&gt;
* need to check for consistency: sometimes it's &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;, sometimes it's &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
* sorry, but what does &amp;quot;Forme Works&amp;quot; mean? [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
* Need to explain more about how to encode end-of-division notes.  They need an n= attribute, but they also need a &amp;lt;tt&amp;gt;ptr&amp;lt;/tt&amp;gt; in the text.&lt;br /&gt;
** Do we handle with: &amp;amp;lt;ref target=&amp;quot;#note01&amp;quot;&amp;gt;1&amp;lt;/ref&amp;gt; that points to end of division [1] &amp;lt;note xml:id=&amp;quot;note01&amp;quot;&amp;gt;blah&amp;lt;/note&amp;gt;?  &lt;br /&gt;
** Do we need to support bi-directional linking: &amp;amp;lt;ref target=&amp;quot;#note01&amp;quot; xml:id=&amp;quot;ref01&amp;quot;&amp;gt;1&amp;lt;/ref&amp;gt; and &amp;lt;note xml:id=&amp;quot;note01&amp;quot;&amp;gt;&amp;amp;lt;ref target=&amp;quot;#ref01&amp;quot;&amp;gt;[1]&amp;lt;/ref&amp;gt;blah&amp;lt;/note&amp;gt;? [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
* Use of the &amp;quot;n&amp;quot; attribute for &amp;lt;l&amp;gt; should be optional.  Remove from example? Or add optional &amp;quot;n&amp;quot; usage to the table? [[User:Mdalmau|Mdalmau]] (reported by Rich)&lt;br /&gt;
&lt;br /&gt;
* Check: &amp;quot;Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;lt;pb&amp;gt; identifier to generate links from the index into the text proper.&amp;quot; And in general the consistency with how we list attributes, i.e. &amp;quot;target&amp;quot; attribute or target= attribute; or @target, etc. [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
** I revised this to make it somewhat clearer, but I think it should be rewritten and an example (even a fake one) included.  It would be good to give guidance on what to do with things like page ranges in an index and errors in the index. ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
=== Level 3 Examples ===&lt;br /&gt;
==== Basic Structure: Verse ====&lt;br /&gt;
I am afraid that our examples for level 3 and level 4 verse are not that different. Level 3 verse has n= attribute for &amp;lt;l&amp;gt; element, while level 4 verse does not. Thoughts? [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
==LEVEL 4: Basic Content Analysis==&lt;br /&gt;
* &amp;lt;strike&amp;gt;For name tagging, recommend the use of @ref when the target is web accessible and @key when not.&amp;lt;/strike&amp;gt; [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;Matt has provided an @key example; some possible debate about where the explanation appears in the Header&amp;lt;/strike&amp;gt; [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
* Moved Name Tagging recommendations from bullet point under General Recommendations to its own section.  The explanation and examples are too dense for a bullet point.  We may need to find a better place for this. [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
=== Level 4 Letters ===&lt;br /&gt;
&lt;br /&gt;
* This text conflates personal letters (epistles) with situations where one text is embedded within another.  These topics should be dealt with separately since there are encoding projects that encode personal correspondence only (where letters are not embedded within other texts), and there are cases of non-epistles included within frame texts. ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
** I see your point, Kevin. I will try to find a more clear-cut example, but, honestly, I would stay with the one we have :-) [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
=== Level 4 Drama ===&lt;br /&gt;
&lt;br /&gt;
* It says, &amp;quot;Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&amp;quot;  This is unclear: should block-level content describing the scenery etc. be &amp;quot;enclosed&amp;quot; in &amp;amp;lt;stage&amp;amp;gt; tags?&lt;br /&gt;
&lt;br /&gt;
** I just changed this to read: &amp;quot;Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose content describing scenery, stage directions, etc.&amp;quot; However, this may miss the point that Kevin indicated above, that basically elements such as &amp;amp;lt;p&amp;amp;gt; are allowed inside of &amp;amp;lt;stage&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Level 4 Verse ===&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;lt;l rend=&amp;quot;&amp;quot;&amp;amp;gt;: Matt added a note in the GBP, which I've moved here: &amp;quot;note: I really don't think we want to keep something like this in here; what do others recommend as far as methods for encoding typographically explicit verse breaks, etc.?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
** Also, what sorts of values should be used on rend=? ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
==LEVEL 5: Scholarly Encoding Projects==&lt;br /&gt;
&lt;br /&gt;
* Need examples.  Syd was going to make scholarly the level 4 examples.  Any updates? [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
Syd, what do you think about my comments re your WWP example? It can be considered level 5. [[User:Natasha|Natasha]]&lt;br /&gt;
&lt;br /&gt;
* I've added two verse examples, neither of which inspires much confidence.  I wouldn't be hurt if someone were to replace these with other better (e.g. WWP) examples.  [[User:Gworthey|Gworthey]]&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
* It says, &amp;quot;For instance, if all text is encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics, there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;quot; .  We need to say where this would be defined, and by whom.  But we should also discuss the question of normalization in rendering. If a project wants to encode all monograph titles as italics regardless of how they were displayed in the source document, then there's no need to use rend=.  But if the project wants to transcribe the source document faithfully, including all inconsistencies, then rend= should always be used. ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
&lt;br /&gt;
* Why aren't we using the new rendition feature in P5? [[User:Mdalmau|Mdalmau]]&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5904</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5904"/>
		<updated>2009-04-14T17:54:25Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Reference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S &lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING &lt;br /&gt;
SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, page numbers and other artifacts derived from printing should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/html/FT.html#FTGRA Chapter 14.3 Specific Elements for Graphic Images, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;caption&amp;gt;Sojourner Truth.&amp;lt;/caption&amp;gt;&lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Elements in William Harkins's translation of Pushkin's &amp;quot;Little House in Kolomna&amp;quot;=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;text&amp;gt;&lt;br /&gt;
 &amp;lt;body lang=&amp;quot;rus&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;translation&amp;quot; id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;epigraph lang=&amp;quot;lat&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
     &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
    &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children &amp;amp;mdash; let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed &amp;amp;mdash;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Prosodic, Analytical Structure, and Translations marked up in a poem from the Notebooks of Ricardo Sanchez=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div1 type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;AN  EVIDENCE &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; la tierra &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;trans&amp;quot; place=&amp;quot;foot&amp;quot;&amp;gt; the earth, soil &amp;lt;/note&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent4&amp;quot;&amp;gt; is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; (the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent2&amp;quot;&amp;gt; all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; is nurturing your powers &amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signed&amp;gt;&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&amp;lt;/signed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;trailer&amp;gt;&amp;lt;name type=&amp;quot;place&amp;quot;&amp;gt; AMSTERDAM, THE NETHERLANDS &amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;lt;date&amp;gt; 11 SEP  1978 &amp;lt;/date&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;address&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt;&lt;br /&gt;
	&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&lt;br /&gt;
	&amp;lt;/addrline&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt; P.O. Box 14645 &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;addrline&amp;gt; Houston, TX 77021 USA &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5899</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5899"/>
		<updated>2009-04-14T17:30:51Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Name Tagging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;caption&amp;gt;Sojourner Truth.&amp;lt;/caption&amp;gt;&lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Elements in William Harkins's translation of Pushkin's &amp;quot;Little House in Kolomna&amp;quot;=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;text&amp;gt;&lt;br /&gt;
 &amp;lt;body lang=&amp;quot;rus&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;translation&amp;quot; id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;epigraph lang=&amp;quot;lat&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
     &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
    &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children &amp;amp;mdash; let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed &amp;amp;mdash;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Prosodic, Analytical Structure, and Translations marked up in a poem from the Notebooks of Ricardo Sanchez=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div1 type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;AN  EVIDENCE &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; la tierra &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;trans&amp;quot; place=&amp;quot;foot&amp;quot;&amp;gt; the earth, soil &amp;lt;/note&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent4&amp;quot;&amp;gt; is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; (the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent2&amp;quot;&amp;gt; all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; is nurturing your powers &amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signed&amp;gt;&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&amp;lt;/signed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;trailer&amp;gt;&amp;lt;name type=&amp;quot;place&amp;quot;&amp;gt; AMSTERDAM, THE NETHERLANDS &amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;lt;date&amp;gt; 11 SEP  1978 &amp;lt;/date&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;address&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt;&lt;br /&gt;
	&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&lt;br /&gt;
	&amp;lt;/addrline&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt; P.O. Box 14645 &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;addrline&amp;gt; Houston, TX 77021 USA &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5897</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5897"/>
		<updated>2009-04-14T17:25:16Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;caption&amp;gt;Sojourner Truth.&amp;lt;/caption&amp;gt;&lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose content describing scenery, stage directions, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Elements in William Harkins's translation of Pushkin's &amp;quot;Little House in Kolomna&amp;quot;=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;text&amp;gt;&lt;br /&gt;
 &amp;lt;body lang=&amp;quot;rus&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;translation&amp;quot; id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;epigraph lang=&amp;quot;lat&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
     &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
    &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children &amp;amp;mdash; let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed &amp;amp;mdash;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Prosodic, Analytical Structure, and Translations marked up in a poem from the Notebooks of Ricardo Sanchez=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div1 type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;AN  EVIDENCE &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; la tierra &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;trans&amp;quot; place=&amp;quot;foot&amp;quot;&amp;gt; the earth, soil &amp;lt;/note&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent4&amp;quot;&amp;gt; is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; (the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent2&amp;quot;&amp;gt; all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
   &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; is nurturing your powers &amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signed&amp;gt;&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&amp;lt;/signed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;trailer&amp;gt;&amp;lt;name type=&amp;quot;place&amp;quot;&amp;gt; AMSTERDAM, THE NETHERLANDS &amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;lt;date&amp;gt; 11 SEP  1978 &amp;lt;/date&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;address&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt;&lt;br /&gt;
	&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&lt;br /&gt;
	&amp;lt;/addrline&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt; P.O. Box 14645 &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;addrline&amp;gt; Houston, TX 77021 USA &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5895</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5895"/>
		<updated>2009-04-14T17:03:12Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Figures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;caption&amp;gt;Sojourner Truth.&amp;lt;/caption&amp;gt;&lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    [Etc ...]&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Elements in William Harkins's translation of Pushkin's &amp;quot;Little House in Kolomna&amp;quot;=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;text&amp;gt;&lt;br /&gt;
 &amp;lt;body lang=&amp;quot;rus&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;translation&amp;quot; id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;epigraph lang=&amp;quot;lat&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
     &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
    &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children &amp;amp;mdash; let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed &amp;amp;mdash;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Prosodic, Analytical Structure, and Translations marked up in a poem from the Notebooks of Ricardo Sanchez=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div1 type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;AN  EVIDENCE &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; la tierra &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;trans&amp;quot; place=&amp;quot;foot&amp;quot;&amp;gt; the earth, &lt;br /&gt;
soil &amp;lt;/note&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent4&amp;quot;&amp;gt; is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; (the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent2&amp;quot;&amp;gt; all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; is nurturing your powers &amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signed&amp;gt;&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&amp;lt;/signed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;trailer&amp;gt;&amp;lt;name type=&amp;quot;place&amp;quot;&amp;gt; AMSTERDAM, THE NETHERLANDS &amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;lt;date&amp;gt; 11 SEP  1978 &amp;lt;/date&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;address&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt;&lt;br /&gt;
	&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&lt;br /&gt;
	&amp;lt;/addrline&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt; P.O. Box 14645 &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;addrline&amp;gt; Houston, TX 77021 USA &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5894</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5894"/>
		<updated>2009-04-14T17:02:46Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Figures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;figure&amp;gt;&lt;br /&gt;
          &amp;lt;caption&amp;gt;Sojourner Truth.&amp;lt;/caption&amp;gt;&lt;br /&gt;
          &amp;lt;figDesc&amp;gt;Woodcut of Sojourner Truth.&amp;lt;/figDesc&amp;gt;&lt;br /&gt;
          &amp;lt;graphic url=&amp;quot;http://docsouth.unc.edu/neh/truth50/frontis.html&amp;quot; scale=&amp;quot;0.5&amp;quot;/&amp;gt;&lt;br /&gt;
       &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Prosodic Elements in William Harkins's translation of Pushkin's &amp;quot;Little House in Kolomna&amp;quot;=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;text&amp;gt;&lt;br /&gt;
 &amp;lt;body lang=&amp;quot;rus&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;translation&amp;quot; id=&amp;quot;Harkins&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Little House in Kolomna&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;epigraph lang=&amp;quot;lat&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;quote&amp;gt;Modo vir, modo femina.&amp;lt;/quote&amp;gt;&lt;br /&gt;
     &amp;lt;bibl&amp;gt;Ov.&amp;lt;/bibl&amp;gt;&lt;br /&gt;
    &amp;lt;/epigraph&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;I.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;By now I'm all fed up with four-foot verse;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;Each scribbler writes it.  It's a mere diversion&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;For children &amp;amp;mdash; let them keep it.  I could do worse&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;Than in the octave's measure make excursion.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;a&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;It's true, in triple rhyme I'm little versed &amp;amp;mdash;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;B&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l1.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;But let me try it.  To fame I've no aversion!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;For rhymes have ever echoed in my song!&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;c&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l1.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Two come themselves: the third they'll bring along.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;octave&amp;quot; id=&amp;quot;st2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;head&amp;gt;II.&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.1&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;And so with types of rhyme I can't be choosy:&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.2&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;To verbal rhyme I'll grant the widest play.&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.3&amp;quot; n=&amp;quot;3&amp;quot;&amp;gt;You know, our poets past have oft refused it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.4&amp;quot; n=&amp;quot;4&amp;quot;&amp;gt;As though ashamed of it.  Why so, I say?&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;A&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.5&amp;quot; n=&amp;quot;5&amp;quot;&amp;gt;True, S. of pious memory never used it,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;b&amp;quot; met=&amp;quot;m&amp;quot; id=&amp;quot;l2.6&amp;quot; n=&amp;quot;6&amp;quot;&amp;gt;And I eschew it too, whene'er I may,&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.7&amp;quot; n=&amp;quot;7&amp;quot;&amp;gt;Why should we so?  Of rhymes we've scarce sufficient;&amp;lt;/l&amp;gt;&lt;br /&gt;
     &amp;lt;l rhyme=&amp;quot;C&amp;quot; met=&amp;quot;f&amp;quot; id=&amp;quot;l2.8&amp;quot; n=&amp;quot;8&amp;quot;&amp;gt;Without the verbs our rhyme will be deficient.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC.]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Prosodic, Analytical Structure, and Translations marked up in a poem from the Notebooks of Ricardo Sanchez=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div1 type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;AN  EVIDENCE &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Ricardo,&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; when power is&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; rooted&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; in the land&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; la tierra &amp;lt;note type=&amp;quot;translation&amp;quot; resp=&amp;quot;trans&amp;quot; place=&amp;quot;foot&amp;quot;&amp;gt; the earth, &lt;br /&gt;
soil &amp;lt;/note&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; it is evident&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; and true.&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; Land, in some languages&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent4&amp;quot;&amp;gt; is earth--&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; And this earth&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent3&amp;quot;&amp;gt; (the planet...&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent2&amp;quot;&amp;gt; all of it&amp;lt;/l&amp;gt;&lt;br /&gt;
 &amp;lt;l rend=&amp;quot;indent1&amp;quot;&amp;gt; is nurturing your powers &amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signed&amp;gt;&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&amp;lt;/signed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;trailer&amp;gt;&amp;lt;name type=&amp;quot;place&amp;quot;&amp;gt; AMSTERDAM, THE NETHERLANDS &amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;lt;date&amp;gt; 11 SEP  1978 &amp;lt;/date&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;address&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt;&lt;br /&gt;
	&amp;lt;name type=&amp;quot;personal&amp;quot;&amp;gt; Lorenzo Thomas &amp;lt;/name&amp;gt;&lt;br /&gt;
	&amp;lt;/addrline&amp;gt;&lt;br /&gt;
	&amp;lt;addrline&amp;gt; P.O. Box 14645 &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;addrline&amp;gt; Houston, TX 77021 USA &amp;lt;/addrline&amp;gt;&lt;br /&gt;
&amp;lt;/address&amp;gt;&lt;br /&gt;
&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5890</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5890"/>
		<updated>2009-04-14T16:58:31Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Figures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
Take this as an example of encoding the frontispiece of the ''Narrative of Sojourner Truth, a Northern Slave, Emancipated from Bodily Servitude by the State of New York, in 1828''. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5889</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5889"/>
		<updated>2009-04-14T16:55:40Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example]) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5888</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5888"/>
		<updated>2009-04-14T15:41:26Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Figures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure; in this context &amp;amp;lt;figure&amp;amp;gt; typically contains the following elements:&lt;br /&gt;
** &amp;amp;lt;caption&amp;amp;gt; which is a literal transcription of a caption on a figurative image.&lt;br /&gt;
** &amp;amp;lt;figDesc&amp;amp;gt; which is a free text description of the image used, potentially, for searching the images themselves.&lt;br /&gt;
** &amp;amp;lt;graphic&amp;amp;gt; which points to the URI of the image itself using a &amp;quot;url&amp;quot; attribute and containing other presentation instructinos such as dimension at which the graphic should be displayed, etc.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5887</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5887"/>
		<updated>2009-04-14T15:37:19Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Figures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* &amp;amp;lt;figure&amp;amp;gt; groups elements representing or containing graphic information such as an illustration or figure.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5886</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5886"/>
		<updated>2009-04-14T15:36:36Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Figures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
* Matthew G. to fill in&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5885</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5885"/>
		<updated>2009-04-14T15:36:17Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Figures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5884</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5884"/>
		<updated>2009-04-14T15:35:38Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Letters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Figures=====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5883</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5883"/>
		<updated>2009-04-14T15:27:08Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Reference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may be used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granular, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Archives Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt;. If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;&amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abraham, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
optical character recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An &amp;quot;n&amp;quot; attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries, with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to mark up page numbers given in the index entry.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the n= attribute of the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; of the referenced page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE Chapter 3.12.1 Core Tags for Verse]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR Chapter 3.12.2 Core Tags for Drama]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone without page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file or database for easier maintenance of names.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text may be encoded using the following elements: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text should be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;). This element may also be used if more specific elements are not used, as above.&lt;br /&gt;
&lt;br /&gt;
* Any of the following three methods may be used to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] may be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, there are three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Name Tagging=====&lt;br /&gt;
Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; elements with the &amp;quot;ref&amp;quot; or &amp;quot;key&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file or database for managing name normalization and compilation of additional information such as biographical or geospatial information. The &amp;quot;ref&amp;quot; attribute should be used when pointing to web accessible files and the &amp;quot;key&amp;quot; used for pointing to databases or files not generally web accessible.  &lt;br /&gt;
&lt;br /&gt;
For example, a web accessible external TEI file may contain an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. &lt;br /&gt;
(In the examples below the external file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information,” and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.)   When pointing to a database or a non-web accessible file, the &amp;quot;key&amp;quot; attribute points to the unique key in the database table or, like with the &amp;quot;ref&amp;quot; attribute,&amp;quot; the &amp;quot;key&amp;quot; attribute can point to the &amp;quot;xml:id&amp;quot; value in the external file (see example below). &lt;br /&gt;
&lt;br /&gt;
When referencing external files or databases, it is strongly recommended to provide an explanation in the &amp;amp;lt;editorialDecl&amp;amp;gt; section of the TEI Header. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- For example, the &amp;quot;key&amp;quot; attribute points to a unique key in a MySQL table that stores &lt;br /&gt;
information like county name, FIPS county code, and latitude/longitude values--&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;When Harry Byrd &amp;quot;retired&amp;quot; to his orchards and Rosemont, his new house outside &lt;br /&gt;
&amp;lt;placeName key=&amp;quot;1498453&amp;quot;&amp;gt;Berryville&amp;lt;/placeName&amp;gt; in 1930, he was still an energetic &lt;br /&gt;
young man with a long political career ahead of him.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; may be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), may be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the possible approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ &amp;quot;Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
* All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
* Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
* It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;.&lt;br /&gt;
* Use the &amp;amp;lt;l&amp;amp;gt; element to encode each line of verse, with the rend= attribute used record indentation.&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for the type attribute for each element, on which everyone could agree, is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: This element is sometimes used to number elements for machine processing, but it often includes data represented in the source document, such as page numbers or footnote numbers. For example, &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5788</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5788"/>
		<updated>2009-04-08T19:02:05Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Verse */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file for easier maintenance of names.&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt;, elements with the &amp;quot;ref&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file for managing name normalization and compilation of additional information such as biographical or geospatial information. The external TEI file contains an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. (In the examples below this file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information”, and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.) The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; can be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt; and &lt;br /&gt;
*Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this. &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;[note: I really don't think we want to keep something like this in here; what do others recommend as far as methods for encoding typographically explicit verse breaks, etc.?]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is from Lewis Carroll's ''The Hunting of the Snark''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;fit&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Fit the First: THE LANDING&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark!&amp;quot; the Bellman cried,&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;As he landed his crew with care;&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Supporting each man on the top of the tide&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;By a finger entwined in his hair.&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;lg type=&amp;quot;stanza&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;&amp;quot;Just the place for a Snark! I have said it twice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;That alone should encourage the crew.&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l&amp;gt;Just the place for a Snark! I have said it thrice:&amp;lt;/l&amp;gt;&lt;br /&gt;
        &amp;lt;l rend=&amp;quot;indent&amp;quot;&amp;gt;What I tell you three times is true.&amp;quot;&amp;lt;/l&amp;gt;&lt;br /&gt;
    &amp;lt;/lg&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    [ETC....] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5787</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5787"/>
		<updated>2009-04-08T16:24:20Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Verse */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* [[BPG Feedback on Complete Draft]] (required, polishing before release for public comment)&lt;br /&gt;
* [[Copyediting Feedback]] (optional, helpful pointers to our copy editor)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well. Consult the full TEI Guidelines for guidance beyond what is described below.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme that is internally consistent should be established for the project. If it is likely that the files will need to be used on more primitive devices (MS-DOS computers or unextended ISO 9660 CDs) it may be useful to limit names to 8 characters (limited to the 26 lower case letters of ASCII, digits, hyphens, and underscore), a dot, and an extension of 3 alphanumeric characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root &amp;lt;tt&amp;gt;&amp;amp;lt;TEI&amp;gt;&amp;lt;/tt&amp;gt; element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The &amp;lt;tt&amp;gt;&amp;amp;lt;teiHeader&amp;gt;&amp;lt;/tt&amp;gt; element serves as a description of the document presented in the &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element. The &amp;lt;tt&amp;gt;&amp;amp;lt;text&amp;gt;&amp;lt;/tt&amp;gt; element contains the transcription of the source document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header provides metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record captures metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;/&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing. This element has no content.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created. It has one required element (&amp;lt;tt&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present). It is recommended but not required to remove ISBN punctuation when deriving from a MARC record.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;/date&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication, distribution, etc. from the original source (if present). The content of the element is the statement of this data according to the national cataloging code. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, there should be two elements: one for the extent of the item and other physical details, and a second one for the dimension. Both should be recorded according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date when=&amp;quot;1996&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p&amp;lt;/extent&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the &amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;lt;gi&amp;gt;sourceDesc&amp;lt;/gi&amp;gt; created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking between encoded text and images of source documents==&lt;br /&gt;
&lt;br /&gt;
There are two recommended mechanisms for linking between the encoded text and facsimile page images of source documents.  Projects may either:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: upper-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@facs&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element to point to the corresponding page image using a URI.&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Use the &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; attribute on each &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; element and a METS document to provide correspondence between &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;gt;&amp;lt;/tt&amp;gt; elements and one or more facsimile page images (e.g., master, web derivatives, etc.).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The examples below use the former method.&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the TEI at this very strictly limited level of encoding is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;) or exporting from existing electronic text files. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 1====&lt;br /&gt;
   &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all of the OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 1 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is to avoid expensive analysis of textual elements and/or the expense of accurate text conversion, e.g., double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), automated methods are not likely to be reliable across a large body of work, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 2====&lt;br /&gt;
&lt;br /&gt;
Use all elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if headings are present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;&lt;br /&gt;
    [title page information, table of contents, prefaces, etc.]&lt;br /&gt;
    [optional]&lt;br /&gt;
  &amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block&lt;br /&gt;
         tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
         images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page&lt;br /&gt;
             breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Level 2 Example: Alger Hiss document ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create a stand alone electronic text and identify&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g., transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow for keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will undergo quality control to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 3====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Use all elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; &amp;lt;tt&amp;gt;rend&amp;lt;/tt&amp;gt; attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;lt;tt&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/tt&amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the &amp;lt;tt&amp;gt;place&amp;lt;/tt&amp;gt; attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work information should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard the forme work information.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the starting page number.  The &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;amp;gt;&amp;lt;/tt&amp;gt; element can reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;lt;tt&amp;gt;&amp;amp;lt;ref&amp;amp;gt;&amp;lt;/tt&amp;gt; element used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Alger Hiss document =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;113&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;POINT VIII. BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S CONVICTION SHOULD BE VACATED; ALTERNATIVELY, DISCOVERY AND A HEARING SHOULD BE ORDERED.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government &lt;br /&gt;
documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail &lt;br /&gt;
openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination &lt;br /&gt;
regarding these issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;FBI surveillance of Hiss began in earnest in 1941 with &lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;114&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;68&amp;quot;&amp;gt;Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding &lt;br /&gt;
an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. &lt;br /&gt;
CN Ex. 100B&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 CN Ex. 102; CN Ex. 103.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The most intrusive invasion of petitioner's rights&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;pb n=&amp;quot;115&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;note place=&amp;quot;bottom&amp;quot; anchored=&amp;quot;true&amp;quot; n=&amp;quot;69&amp;quot;&amp;gt;Hoover's initial request was answered by a note requesting &lt;br /&gt;
information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&amp;lt;/note&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  although no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;As one would expect, the interception of every telephone&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic, or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars, and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that  are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Element Recommendations for Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use all elements specified in Levels 1, 2, and 3, plus elements in the following table. Note that some of these elements are defined in Level 3 as well, but their use in Level 4 is more strict.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;&amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;Recommended to encode personal, place, and organizational names used in a text.&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;&amp;amp;lt;listName&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;Recommended in support of personal, place, and organizational names normalization and to capture&lt;br /&gt;
additional information about the names. Should be captured in an external TEI file for easier maintenance of names.&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous typographically distinct text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as technical terms, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;lt;tt&amp;gt;&amp;amp;lt;foreign xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element used alone is recommend to indicate errors without correcting them&lt;br /&gt;
** the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element used alone is recommended to provide corrections without indicating the initial error&lt;br /&gt;
** both together inside a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element is a combination of the two approaches: both the apparent error and its editorial correction are recorded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;trailer&amp;gt;FINIS.&amp;lt;/trailer&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been added, marked for deletion, or to indicate cases where transcription is difficult (&amp;lt;tt&amp;gt;&amp;amp;lt;unclear&amp;gt;&amp;lt;/tt&amp;gt;) or impossible (&amp;lt;tt&amp;gt;&amp;amp;lt;gap&amp;gt;&amp;lt;/tt&amp;gt;) because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851] 1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;gap reason=&amp;quot;ink blot&amp;quot;/&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:purple&amp;quot;&amp;gt;Names should be encoded using &amp;amp;lt;persName&amp;amp;gt;, &amp;amp;lt;placeName&amp;amp;gt;, &amp;amp;lt;geogName&amp;amp;gt;, and &amp;amp;lt;orgName&amp;amp;gt;, elements with the &amp;quot;ref&amp;quot; attribute providing a reference to a &amp;amp;lt;person&amp;gt;, &amp;amp;lt;place&amp;gt;, or &amp;amp;lt;org&amp;gt; element in an external file for managing name normalization and compilation of additional information such as biographical or geospatial information. The external TEI file contains an entry for each name, grouped accordingly under &amp;amp;lt;listPerson&amp;amp;gt;, &amp;amp;lt;listPlace&amp;amp;gt;, and &amp;amp;lt;listOrg&amp;amp;gt;, which is uniquely identified with an &amp;quot;xml:id&amp;quot; attribute. (In the examples below this file is named &amp;lt;tt&amp;gt;context.xml&amp;lt;/tt&amp;gt; for “contextual information”, and is in the same directory as the source file, but it may be named anything and placed anywhere, including elsewhere on the web.) The &amp;quot;ref&amp;quot; value in the source file references the &amp;quot;xml:id&amp;quot; value in the external file. References to controlled vocabularies and national or local authority files may be signified by a prefix in the &amp;quot;xml:id&amp;quot; attribute (e.g., tgn_0000000 for the Getty's Thesaurus of Geographic Names). When referencing a controlled vocabulary be sure to specify this information in the &amp;amp;lt;classDecl&amp;amp;gt; section of the TEI Header.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Place name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;p&amp;gt;The first Jews arrived in &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt; in&lt;br /&gt;
  the middle of the 19th century. Primarily immigrants from &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7000084&amp;quot;&lt;br /&gt;
    &amp;gt; Germany&amp;lt;/placeName&amp;gt; and other points in central Europe (though many had lived elsewhere in the&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012149&amp;quot;&amp;gt;United States&amp;lt;/placeName&amp;gt; before they arrived in the&lt;br /&gt;
  city), they were drawn from throughout the Midwest by the growth of commerce and rail lines in&lt;br /&gt;
    &amp;lt;placeName ref=&amp;quot;context.xml#tgn_7012924&amp;quot;&amp;gt;Indianapolis&amp;lt;/placeName&amp;gt;. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining&lt;br /&gt;
  place name normalization and additional information. --&amp;gt;&lt;br /&gt;
&amp;lt;listPlace&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012924&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;settlement type=&amp;quot;city&amp;quot;&amp;gt;Indianapolis&amp;lt;/settlement&amp;gt;&lt;br /&gt;
      &amp;lt;region type=&amp;quot;state&amp;quot;&amp;gt;Indiana&amp;lt;/region&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7000084&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country xml:lang=&amp;quot;de&amp;quot;&amp;gt;Deutschland&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
  &amp;lt;place xml:id=&amp;quot;tgn_7012149&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;placeName&amp;gt;&lt;br /&gt;
      &amp;lt;country&amp;gt;United States&amp;lt;/country&amp;gt;&lt;br /&gt;
    &amp;lt;/placeName&amp;gt;&lt;br /&gt;
  &amp;lt;/place&amp;gt;&lt;br /&gt;
&amp;lt;/listPlace&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Personal and organizational name tagging example in source file--&amp;gt;      &lt;br /&gt;
&amp;lt;figure n=&amp;quot;VAA7662-004-001&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;PRIZE LIBRARY GIFT-Indiana University President &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_82134365&amp;quot;&lt;br /&gt;
      &amp;gt;Elvis J. Stahr&amp;lt;/persName&amp;gt; (right), a former law dean and practicing attorney, reminisces with&lt;br /&gt;
    Professor of Law &amp;lt;persName ref=&amp;quot;context.xml#lcnaf_00113347&amp;quot;&amp;gt;W. Howard Mann&amp;lt;/persName&amp;gt; as the two&lt;br /&gt;
    inspect some of the nearly 3,000 volumes of &amp;lt;orgName ref=&amp;quot;context.xml#lcnaf_79006848&amp;quot;&amp;gt;U.S.&lt;br /&gt;
      Supreme Court&amp;lt;/orgName&amp;gt; records recently transferred to I.U. from the &amp;lt;orgName&lt;br /&gt;
      ref=&amp;quot;context.xml#lcnaf_79109178&amp;quot;&amp;gt;Indiana Supreme Court Library&amp;lt;/orgName&amp;gt;. The collection,&lt;br /&gt;
    dating back to 1925, is one of the oldest and most complete sets in existence.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/figure&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- In the external file &amp;quot;context.xml&amp;quot;, for maintaining personal&lt;br /&gt;
    and organization name normalization and additional information. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;listPerson&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_82134365&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Stahr&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;Elvis&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;J.&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
      &amp;lt;birth when=&amp;quot;1916&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
    &amp;lt;person xml:id=&amp;quot;lcnaf_00113347&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;persName&amp;gt;&lt;br /&gt;
        &amp;lt;surname&amp;gt;Mann&amp;lt;/surname&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;first&amp;quot;&amp;gt;W.&amp;lt;/forename&amp;gt;&lt;br /&gt;
        &amp;lt;forename type=&amp;quot;middle&amp;quot;&amp;gt;Howard&amp;lt;/forename&amp;gt;&lt;br /&gt;
      &amp;lt;/persName&amp;gt;&lt;br /&gt;
    &amp;lt;/person&amp;gt;&lt;br /&gt;
  &amp;lt;/listPerson&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;listOrg&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79006848&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;United States. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
    &amp;lt;org xml:id=&amp;quot;lcnaf_79109178&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;orgName&amp;gt;Indiana. Supreme Court&amp;lt;/orgName&amp;gt;&lt;br /&gt;
    &amp;lt;/org&amp;gt;&lt;br /&gt;
  &amp;lt;/listOrg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
&lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes, and apparatus be encoded.&lt;br /&gt;
&lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries, or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may omit encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html &amp;amp;lt;samplingDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; can be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;lt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time &lt;br /&gt;
that I ever encountered him. I was president of class at N.C. State, and that through me into &lt;br /&gt;
this kind of public adventure. And so I went merrily on downtown and sat there in the budget &lt;br /&gt;
hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a line group element &amp;amp;lt;lg&amp;amp;gt;.&lt;br /&gt;
*Each line of verse should be contained within a line element &amp;amp;lt;l&amp;amp;gt;.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 5 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Lemmatization and Thematic Keyword Tagging from the Swinburne Project=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;lg&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;67&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;High&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;thing&amp;quot;&amp;gt;things&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;seg type=&amp;quot;keyword&amp;quot; xml:id=&amp;quot;ke39&amp;quot; corresp=&amp;quot;#kw-song&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;high&amp;quot;&amp;gt;high&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;song&amp;quot;&amp;gt;song&amp;lt;/w&amp;gt;&amp;lt;/seg&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;teach&amp;quot;&amp;gt;taught&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;he&amp;quot;&amp;gt;him&amp;lt;/w&amp;gt;; &amp;lt;w lemma=&amp;quot;how&amp;quot;&amp;gt;how&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;the&amp;quot;&amp;gt;the&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;breath&amp;quot;&amp;gt;breath&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;68&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;too&amp;quot;&amp;gt;Too&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;frail&amp;quot;&amp;gt;frail&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;for&amp;quot;&amp;gt;for&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;may&amp;quot;&amp;gt;may&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;be&amp;quot;&amp;gt;be&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;more&amp;quot;&amp;gt;more&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;strong&amp;quot;&amp;gt;strong&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;than&amp;quot;&amp;gt;than&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;death&amp;quot;&amp;gt;death&amp;lt;/w&amp;gt;;&amp;lt;/l&amp;gt;&lt;br /&gt;
                &amp;lt;l n=&amp;quot;69&amp;quot;&amp;gt;&amp;lt;w lemma=&amp;quot;and&amp;quot;&amp;gt;And&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;this&amp;quot;&amp;gt;this&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;poor&amp;quot;&amp;gt;poor&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;flash&amp;quot;&amp;gt;flash&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;of&amp;quot;&amp;gt;of&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;sense&amp;quot;&amp;gt;sense&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;in&amp;quot;&amp;gt;in&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;life&amp;quot;&amp;gt;life&amp;lt;/w&amp;gt;, &amp;lt;w lemma=&amp;quot;that&amp;quot;&amp;gt;that&amp;lt;/w&amp;gt;&lt;br /&gt;
                    &amp;lt;w lemma=&amp;quot;gleam&amp;quot;&amp;gt;gleams&amp;lt;/w&amp;gt;&amp;lt;/l&amp;gt;&lt;br /&gt;
&amp;lt;/lg&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file and that this list be made available to people&lt;br /&gt;
       using the texts. It is worth noting that, at present, [http://www.tei-c.org/Roma/ Roma], the web front-end editor for ODD files, does not have a mechanism for providing this documentation — it should be added to the ODD file directly. For&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books, see &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf). For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt;&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;lt;tt&amp;gt;&amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: A URI. May be used to point internally within the same document by preceding the value of the target element's &amp;lt;tt&amp;gt;@xml:id&amp;lt;/tt&amp;gt; with a number sign (U+0023). E.g., in the case of footnotes where&lt;br /&gt;
       the &amp;lt;tt&amp;gt;&amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;lt;tt&amp;gt;&amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
       which contains the actual content of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; attributes occurs when it is desirable to&lt;br /&gt;
        record more than one rendition feature. With this in mind, it is recommended that projects&lt;br /&gt;
        employ the following adaptation of “rendition ladders”, a concept developed at the&lt;br /&gt;
        [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for&lt;br /&gt;
        sets of multiple renditional features to be included in one &amp;lt;tt&amp;gt;rend=&amp;lt;/tt&amp;gt; value. Rendition&lt;br /&gt;
        ladders consist of categories of renditional features with values of each of those features&lt;br /&gt;
        enclosed in parentheses.&amp;lt;br/&amp;gt; rend= should only be used to override a default value. For&lt;br /&gt;
        instance, if all text encoded as &amp;lt;tt&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/tt&amp;gt; is defined as being rendered in italics,&lt;br /&gt;
        there is no reason to encode text as &amp;lt;tt&amp;gt;&amp;amp;lt;hi rend=&amp;quot;slant(italics)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt; Combining&lt;br /&gt;
        renditional features would result in an element with attributes such as &amp;lt;tt&amp;gt;&amp;amp;lt;l&lt;br /&gt;
        rend=&amp;quot;slant(italics)align(right)&amp;quot;&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
	{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
	 |-&lt;br /&gt;
	 ! keyword&lt;br /&gt;
	 ! some possible values&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;slant&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;italics&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upright&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;weight&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;bold&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;normal&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;case&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;allcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;lower&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;smallcaps&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;upper&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;mixed&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;align&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;left&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;centre&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;inside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;outside&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;none&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 |-&lt;br /&gt;
	 | &amp;lt;tt&amp;gt;indent&amp;lt;/tt&amp;gt;&lt;br /&gt;
	 | a number&lt;br /&gt;
	 |}&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:lang=&amp;lt;/b&amp;gt;: Used to indicate the natural language of the content of an element. Generally not used at levels 1 or 2. At levels 3 or 4 should contain the appropriate language subtag; further subtags (script, region, variant, extension, private use) are rarely appropriate. If only the language subtag is present (the most common case), a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element should '''not''' be present in the TEI header. If a private use subtag is present, a corresponding &amp;lt;tt&amp;gt;&amp;amp;lt;language&amp;gt;&amp;lt;/tt&amp;gt; element must be present in the TEI header. See [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-data.language.html the TEI documentation].&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
This document is the result of a group of individuals with a range of experience with TEI text encoding, which formed together under the TEI Special Interest Group on Libraries and Digital Library Federation umbrellas.  We would like to thank and acknowledge all of those who have given their time and expertise to develop these best practices.&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the writing of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
&lt;br /&gt;
The individuals who have contributed to the planning of this document are:&lt;br /&gt;
&lt;br /&gt;
* Syd Bauman, Brown University&lt;br /&gt;
* Michelle Dalmau, Indiana University&lt;br /&gt;
* Matthew Gibson, University of Virginia&lt;br /&gt;
* Kevin Hawkins, University of Michigan&lt;br /&gt;
* Lisa McAulay, University of California, Los Angeles&lt;br /&gt;
* Chris Powell, University of Michigan&lt;br /&gt;
* Andrew Rouner, Washington University in St. Louis&lt;br /&gt;
* Melanie Schlosser, Ohio State University&lt;br /&gt;
* Natasha Smith, University of North Carolina, Chapel Hill&lt;br /&gt;
* Perry Willett, California Digital Library&lt;br /&gt;
* Richard Wisneski, Case Western University&lt;br /&gt;
* Glen Worthey, Stanford University&lt;br /&gt;
&lt;br /&gt;
Lastly, we would like to thank the Digital Library Federation (DLF) for sponsoring two in-person meetings as part of the Spring 2008 Forum in Minneapolis, Minnesota and the Spring 2009 Forum in Raleigh, North Carolina in support of our revision work.  The DLF also provided teleconferencing support for our regularly scheduled meetings.&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5623</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5623"/>
		<updated>2009-03-26T16:32:22Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work data should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard this forme work text.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. &lt;br /&gt;
*Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; can be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt; &lt;br /&gt;
*Stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. &lt;br /&gt;
*When encoding the actual speech content itself, utilize elements and attributes that correspond to the type of dramatic speech presented (e.g. &amp;amp;kt;p&amp;amp;gt; for prose speech with &amp;amp;lt;lb/&amp;amp;gt; to designate a new line in a particular edition of the text or &amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt; to describe dramatic verse structures).&lt;br /&gt;
*If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct for the IDREF datatype. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''need snippet examples!'''&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5622</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5622"/>
		<updated>2009-03-26T16:24:21Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Reference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work data should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard this forme work text.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRCAST Chapter 7.1.4 Performance Texts: castLists and castItems]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRDIV Chapter 7.2.1 Performance Texts: Major Structural Divisions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP Chapter 7.2.2 Performance Texts: Speeches and Speakers]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA Chapter 7.2.3 Performance Texts: Stage Directions]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; can be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''need snippet examples!'''&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5621</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5621"/>
		<updated>2009-03-26T16:15:12Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work data should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard this forme work text.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; can be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;quot;&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''need snippet examples!'''&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5620</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5620"/>
		<updated>2009-03-26T16:14:48Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work data should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard this forme work text.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s. Also, if desired (though not required), each &amp;amp;lt;castItem&amp;amp;gt; can be uniquely identified with the xml:id attribute construct.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kllear&amp;quot;&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klfrance&amp;quot;&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klburgundy&amp;quot;&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klcornwall&amp;quot;&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klalbany&amp;quot;&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klkent&amp;quot;&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;klgloucester&amp;quot;&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledgar&amp;quot;&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem xml:id=&amp;quot;kledmund&amp;quot;&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc. If referencing the xml:id defined in the &amp;amp;lt;castList&amp;amp;gt; is desired, utilize the &amp;quot;who&amp;quot; attribute construct. &lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker who=&amp;quot;klgloucester&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker who=&amp;quot;klkent&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''need snippet examples!'''&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5619</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5619"/>
		<updated>2009-03-26T16:08:32Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* List of elements in Level 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work data should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard this forme work text.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;castList&amp;amp;gt;, &amp;amp;lt;castItem&amp;amp;gt;, &amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different structures in performance texts (i.e. drama).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p2&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''need snippet examples!'''&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5618</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5618"/>
		<updated>2009-03-26T16:07:06Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot; facs=&amp;quot;00000001.tif&amp;quot;/&amp;gt;&lt;br /&gt;
POINT VIII.&lt;br /&gt;
BECAUSE OF UNLAWFUL SURVEILLANCE, PETITIONER'S&lt;br /&gt;
CONVICTION SHOULD BE VACATED; ALTERNATIVELY,&lt;br /&gt;
DISCOVERY AND A HEARING SHOULD BE ORDERED.&lt;br /&gt;
The nature and extent of surveillance of Hiss, his&lt;br /&gt;
family and associates was not known at the time of trial by&lt;br /&gt;
the defense. Even now, with the release of some of the government documents concerning FBI investigative techniques regarding&lt;br /&gt;
Hiss, the full extent of surveillance -- wiretapping, mail openings, mail covers, physical surveillance, and other intrusive&lt;br /&gt;
techniques -- is still not 'clear. Nevertheless, it is apparent&lt;br /&gt;
that information gathered through the exploitation of unlawful&lt;br /&gt;
wiretaps and other illegal surveillance was used at trial and&lt;br /&gt;
consequently the conviction must be reversed. Alternatively,&lt;br /&gt;
further discovery and a hearing is essential to a fair determination regarding these issues.&lt;br /&gt;
FBI surveillance of Hiss began in earnest in 1941 with&lt;br /&gt;
the institution of a mail cover on his incoming correspondence&lt;br /&gt;
at his home in connection with an FBI investigation of possible&lt;br /&gt;
Hatch Act violations. CN Ex. 98A. Another mail cover was placed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-113 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot; facs=&amp;quot;00000002.tif&amp;quot;/&amp;gt;&lt;br /&gt;
on the Hiss mail in 1945, and at the same time the FBI obtained&lt;br /&gt;
toll call records from the Hiss residence Telephone for the&lt;br /&gt;
years 1943 and 1944 as well. CN Ex. 99. In September, 1945,&lt;br /&gt;
the FBI intercepted telegrams to Hiss as well. CN Ex. 100.&lt;br /&gt;
In late November, 1945, FBI surveillance of the Hiss&lt;br /&gt;
residence in Washington, D.C., escalated. For the third time,&lt;br /&gt;
a mail cover was instituted beginning on November 28, 1945,&lt;br /&gt;
which was continued at least until 1946. CN Ex. 101 at p. 70;&lt;br /&gt;
CN Ex. 102. Continuous physical surveillance of Hiss was begun&lt;br /&gt;
as well. CN Ex. 101 at p. 72. Although this twenty-four-hour&lt;br /&gt;
surveillance was discontinued on December 14, 1945, physical&lt;br /&gt;
surveillance was conducted frequently at various times until&lt;br /&gt;
September, 1947. CN Ex. 102; CN Ex. 103.&lt;br /&gt;
The most intrusive invasion of petitioner's rights&lt;br /&gt;
68/ Also before 1947, a letter from Priscilla Hiss addressed&lt;br /&gt;
to her son, Timothy Hobson, was intercepted and its contents&lt;br /&gt;
read. CN Ex. 100A at p. 167. In approximately March, 1947,&lt;br /&gt;
a letter from a Michael Greenberg addressed to petitioner regarding an application for employment with the United Nations&lt;br /&gt;
was also intercepted, in a manner not revealed by the documents. CN Ex. 100B&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-114 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot; facs=&amp;quot;00000003.tif&amp;quot;/&amp;gt;&lt;br /&gt;
occurred from December 13, 1945 until the Hisses moved from&lt;br /&gt;
Washington, D.C. to New York City on September 13, 1947. A&lt;br /&gt;
&amp;quot;technical surveillance,&amp;quot; -- a wiretap -- was placed on the Hiss&lt;br /&gt;
telephone at their residence on P Street-in Washington, D.C.&lt;br /&gt;
The logs of this surveillance constitute twenty-nine volumes&lt;br /&gt;
of FBI serials and are roughly 2,500 pages in length, in which&lt;br /&gt;
an enormous amount of information concerning the Hisses' personal lives, relationships with friends and associates, and&lt;br /&gt;
habits is recorded.&lt;br /&gt;
The wiretap was installed following FBI Director Hoover's&lt;br /&gt;
application to the Attorney General for authorization,  although&lt;br /&gt;
no written authorization appears in the documents released to&lt;br /&gt;
Hiss. The purpose of the application was to gather information&lt;br /&gt;
regarding Hiss' alleged contacts with Soviet espionage agents and&lt;br /&gt;
communists in government service, general allegations which had&lt;br /&gt;
been made by Elizabeth Bentley and Chambers.&lt;br /&gt;
As one would expect, the interception of every telephone&lt;br /&gt;
h9/       Hoover's initial request was answered by a note requesting information on Hiss. CN Ex. 104. Additional information&lt;br /&gt;
was furnished by letter dated November 30, 1945. CN Ex. 105.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-115 -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
'''Forme Works'''&lt;br /&gt;
&lt;br /&gt;
Running heads, catch words, and other such forme work data should not be included in Level 3, with the exception of page numbers, which are recorded using &amp;lt;tt&amp;gt;pb&amp;lt;/tt&amp;gt;.  If upgrading a text from Level 1 or Level 2 that was generated using OCR, discard this forme work text.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Within the front matter (&amp;amp;lt;front&amp;amp;gt;) of a performance text, cast lists should be encoded as &amp;amp;lt;castList&amp;amp;gt;s, with each item in that list encoded as &amp;amp;lt;castItem&amp;amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;front&amp;gt;&lt;br /&gt;
    &amp;lt;castList&amp;gt;&amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;LEAR king of Britain&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;KING OF FRANCE&amp;lt;/castItem&amp;gt;        &lt;br /&gt;
        &amp;lt;castItem&amp;gt;DUKE OF BURGUNDY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;DUKE OF CORNWALL&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;DUKE OF ALBANY&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;EARL OF KENT&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;EARL OF GLOUCESTER&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;EDGAR son to Gloucester.&amp;lt;/castItem&amp;gt;&lt;br /&gt;
        &amp;lt;castItem&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/castItem&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/castList&amp;gt;&lt;br /&gt;
&amp;lt;/front&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Within the body of performative texts, speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
&lt;br /&gt;
Again, from ''King Lear'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p2&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''need snippet examples!'''&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5603</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5603"/>
		<updated>2009-03-23T15:47:54Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;list&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;LEAR king of Britain&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;KING OF FRANCE&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF BURGUNDY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF CORNWALL&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF ALBANY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF KENT&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF GLOUCESTER&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDGAR son to Gloucester.&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/item&amp;gt; &lt;br /&gt;
        [. . .]&lt;br /&gt;
    &amp;lt;/list&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p2&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [. . .]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5602</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5602"/>
		<updated>2009-03-23T15:47:38Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;list&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;LEAR king of Britain&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;KING OF FRANCE&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF BURGUNDY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF CORNWALL&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF ALBANY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF KENT&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF GLOUCESTER&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDGAR son to Gloucester.&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/item&amp;gt; &lt;br /&gt;
        [...]&lt;br /&gt;
    &amp;lt;/list&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p2&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [...]&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5601</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5601"/>
		<updated>2009-03-23T15:33:20Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* List of elements in Level 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, &amp;amp;lt;figDesc&amp;amp;gt;, and &amp;amp;lt;graphic&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;list&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;LEAR king of Britain&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;KING OF FRANCE&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF BURGUNDY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF CORNWALL&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF ALBANY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF KENT&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF GLOUCESTER&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDGAR son to Gloucester.&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/item&amp;gt; &lt;br /&gt;
        [rest omitted] ...&lt;br /&gt;
    &amp;lt;/list&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p2&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [rest omitted] ...&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5600</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5600"/>
		<updated>2009-03-23T14:07:35Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, and  &amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;list&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;LEAR king of Britain&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;KING OF FRANCE&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF BURGUNDY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF CORNWALL&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF ALBANY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF KENT&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF GLOUCESTER&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDGAR son to Gloucester.&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/item&amp;gt; &lt;br /&gt;
        [rest omitted] ...&lt;br /&gt;
    &amp;lt;/list&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker id=&amp;quot;p2&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker id=&amp;quot;p1&amp;quot;&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [rest omitted] ...&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5599</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5599"/>
		<updated>2009-03-23T14:06:15Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, and  &amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified by the &amp;amp;lt;speaker&amp;amp;gt; element which is a child of &amp;amp;lt;sp&amp;amp;gt;; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
&lt;br /&gt;
From Shakespeare's ''King Lear'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Dramatis Personae&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;list&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;LEAR king of Britain&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;KING OF FRANCE&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF BURGUNDY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF CORNWALL&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;DUKE OF ALBANY&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF KENT&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EARL OF GLOUCESTER&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDGAR son to Gloucester.&amp;lt;/item&amp;gt;&lt;br /&gt;
        &amp;lt;item&amp;gt;EDMUND bastard son to Gloucester.&amp;lt;/item&amp;gt; &lt;br /&gt;
        [rest omitted] ...&lt;br /&gt;
    &amp;lt;/list&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div type=&amp;quot;act&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;Act 1&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;scene&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;Scene 1&amp;lt;/head&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;King Lear's palace.&amp;lt;/stage&amp;gt;&lt;br /&gt;
           &amp;lt;stage&amp;gt;Enter KENT, GLOUCESTER, and EDMUND&amp;lt;/stage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;I thought the king had more affected the Duke of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               Albany than Cornwall.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
               &amp;lt;speaker&amp;gt;GLOUCESTER&amp;lt;/speaker&amp;gt;&lt;br /&gt;
               &amp;lt;p&amp;gt;It did always seem so to us: but now, in the&amp;lt;lb/&amp;gt;&lt;br /&gt;
               division of the kingdom, it appears not which of&amp;lt;lb/&amp;gt;&lt;br /&gt;
               the dukes he values most; for equalities are so&amp;lt;lb/&amp;gt;&lt;br /&gt;
               weighed, that curiosity in neither can make choice&amp;lt;lb/&amp;gt;&lt;br /&gt;
               of either's moiety.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
           &amp;lt;sp&amp;gt;&lt;br /&gt;
                &amp;lt;speaker&amp;gt;KENT&amp;lt;/speaker&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;Is not this your son, my lord?&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;/sp&amp;gt;&lt;br /&gt;
          [rest omitted] ...&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5598</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5598"/>
		<updated>2009-03-23T13:50:24Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Level 4 Drama */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, and  &amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5597</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5597"/>
		<updated>2009-03-23T13:01:15Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* List of elements in Level 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;, &amp;amp;lt;head&amp;amp;gt;, and  &amp;amp;lt;figDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Used to refer to illustrative images and descriptive information about those images.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
['''Matthew G.''' will work on it]&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5596</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5596"/>
		<updated>2009-03-23T12:56:51Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* List of elements in Level 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode verse structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
['''Matthew G.''' will work on it]&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5595</id>
		<title>Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Best_Practices_for_TEI_in_Libraries&amp;diff=5595"/>
		<updated>2009-03-23T12:55:19Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* List of elements in Level 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
These recommendations are for libraries using the [http://www.tei-c.org/ Text Encoding Initiative]’s [http://www.tei-c.org/Guidelines/P5/ Guidelines for Text Encoding and Interchange (P5)]. They are intended for use in large, library-based digitization projects, but may be useful in other scenarios as well.&lt;br /&gt;
&lt;br /&gt;
There are many different library text digitization projects, for different purposes. With this in mind, the Task Force has attempted to make these recommendations as inclusive as possible by developing a series of encoding levels. These levels are meant to allow for a range of practice, from wholly automated text creation and encoding, to encoding that requires expert content knowledge, analysis, and editing.&lt;br /&gt;
&lt;br /&gt;
Recommendations for Levels 1-4 are intended for projects wishing to create encoded electronic text with structural markup, but minimal semantic or content markup. Also, the encoding levels are cumulative: encoding requirements at each level incorporate the requirements of lower levels. Levels 1-4 allow the conversion and encoding of texts to be performed without the assistance of deep content knowledge and can be enriched with more markup at any time. Level 5, in contrast, requires scholarly analysis.&lt;br /&gt;
&lt;br /&gt;
==General Recommendations==&lt;br /&gt;
&lt;br /&gt;
An encoding project should strive for internal consistency and for use of standards so that the data can be modified or enhanced in the future with ease.  In cases where local practice deviates from standards, there should at least be internal consistency in the local practice.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
     &amp;lt;li&amp;gt;When reformatting to digital media using any level of encoding, the electronic text should begin with the transcription of the first word on&lt;br /&gt;
      the first leaf of the original work. It may be impractical or undesirable to transcribe and encode&lt;br /&gt;
      certain features of the text, such as publisher's advertisements or indexes, but if at all possible,&lt;br /&gt;
      they should be included as links to page images. Any omissions of material found in the original work&lt;br /&gt;
      should be noted in the &amp;amp;lt;editorialDecl&amp;amp;gt; in the TEI header.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;A filename scheme should be established for the project.  Filenames should ensure cross-platform compatibility: use only the characters A-Z, a-z, and 0-9 in filenames, and avoid file extensions longer than three characters.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;An encoding project should use only numbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;div2&amp;gt;&amp;lt;/tt&amp;gt;, etc.) or unnumbered divisions (i.e., &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt;) but not both. This applies both within a TEI document (i.e., within &amp;lt;tt&amp;gt;&amp;amp;lt;front&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;body&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;back&amp;gt;&amp;lt;/tt&amp;gt;, even if nested within &amp;lt;tt&amp;gt;&amp;amp;lt;group&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;) and across TEI documents in any given collection. Keep in mind that numbering of divs starts over (at &amp;lt;tt&amp;gt;&amp;amp;lt;div1&amp;gt;&amp;lt;/tt&amp;gt;) within &amp;lt;tt&amp;gt;&amp;amp;lt;floatingText&amp;gt;&amp;lt;/tt&amp;gt;, so any software that expects to process nested numbered divisions within a document will need to account for this.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Whether numbered or unnumbered divisions are used, the &amp;lt;tt&amp;gt;@type&amp;lt;/tt&amp;gt; attribute of the division element is not recommended at level 1, is optional at level 2, is recommended at level 3, and required at levels 4 and 5.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;li&amp;gt;Page breaks should be encoded using the &amp;lt;tt&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/tt&amp;gt; element,&lt;br /&gt;
	which should demark the top of a page (i.e. the text of page&lt;br /&gt;
	seven should immediately follow &amp;lt;tt&amp;gt;&amp;amp;lt;pb n=&amp;quot;7&amp;quot;/&amp;amp;gt;&amp;lt;/tt&amp;gt;), and should&lt;br /&gt;
	always be contained within a div for ease of retrieval with indexing software. For example, a page break that&lt;br /&gt;
	occurs between chapters 2 and 3 should be encoded near the top&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 3 (rather than near the bottom&lt;br /&gt;
	of the &amp;lt;tt&amp;gt;&amp;amp;lt;div&amp;gt;&amp;lt;/tt&amp;gt; that holds chapter 2). &lt;br /&gt;
 &amp;lt;/li&amp;gt; &lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Structure of a TEI Document==&lt;br /&gt;
&lt;br /&gt;
A valid TEI XML document contains must contain the following elements:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;a root tei element, containing:&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a teiHeader element&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a text element &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within those two elements, there are additional requirements, which are discussed in these guidelines and in the complete TEI P5 Guidelines. The teiHeader element serves as a description of the document presented in the text element. The text element contains the encoded text document.&lt;br /&gt;
&lt;br /&gt;
==The TEI Header==&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html Chapter 2, TEI Header, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
===The TEI Header===&lt;br /&gt;
&lt;br /&gt;
The TEI Header is a metadata record that describes an electronic text encoded according to the TEI specification. The purpose of the TEI Header is to declare the bibliographic information related to the electronic document and if appropriate, the bibliographic data for original analog source document from which the electronic edition was created. The TEI Header often includes a description of the encoding decisions or practices used to create the electronic document. Since the advent of the TEI twenty years ago, many people have described the TEI Header as a title page for the electronic edition, and many librarians have compared it to traditional library catalog records (MARC). &lt;br /&gt;
&lt;br /&gt;
As with any descriptive metadata, the metadata in the TEI Header can serve multiple audiences.  In the local context, a TEI Header gives metadata about the TEI document, its source, and its provenance.  The TEI Header may used for metadata exchange, to automatically create indexes (author lists, title lists) for a collection of TEI documents, and to aid in browsing heterogeneous TEI documents. TEI Headers may also be used as a basis for other metadata records (such as MARC or Dublin Core), though generation of other formats may require human intervention because they often are more granualar, or have different granularity, than TEI Headers.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and MARC===&lt;br /&gt;
&lt;br /&gt;
While a TEI header is often perceived as similar to or at least related to a MARC record, a TEI header does not typically have a one-to-one correspondence with a MARC record. One TEI header may be described by multiple MARC analytic records, or one MARC record may be used to describe a collection of TEI documents with individual headers. Furthermore, while a MARC record records metadata about a bibliographic entity in a library's collection, a TEI header records information both about an encoded text and about the source document for that encoded text.&lt;br /&gt;
&lt;br /&gt;
Each institution and even each project may have a different approach to the way electronic texts are created in TEI and then represented in a larger public catalog through MARC.  At one institution, the same unit (e.g., a cataloging department) may be responsible for creating both TEI Headers and MARC records, while at other institutions the work may be distributed among different units. Within the library domain, metadata or cataloging experts are usually required for at least review and standardization of both the TEI Header and the MARC record.&lt;br /&gt;
&lt;br /&gt;
===The TEI Header and Other Metadata Schemas===&lt;br /&gt;
&lt;br /&gt;
Several other descriptive metadata schemas are prevalent within the library domain, including Dublin Core (DC), Dublin Core Qualified (DCQ), and the Metadata Object Description Schema (MODS).  Each of these schemas contains elements that capture the same data as many of the elements in the TEI Header. As with MARC, a variety of automated or manual workflows can be implemented to crosswalk metadata from one standard to another and provide for increased sharing of metadata about electronic texts in larger contexts. In particular, DC and MODS are common schemas used by the Open Access Initiative (OAI) and may be particularly valuable for sharing metadata across institutions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Determining Data Values for the TEI Header===&lt;br /&gt;
&lt;br /&gt;
Within the library domain, there are several authoritative publications on how to create bibliographic and descriptive metadata for objects.  These are usually called “content standards;” two prominent examples are the &amp;lt;cite&amp;gt;Anglo-American Cataloging Rules Second Edition&amp;lt;/cite&amp;gt; (AACR2) and the &amp;lt;cite&amp;gt;International Standard Bibliographic Description for Electronic Resources&amp;lt;/cite&amp;gt; (ISBD(ER)). These standards are extensive and outline a set of rules that enforce consistency across a voluminous amount of metadata.&lt;br /&gt;
&lt;br /&gt;
Perhaps the primary purpose of these content standards is to give rules for what sources of information may be used in transcribing or generating metadata about a bibliographic entity. Within an electronic context, the analog object may not be available, so the TEI Header creator will need access to digitized images or other verifiable information to create accurate metadata.&lt;br /&gt;
&lt;br /&gt;
The following sources of information are recommended in creating the TEI Header:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;ol&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt; For an electronic document with a digitized title page and title page verso:&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Chief source of information is the information coded as title page.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Use added information from an originating paper document if absolutely certain it is the source.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;li&amp;gt;If there is no digitized title page but the header creator has satisfactory evidence of the source document, the header creator should refer to the source document for metadata creation. The lack of a title page may be for one of many reasons, among them: the original document is a manuscript item or the electronic edition is a portion of the original object (a poem or short story that was published in a collection or an article from a serial).  In all cases, it is recommended that important bibliographic evidence, such as a digitized image of the title page and title page verso for a collection, be provided to the header creator, even if just a piece of the collection is used.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If no title page is present and there is no evidence of a source document, the header creator&amp;lt;ol style=&amp;quot;list-style: lower-alpha;&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; May assign a title and author, if appropriate.&amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt; Enclose the information in brackets, using the standard English language convention for editorial interjections.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Element Recommendations for the &amp;amp;lt;teiHeader&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th colspan=&amp;quot;6&amp;quot;&amp;gt;Element&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC when cataloging the TEI document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Equivalent in MARC for the source document&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;amp;lt;teiHeader&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;fileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The fileDesc contains metadata about the TEI document. One of its child elements, &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt;, describes the source document from which the TEI document was created.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;titleStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; elements are used to give the title of the TEI document being created. It is suggested that titles be constructed based on the source document according to a national cataloging code.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is not recommended since it does not apply to a TEI document in a collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the names of entity primarily responsible for the content of the TEI document. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file. Examples:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;persName&amp;amp;gt;Shakespeare, William, 1564-1616&amp;amp;lt;/persName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;amp;lt;orgName&amp;amp;gt;National Organization for Women&amp;amp;lt;/orgName&amp;amp;gt;&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;&amp;amp;lt;author&amp;amp;gt;(unknown)&amp;amp;lt;/author&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;If applicable, use one or more &amp;lt;tt&amp;gt;editor&amp;lt;/tt&amp;gt; elements (one name per element) to encode the names of entities besides those in &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements that have made a significant intellectual contribution to the work. If considered appropriate by the encoding project, the editor of the TEI document should be entered here. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record the names of other persons or organizations not covered by &amp;amp;lt;author&amp;amp;gt; and &amp;amp;lt;editor&amp;amp;gt;, one per &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt;. Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;editionStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the edition of the the TEI document produced, not the source document.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;publicationStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use the child elements below rather than &amp;amp;lt;p&amp;amp;gt; for a prose description.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The publisher is the party responsible for making the file (the TEI document, not the source document) public.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;distributor&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The distributor is the party from whom copies of the file (the TEI document, not the source document) can be obtained. Often the same as &amp;amp;lt;publisher&amp;amp;gt;, in which case no &amp;amp;lt;distributor&amp;amp;gt; element should be specified.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;authority&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Only used for a text (the TEI document, not the source document) that is not formally published, but is nevertheless made available for circulation, in which case the party who makes it available should be recorded here.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Any unique identification number for the TEI document determined by the publisher.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;availability&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Provide a prose rights statement for the TEI document. Provide a standard license, such as one from Creative Commons, if possible. Provide information on all applicable rights: rights in the original work, rights in page images of the source document, and rights in the encoded text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Refers to the date of the first publication of the TEI document. Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;seriesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This element contains information about the electronic series being created.  It has one required element (&amp;amp;lt;title level=&amp;quot;s&amp;quot;&amp;amp;gt; type=&amp;quot;_&amp;quot;&amp;amp;gt;) and other optional elements.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Whenever possible, establish or use the form of the name from a national name authority file for the electronic series being created. Value of level attribute is drawn from TEI Guidelines.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;notesStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;sourceDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In order to effectively represent the source(s) when many documents are represented by the TEI header in the absence of structures identifying parent-child and component relationships, multiple source descriptions should be employed with relationships described in free text. Relationships also could be useful in other portions of the TEI header. Cataloger may need to do research to establish the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;biblStruct&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Metadata for the source document may be automatically generated from a MARC record. Use &amp;amp;lt;biblStruct&amp;amp;gt; with child elements listed, in the order below, for ease of display according to ISBD.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;monogr&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use this element to group together the elements describing the whole source document, even if the whole source document is not a &amp;quot;monograph&amp;quot;, per the TEI definition of this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;author&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;One or more &amp;lt;tt&amp;gt;author&amp;lt;/tt&amp;gt; elements (one name per element) are used to encode the name for the personal author or corporate body responsible for the creation of the source document, even if this creator is not the main entry in the catalog record. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
At least one &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; element is required for the title of the source document. Give the title according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;level&amp;lt;/tt&amp;gt; attribute is used as in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Use of the &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute is required: it may have any of the following values:&lt;br /&gt;
* &amp;lt;tt&amp;gt;main&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;sub&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;alt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;short&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;desc&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;translated&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245a&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;MARC245b&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;uniform&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;title level=&amp;quot;_&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;respStmt&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Statement of responsibility, according to the national cataloging code.&lt;br /&gt;
&lt;br /&gt;
If metadata is generated automatically from a MARC record, include a single empty &amp;amp;lt;resp&amp;amp;gt;&amp;amp;lt;/resp&amp;amp;gt; and put the entire statement of responsibility in &amp;amp;lt;name&amp;amp;gt; If creating metadata manually, include one &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; for each responsible party.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;tt&amp;gt;respStmt&amp;lt;/tt&amp;gt; may have only one &amp;lt;tt&amp;gt;resp&amp;lt;/tt&amp;gt; child element and one &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; element, though they may occur in either order. Use &amp;lt;tt&amp;gt;persName&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;orgName&amp;lt;/tt&amp;gt; as children of &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; when applicable. Whenever possible, establish or use the form of the name from a national name authority file.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;edition&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Edition statement (if present).&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pubPlace&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Place of publication from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;publisher&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;First publisher etc. from the original source (if present)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;date when=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date of publication etc. from the original source (if present). Use &amp;lt;tt&amp;gt;when&amp;lt;/tt&amp;gt; attribute to aid machine processing.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;extent&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use of this element to describe the extent of the source document is recommended. If the data is generated by hand, it should include a comprehensible statement of the size of the item, such as the number of pages or leaves. If generated from a catalog record, it should include the extent of the item according to a national cataloging code.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;series&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Following the &amp;amp;lt;monogr&amp;amp;gt; element grouping together all the above metadata about the encoded item, information about the series to which the item belongs goes here, following the content model in the TEI Guidelines. If generating this data from a catalog record, it is likely that you will have only one child element: a &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Notes about the source document, according to national cataloging codes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;idno&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
In this location, &amp;amp;lt;idno&amp;amp;gt; refers to identification numbers for the source document.  Use type=&amp;quot;isbn-13&amp;quot; and type=&amp;quot;isbn-10&amp;quot; if applicable.&lt;br /&gt;
&lt;br /&gt;
This element may also be used to indicate the source's location in an individual institution's collection.  If a formal standard location system is being used, indicate the nature of the system, e.g., &amp;amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;encodingDesc&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;├&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;In the first child of &amp;lt;tt&amp;gt;encodingDesc&amp;lt;/tt&amp;gt;, include a &amp;lt;tt&amp;gt;p&amp;lt;/tt&amp;gt; element containing a prose statement about the format of the data in the header. Does the data in the &amp;lt;tt&amp;gt;sourceDesc&amp;lt;/tt&amp;gt; follow AACR rules? How about in the &amp;lt;tt&amp;gt;fileDesc&amp;lt;/tt&amp;gt;?  Is ISBD punctuation included?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;projectDesc&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Enter a description of the purpose for which the electronic file was encoded.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;editorialDecl n=&amp;quot;_&amp;quot;&amp;amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Record encoding level for the content as an arabic numeral in the n attribute. As content of this element, record editorial decisions made during encoding and notes about omissions of material found in the original work.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;tagsDecl&amp;amp;gt;&amp;amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;amp;gt;&amp;amp;lt;tagUsage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;amp;lt;tagUsage&amp;amp;gt; must be one of the following:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div1&amp;quot;&amp;gt;Numbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Unnumbered divs used.&amp;lt;/tagUsage&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classDecl&amp;amp;gt;&amp;amp;lt;taxonomy xml:id=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;amp;lt;bibl&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Use to document classification schemes used in the header or body of the TEI document.  For example:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;taxonomy xml:id=&amp;quot;AAT&amp;quot;&amp;gt;&amp;lt;bibl&amp;gt;Art &amp;amp;amp; Architecture Theasaurus&amp;lt;/bibl&amp;gt;&amp;lt;/taxonomy&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;profileDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;textClass&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The elements below are contained within this element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;├&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;classCode scheme=&amp;quot;___&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;True classification numbers as opposed to call numbers can be entered here. The value of the scheme attribute corresponds to a classification scheme defined previously in classDecl. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCC&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&amp;amp;lt;keywords scheme=&amp;quot;____&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Repeat this element as many times as there are keyword schemes. If the child &amp;lt;tt&amp;gt;term&amp;lt;/tt&amp;gt; elements contain terms from a controlled vocabulary, indicate that controlled vocabulary through the scheme attribute. The value of the scheme attribute corresponds to a classification scheme defined previously in &amp;lt;tt&amp;gt;classDecl&amp;lt;/tt&amp;gt;. Example: &amp;lt;code&amp;gt;scheme=&amp;quot;#LCSH&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;│&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;lt;term&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Use for terms from controlled or uncontrolled vocabularies, as indicated in the parent &amp;lt;tt&amp;gt;keywords&amp;lt;/tt&amp;gt; element.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;5&amp;quot;&amp;gt;&amp;amp;lt;revisionDesc&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;└&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;amp;lt;change when=&amp;quot;''YYYY-MM-DD''&amp;quot; who=&amp;quot;''URI''&amp;quot;&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Create a &amp;lt;tt&amp;gt;change&amp;gt;&amp;lt;/tt&amp;gt; element to record each significant change to the TEI document, in reverse chronological order (i.e., most recent first). A prose description of the change is recorded as the content of each &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt; element. This prose may contain lists for organization, and phrase-level markup (like &amp;lt;tt&amp;gt;&amp;amp;lt;gi&amp;gt;&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;&amp;amp;lt;ptr&amp;gt;&amp;lt;/tt&amp;gt;, or &amp;lt;tt&amp;gt;&amp;amp;lt;date&amp;gt;&amp;lt;/tt&amp;gt;), but not paragraphs.&lt;br /&gt;
&lt;br /&gt;
The date of the change in ISO 8601 form (YYYY-MM-DD) should be recorded on the &amp;lt;tt&amp;gt;when=&amp;lt;/tt&amp;gt; attribute. &lt;br /&gt;
&lt;br /&gt;
The person who is responsible for making the change is indicated by the &amp;lt;tt&amp;gt;who=&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;&amp;amp;lt;change&amp;gt;&amp;lt;/tt&amp;gt;. Its value is a URI that points to a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element that encodes information about the responsible party. Note that this reference is a URI reference and not an ID/IDREF reference, and thus is not checked by validation software. Small projects sometimes take advantage of this by putting information into the URI itself, and not having a &amp;lt;tt&amp;gt;&amp;amp;lt;respStmt&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;amp;lt;person&amp;gt;&amp;lt;/tt&amp;gt; element. E.g., &amp;lt;tt&amp;gt;who=&amp;quot;#Kevin_Hawkins&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample TEI Header===&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    &amp;lt;fileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;titleStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title type=&amp;quot;main&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
        &amp;lt;author&amp;gt;&lt;br /&gt;
          &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
        &amp;lt;/author&amp;gt;&lt;br /&gt;
      &amp;lt;/titleStmt&amp;gt;&lt;br /&gt;
      &amp;lt;publicationStmt&amp;gt;&lt;br /&gt;
        &amp;lt;publisher&amp;gt;University of Michigan, Digital Library Initiatives&amp;lt;/publisher&amp;gt;&lt;br /&gt;
        &amp;lt;availability&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;These pages may be freely searched and displayed. Permission must be received for&lt;br /&gt;
            subsequent distribution in print or electronically. Please go to&lt;br /&gt;
            http://www.umdl.umich.edu/ for more information.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/availability&amp;gt;&lt;br /&gt;
        &amp;lt;date&amp;gt;1996&amp;lt;/date&amp;gt;&lt;br /&gt;
      &amp;lt;/publicationStmt&amp;gt;&lt;br /&gt;
      &amp;lt;seriesStmt&amp;gt;&lt;br /&gt;
        &amp;lt;title level=&amp;quot;s&amp;quot; type=&amp;quot;main&amp;quot;&amp;gt;Making of America&amp;lt;/title&amp;gt;&lt;br /&gt;
      &amp;lt;/seriesStmt&amp;gt;&lt;br /&gt;
      &amp;lt;sourceDesc&amp;gt;&lt;br /&gt;
        &amp;lt;biblStruct&amp;gt;&lt;br /&gt;
          &amp;lt;monogr&amp;gt;&lt;br /&gt;
            &amp;lt;author&amp;gt;&lt;br /&gt;
              &amp;lt;persName&amp;gt;Welles, Gideon, 1802-1878.&amp;lt;/persName&amp;gt;&lt;br /&gt;
            &amp;lt;/author&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245a&amp;quot;&amp;gt;Lincoln and Seward.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;title level=&amp;quot;m&amp;quot; type=&amp;quot;MARC245b&amp;quot;&amp;gt;Remarks upon the memorial address of Chas. Francis&lt;br /&gt;
              Adams, on the late William H. Seward, with incidents and comments illustrative of the&lt;br /&gt;
              measures and policy of the administration of Abraham Lincoln. And views as to the&lt;br /&gt;
              relative positions of the late President and secretary of state.&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;respStmt&amp;gt;&lt;br /&gt;
              &amp;lt;resp/&amp;gt;&lt;br /&gt;
              &amp;lt;name&amp;gt;By Gideon Welles&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;/respStmt&amp;gt;&lt;br /&gt;
            &amp;lt;imprint&amp;gt;&lt;br /&gt;
              &amp;lt;pubPlace&amp;gt;New York,&amp;lt;/pubPlace&amp;gt;&lt;br /&gt;
              &amp;lt;publisher&amp;gt;Sheldon &amp;amp;amp; company,&amp;lt;/publisher&amp;gt;&lt;br /&gt;
              &amp;lt;date when=&amp;quot;1874&amp;quot;&amp;gt;1874&amp;lt;/date&amp;gt;&lt;br /&gt;
            &amp;lt;/imprint&amp;gt;&lt;br /&gt;
            &amp;lt;extent&amp;gt;viii, [7]-215 p ; 20 cm.&amp;lt;/extent&amp;gt;&lt;br /&gt;
          &amp;lt;/monogr&amp;gt;&lt;br /&gt;
          &amp;lt;note&amp;gt;First published in condensed form in the Galaxy, v. 16, 1873, p. [518]-530,&lt;br /&gt;
            [687]-700, [793]-804.&amp;lt;/note&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;isbn-10&amp;quot;&amp;gt;1-4255-1817-6&amp;lt;/idno&amp;gt;&lt;br /&gt;
          &amp;lt;idno type=&amp;quot;LC_call_number&amp;quot;&amp;gt;E456 .W44&amp;lt;/idno&amp;gt;&lt;br /&gt;
        &amp;lt;/biblStruct&amp;gt;&lt;br /&gt;
      &amp;lt;/sourceDesc&amp;gt;&lt;br /&gt;
    &amp;lt;/fileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;encodingDesc&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;Data in the sourceDesc of the header comes from a pre-AACR2 record. Other data follows&lt;br /&gt;
        AACR2 when applicable.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;projectDesc&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;XML created for the Making of America collection.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/projectDesc&amp;gt;&lt;br /&gt;
      &amp;lt;editorialDecl n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;sourceDesc created by exporting from catalog on 2008-06-15.&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;This electronic text file was created by optical character recognition (OCR). No&lt;br /&gt;
          corrections have been made to the OCR-ed text and no editing has been done to the content&lt;br /&gt;
          of the original document. Encoding has been done using the recommendations for Level 1 of&lt;br /&gt;
          the TEI in Libraries Guidelines.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;/editorialDecl&amp;gt;&lt;br /&gt;
      &amp;lt;tagsDecl&amp;gt;&lt;br /&gt;
        &amp;lt;namespace name=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;tagUsage gi=&amp;quot;div&amp;quot;&amp;gt;Only un-numbered divisions are used.&amp;lt;/tagUsage&amp;gt;&lt;br /&gt;
        &amp;lt;/namespace&amp;gt;&lt;br /&gt;
      &amp;lt;/tagsDecl&amp;gt;&lt;br /&gt;
      &amp;lt;classDecl&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCC&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Classification&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
        &amp;lt;taxonomy xml:id=&amp;quot;LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;bibl&amp;gt;Library of Congress Subject Headings&amp;lt;/bibl&amp;gt;&lt;br /&gt;
        &amp;lt;/taxonomy&amp;gt;&lt;br /&gt;
      &amp;lt;/classDecl&amp;gt;&lt;br /&gt;
    &amp;lt;/encodingDesc&amp;gt;&lt;br /&gt;
    &amp;lt;profileDesc&amp;gt;&lt;br /&gt;
      &amp;lt;textClass&amp;gt;&lt;br /&gt;
        &amp;lt;classCode scheme=&amp;quot;#LCC&amp;quot;&amp;gt;E456&amp;lt;/classCode&amp;gt;&lt;br /&gt;
        &amp;lt;keywords scheme=&amp;quot;#LCSH&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Lincoln, Abrahan, 1809-1865.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Seward, William Henry, 1801-1872.&amp;lt;/term&amp;gt;&lt;br /&gt;
          &amp;lt;term&amp;gt;Adams, Charles Francis, 1807-1886. Address of Charles Francis Adams ... on the life&lt;br /&gt;
            ... of William H. Seward.&amp;lt;/term&amp;gt;&lt;br /&gt;
        &amp;lt;/keywords&amp;gt;&lt;br /&gt;
      &amp;lt;/textClass&amp;gt;&lt;br /&gt;
    &amp;lt;/profileDesc&amp;gt;&lt;br /&gt;
    &amp;lt;revisionDesc&amp;gt;&lt;br /&gt;
      &amp;lt;change who=&amp;quot;#CKP&amp;quot; when=&amp;quot;2005-05-25&amp;quot;&amp;gt;Header generated from export of MARC record&amp;lt;/change&amp;gt;&lt;br /&gt;
    &amp;lt;/revisionDesc&amp;gt;&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Encoding Levels==&lt;br /&gt;
&lt;br /&gt;
===LEVEL 1: Fully Automated Conversion and Encoding===&lt;br /&gt;
&lt;br /&gt;
Confusing or controversial sections marked in purple for discussion. &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
To create electronic text with the primary purpose of keyword searching and linking to page images. The primary advantage in using the teixlite DTD at this level is that a TEI header is attached to the text file.&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
The text is subordinate to the page image, and is not intended to stand alone as an electronic text (without page images).&lt;br /&gt;
&lt;br /&gt;
Texts at Level 1 can be created and encoded by fully automated means, using uncorrected OCR of page images (&amp;quot;dirty OCR&amp;quot;), exporting from existing electronic text files, or actually not including any text at all. Only those elements that are necessary to divide the text from the header and facilitate linking to page images are used. Encoding is performed automatically based on artifacts of the OCR or other document creation process (page breaks, for example) and metadata collected during the imaging or preparation process. This encoding is both minimal and reliable, and does not typically require extensive review of each page of each text.&lt;br /&gt;
&lt;br /&gt;
Level 1 texts are not intended to be adequate for textual analysis; they are more likely to be suited to the goals of a preservation unit or mass digitization initiative. Though their encoding is minimal, Level 1 texts are fully valid XML texts. In addition to taking advantage of the TEI header, these texts, while lightly encoded, can be easily combined with more richly encoded texts (that also follow these guidelines) for searching. Further encoding based on document structures or content analysis can be added to a Level 1 text at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Level 1 is most suitable for projects with the following characteristics''':&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a large volume of material is to be made available online quickly&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;a digital image of each page is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;no manual intervention will be performed in the text creation process&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow  keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sophisticated search and display capabilities based on the structure of the text are not necessary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of &amp;amp;lt;body&amp;amp;gt;: a single &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;amp;gt;)&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;There should be only one child of the &amp;amp;lt;div&amp;amp;gt; (or &amp;amp;lt;div1&amp;gt;): a single &amp;amp;lt;ab&amp;amp;gt; wrapping all text OCR text. If the text is ever “upgraded” to a Level 3 or higher, the &amp;amp;lt;ab&amp;amp;gt; element will be replaced by structural elements like &amp;amp;lt;p&amp;amp;gt; and &amp;amp;lt;table&amp;amp;gt;.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;pb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required in Level 1. Page images can be linked to the text by specifying a jpeg or other image file as the value of the facs= attribute. Page numbers can be supplied with the n= attribute to record the number that is on the page. The Task Force sees the use of METS here as having a tremendous advantage. METS/TEI page turning documentation will be included in the near future.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 1 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xml:id=&amp;quot;someid&amp;quot; xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;teiHeader&amp;gt;&lt;br /&gt;
    [Source and processing information goes here]&lt;br /&gt;
  &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
  &amp;lt;text&amp;gt;&lt;br /&gt;
    &amp;lt;body&amp;gt;&lt;br /&gt;
      &amp;lt;div1&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000001&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
SAC, Milwaukee&lt;br /&gt;
May 25, 1949&lt;br /&gt;
Director, FBI&lt;br /&gt;
AIRMAIL SPECIAL DELIVERY&lt;br /&gt;
JAY DAVID WHITTAKER CHAMBERS, WAS, ETAL&lt;br /&gt;
PERJURY: ESPIONAGE - R; INTERNAL SECURITY - R&lt;br /&gt;
On April 16, 1949, Mr. Edward McLean, Attorney for&lt;br /&gt;
Alger Hiss, recovered in Washington, D.C., a Woodstock typewriter, &amp;quot;Model 5N 230099.&amp;quot; This typewriter has been identified&lt;br /&gt;
by the FBI laboratory as being the machine which was used to&lt;br /&gt;
type documents Q6 through Q69, known as the &amp;quot;Baltimore&amp;quot; documents or &amp;quot;Chambers&amp;quot; documents.&lt;br /&gt;
Investigation by the Chicago Office has revealed, that&lt;br /&gt;
Woodstock typewriters bearing serial numbers between 204,000 and&lt;br /&gt;
240,000 were manufactured by the Woodstock Company in 1929.&lt;br /&gt;
Therefore, it is apparent that the machine 5N 230099 was manufactured in 1929.&lt;br /&gt;
You will recall that Thomas Grady originally advised&lt;br /&gt;
that he sold Harry Martin a Woodstock typewriter about 1927.&lt;br /&gt;
It was his recollection that he had applied the commission he&lt;br /&gt;
received on this sale as part payment for the first insurance&lt;br /&gt;
policy Martin wrote for him in the Northwestern Mutual Life&lt;br /&gt;
Insurance Company. He also recalled that at the time of the&lt;br /&gt;
sale of this typewriter Martin had just resigend as cashier for&lt;br /&gt;
the general agents of the Northwestern Mutual Life Insurance&lt;br /&gt;
Company in Philadelphia and started selling insurance for the&lt;br /&gt;
same company in partnership with Fansler. Grady was reinterviewed&lt;br /&gt;
by your office on December 13, 1948, at which time he finally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
decided that the only way he could place the date of this sale&lt;br /&gt;
was that Martin and Fansler had been selling insurance together&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
[. . .]&lt;br /&gt;
          &amp;lt;pb xml:id=&amp;quot;p00000002&amp;quot; n=&amp;quot;3&amp;quot;/&amp;gt;&lt;br /&gt;
by the Tradesmens National Bank, 318 Chestnut Street, Philadelphia&lt;br /&gt;
for which a Woodstock, #230098, was traded in. The Bank had&lt;br /&gt;
purchased machine #230098 in September 21, 1932.&lt;br /&gt;
The Chicago Office should ascertain from the Woodstock&lt;br /&gt;
Factory whether machine 5N #230099 was manufactured immediately&lt;br /&gt;
after machine #230098. The Chicago Office should use hypothetical serial numbers in the course of the inquiry. That is,&lt;br /&gt;
whether a typewriter having number 5N #213087 would have been&lt;br /&gt;
manufactured immediately after a machine having serial&lt;br /&gt;
#213086.&lt;br /&gt;
Under no circumstances during the course of the&lt;br /&gt;
shouId&lt;br /&gt;
above-requested investigation      the fact be disclosed that&lt;br /&gt;
typewriter bearing serial 5N 230099 has been identified as the&lt;br /&gt;
machine which was used to type the &amp;quot;Baltimore&amp;quot; documents. You&lt;br /&gt;
should give this matter immediate attention.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/ab&amp;gt;&lt;br /&gt;
      &amp;lt;/div1&amp;gt;&lt;br /&gt;
    &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.diglib.org/standards/level1example.html See an example in context…]&lt;br /&gt;
&lt;br /&gt;
===LEVEL 2: Minimal Encoding=== &lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html Chapter 3, Elements Available in All TEI Documents] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure]&lt;br /&gt;
&lt;br /&gt;
====Purpose==== &lt;br /&gt;
To create electronic text for full-text searching, linking to page images, and identifying simple structural hierarchy to improve navigation. (For example, you can create a table of contents from such encoding.)&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
The text is mainly subordinate to the page image, though navigational markers (textual divisions, headings) are captured. However, the text could stand alone as electronic text (without page images) if the accuracy of its contents is suitable to its intended use and it is not necessary to display low-level typographic or structural information. Level 2 requires a set of elements more granular than those of Level 1, including bibliographic or structural information below the monographic or volume level. One of the motivations for using Level 2 is avoiding expensive analysis of textual elements and/or expensive double-keying or detailed proofreading of automatic OCR.&lt;br /&gt;
&lt;br /&gt;
Though texts at Level 2 can be created and encoded by automated means, based on the typographic elements in the electronic file (for example, bold centered text at the top of the page surrounded by whitespace indicates a new chapter heading, and thus a new division), it is not likely to be absolutely reliable across a large body of material, especially if the materials are from earlier than 1900. Level 2 encoding requires some human intervention to identify each textual division and heading. Level 2 texts do not require any special knowledge or manual intervention below the section level. &lt;br /&gt;
&lt;br /&gt;
For the most part, Level 2 texts are not intended to be displayed separately from their page images. Level 2 encoding of sections and headings provides greater navigational possibilities than Level 1 encoding, and enables searching to be restricted within particular textual divisions (for example, searching for two phrases within the same chapter). &lt;br /&gt;
&lt;br /&gt;
'''Level 2 is most suitable for projects in which''':&lt;br /&gt;
&lt;br /&gt;
* a large volume of material is to be made available online quickly&lt;br /&gt;
* a digital image of each page is desired&lt;br /&gt;
* the material is of interest to a large community of users who wish to read texts that allow keyword searching&lt;br /&gt;
* rudimentary search and display capabilities based on the large structures of the text are desired&lt;br /&gt;
* each text is checked to ensure that divisions and headers are properly identified&lt;br /&gt;
* extensibility is desired; that is, one desires to keep open the option for a higher level of encoding to be added at a later date&lt;br /&gt;
&lt;br /&gt;
All elements specified in Level 1 plus the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Optional&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div1&amp;amp;gt; or &amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;If no type= attribute is specified, a type= value of &amp;quot;section&amp;quot; should be presumed. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;ab&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt; At least one container element is required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 2 Example: Basic Structure====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
 xsi:schemaLocation=&amp;quot;http://www.tei-c.org/ns/1.0 http://www.tei-c.org/release/xml/tei/custom/schema/xsd/teilite.xsd&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader type=&amp;quot;text&amp;quot;&amp;gt;[See above for an example of a TEI Header]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
  &amp;lt;front&amp;gt;[titlepage information, table of contents, prefaces, etc.][optional]&amp;lt;/front&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpqr&amp;quot; n=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;head&amp;gt;A DISSERTATION UPON Religious Worship.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;[a whole section is contained within this anonymous block tag; interspersed with &amp;lt;pb&amp;gt; elements pointing to page&lt;br /&gt;
        images]&amp;lt;pb xml:id=&amp;quot;p21198-zz0002mpwb&amp;quot; n=&amp;quot;2&amp;quot;/&amp;gt;&amp;lt;/ab&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;div type=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pb xml:id=&amp;quot;p21198-zz0002mq0c&amp;quot; n=&amp;quot;27&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;ab&amp;gt;&lt;br /&gt;
     &amp;lt;figure xml:id=&amp;quot;ill005&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;graphic url=&amp;quot;imag1.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/figure&amp;gt;&lt;br /&gt;
    &amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;div type=&amp;quot;subsection&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;CHAP. I. The Origin of the Customs and Ceremonies of the Jews. their federal Divisions;&lt;br /&gt;
      and the various Particulars wherein they differ.&amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;ab&amp;gt;[all the paragraphs of chapter one go here with page breaks inserted]&amp;lt;/ab&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;back&amp;gt; [optional] &amp;lt;/back&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;[I do have a full example [very long!!!], Just tell me where to load it to.&amp;lt;/span&amp;gt; ([[User:Emcaulay|Emcaulay]])&lt;br /&gt;
&lt;br /&gt;
===LEVEL 3: Simple Analysis===&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines] (for handling notes)&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;&lt;br /&gt;
To create text that can stand alone as electronic text and identifies&lt;br /&gt;
      hierarchy (logical structure) and typography without content analysis being of primary importance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rationale====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
Level 3 texts can be created by conversion from an electronic source such as &lt;br /&gt;
HTML or word-processed documents or a print source with the automatic generation of full text by&lt;br /&gt;
Optical Character Recognition software.  Level 3 texts can also be created from scratch (e.g.,, transcription, born digital, etc.).&lt;br /&gt;
Encoding at this level offers the advantage of the TEI header, interoperability with other TEI collections, and extensibility to higher levels of encoding. &lt;br /&gt;
Level 3 generally requires some human editing, but the features to be encoded are determined by the logical structure and appearance of the text and not specialized content analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts identify front and back matter, divisions within the text, and all paragraph breaks. Floating texts, or &lt;br /&gt;
      sub-texts like a poem or letter embedded in the greater text, are supported in this level.  The finer granularity of&lt;br /&gt;
      encoding these features, as well as figures, notes, and all changes of typography, allows a range of&lt;br /&gt;
      options for display, delivery, and searching. For example, one has the option of identifying and,&lt;br /&gt;
      therefore, specifying the display charactersitics of different typographic styles, and regularizing the&lt;br /&gt;
      display and placement of note text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 3 texts can stand alone as text without page images and, therefore, can be uploaded, downloaded&lt;br /&gt;
      and delivered quickly, and require less storage space than digital collections with page images.&lt;br /&gt;
      However, the simple level of structural anaylsis and absence of specialized content analysis reflected&lt;br /&gt;
      in Level 3 encoding may make it desirable for some, depending on project priorities, to include page&lt;br /&gt;
      images in order to provide users with a fuller set of resources.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 3 is most suitable for projects with the following characteristics:'''&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the material is of interest to a large community of users who wish to read texts that allow&lt;br /&gt;
       keyword searching&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;some sophistication of display, delivery, and searching based on structure of the text is desired&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;each text will be checked to ensure that encoding decisions have been made appropriately&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the creator of the texts has limited or no ability to provide content expertise to analyze, tag,&lt;br /&gt;
       or review texts&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;All elements specified in Levels 1 and 2, plus the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present; type attribute is recommended.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;floatingText&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;p&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for paragraph breaks in prose.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lg&amp;amp;gt; and &amp;amp;lt;l&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required for identifying groups of lines and lines, respectively.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;       &lt;br /&gt;
&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used in this level to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;figure&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate figures other than page images.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate changes in typeface; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;note&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;All notes must be encoded. It is also recommended that notes that extend beyond one page be combined into one &amp;amp;lt;note&amp;amp;gt; element. Marginal notes, without reference, should occur at the beginning of the paragraph to which they refer, with the value of the place attribute as &amp;quot;margin&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
       &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;lb&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;May be used to indicate line breaks.&amp;lt;/td&amp;gt;&lt;br /&gt;
       &amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 3 Recommendations====&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Front Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;contents&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT lists] to mark up the table of contents with the &amp;amp;lt;ptr&amp;amp;gt; tag used to reference the starting page number.  The &amp;amp;lt;ptr&amp;amp;gt; tag can reference the &amp;amp;lt;pb&amp;amp;gt; identifier  or an identifier (e.g., @xml:id) placed in the corresponding division of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''Body'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;'''&amp;amp;lt;note&amp;amp;gt;''': It may be desirable to move footnotes from their original location in the text. If left at the bottom&lt;br /&gt;
      of a page, a note may become included in another paragraph or section of the encoded text, and thus&lt;br /&gt;
      separated from its reference. There are options for placement of footnotes if they are moved:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Inline. The note is inserted at the point of reference. An n attribute records the value of the&lt;br /&gt;
       note reference if there is one.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;End-of-Division. Notes moved to the end of the corresponding division of the text (e.g., end of chapter).&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''Back Matter'''&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;'''&amp;amp;lt;div type=&amp;quot;index&amp;quot;&amp;amp;gt;''': Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX lists] to mark up index entries with the &amp;amp;lt;ref&amp;amp;gt; tag used to reference the corresponding page number.  Add the &amp;quot;target&amp;quot; attribute (@target) to reference the &amp;amp;lt;pb&amp;amp;gt; identifier to generate links from the index into the text proper.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Level 3 Examples====&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Prose ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [stuff] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;frontispiece&amp;quot;&amp;gt;[figure]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;[text]&amp;lt;/div2&amp;gt;     &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;back&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;appendix&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;index&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/back&amp;gt; &lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Basic Structure: Verse ([http://brie.dlib.indiana.edu/~mdalmau/bpg/VAA2383_prose_verse_p5_lev3.xml See full example])=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;VAA2383&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt; [info] &amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
      &amp;lt;front&amp;gt;&lt;br /&gt;
           &amp;lt;titlePage&amp;gt;[text]&amp;lt;/titlePage&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;dedication&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;[text]&amp;lt;/div1&amp;gt;&lt;br /&gt;
      &amp;lt;/front&amp;gt;&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;part&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[section title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;div type=&amp;quot;poem&amp;quot;&amp;gt;&lt;br /&gt;
                       &amp;lt;head&amp;gt;THE DAYS GONE BY.&amp;lt;/head&amp;gt;&lt;br /&gt;
                       &amp;lt;lg&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;1&amp;quot;&amp;gt;O the days gone by! O the days gone by!&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;2&amp;quot;&amp;gt;The apples in the orchard, and the pathway through the rye;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;3&amp;quot;&amp;gt;The chirrup of the robin, and the whistle of the quail&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;4&amp;quot;&amp;gt;As he piped across the meadows sweet as any nightingale;&amp;lt;/l&amp;gt;&lt;br /&gt;
                            &amp;lt;l n=&amp;quot;5&amp;quot;&amp;gt;When the bloom was on the clover, and the blue was in the sky,&amp;lt;/l&amp;gt;&lt;br /&gt;
                           &amp;lt;l n=&amp;quot;6&amp;quot;&amp;gt;And my happy heart brimmed overin the happy days gone by.&amp;lt;/l&amp;gt;&lt;br /&gt;
                     &amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                     &amp;lt;lg&amp;gt;[lines of poetry]&amp;lt;/lg&amp;gt;&lt;br /&gt;
                    &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
 &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Table of Contents=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--@target references page break identifier--&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;contents&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;head&amp;gt;CONTENTS&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;I. A Boy and His Dog &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_011&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;II. Romance &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;12&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_020&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;III. The Costume &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;21&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_029&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;IV. Desperation &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;30&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_038&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
                    &amp;lt;item&amp;gt;V. The Pageant of the Table Round &amp;lt;hi rend=&amp;quot;right&amp;quot;&amp;gt;38&amp;lt;/hi&amp;gt;&lt;br /&gt;
                        &amp;lt;ptr target=&amp;quot;#VAA2383_046&amp;quot;/&amp;gt;&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Chapter with Letter=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;VAA2383_126&amp;quot; n=&amp;quot;118&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;main&amp;quot;&amp;gt;CHAPTER XIV&amp;lt;/head&amp;gt;&lt;br /&gt;
     &amp;lt;head type=&amp;quot;subtitle&amp;quot;&amp;gt;MAURICE LEVY'S CONSTITUTION&amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;b&amp;quot;&amp;gt;L&amp;lt;/hi&amp;gt;O, SAM!&amp;quot; said Maurice cautiously. &amp;quot;What you doin'?&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;p&amp;gt;Penrod at that instant had a singular experiencean intellectual shock like a flash of fire in the&lt;br /&gt;
                    brain. Sitting in darkness, a great light flooded him with wild brilliance. He gasped!&amp;lt;/p&amp;gt;&lt;br /&gt;
   &amp;lt;!--Text removed from example--&amp;gt;        &lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;What you doin'?&amp;quot; asked Maurice for the third time, Sam Williams not having decided upon a reply.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;pb xml:id=&amp;quot;VAA2383_127&amp;quot; n=&amp;quot;119&amp;quot;/&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;It was Penrod who answered.&amp;lt;/p&amp;gt;&lt;br /&gt;
           &amp;lt;p&amp;gt;&amp;quot;Drinkin' lickrish water,&amp;quot; he said simply, and wiped his mouth with such delicious enjoyment that&lt;br /&gt;
                        Sam's jaded thirst was instantly stimulated. He took the bottle eagerly from Penrod.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&amp;quot;A-a-h!&amp;quot; exclaimed Penrod, smacking his lips. &amp;quot;That was a good un!&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
                    &amp;lt;p&amp;gt;Penrod uttered some muffled words and then waved both armseither in response or as an expression&lt;br /&gt;
                        of his condition of mind; it may have been a gesture of despair. How much intention there was in&lt;br /&gt;
                        this actobviously so rash, considering the position he occupiedit is impossible to say.&lt;br /&gt;
                        Undeniably there must remain a suspicion of deliberate purpose.&amp;lt;/p&amp;gt;&lt;br /&gt;
                    &amp;lt;!--Text removed from example--&amp;gt;&lt;br /&gt;
             &amp;lt;pb xml:id=&amp;quot;VAA2383_138&amp;quot; n=&amp;quot;130&amp;quot;/&amp;gt;&lt;br /&gt;
             &amp;lt;p&amp;gt;The damsel curtsied again and handed him the following communication, addressed to herself: &amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;floatingText&amp;gt;&lt;br /&gt;
                        &amp;lt;body&amp;gt;&lt;br /&gt;
                            &amp;lt;div type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Dear madam Please excuse me from dancing the cotilo with you&lt;br /&gt;
                                    this afternoon as I have fell off the barn&amp;lt;/p&amp;gt;&lt;br /&gt;
                                &amp;lt;p&amp;gt;&amp;quot;Sincerly yours&amp;lt;lb/&amp;gt;&lt;br /&gt;
                                    &amp;quot;P&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;ENROD&amp;lt;/hi&amp;gt; S&amp;lt;hi rend=&amp;quot;sc&amp;quot;&amp;gt;CHOFIELD&amp;lt;/hi&amp;gt;.&amp;quot;&lt;br /&gt;
                                &amp;lt;/p&amp;gt;&lt;br /&gt;
                            &amp;lt;/div&amp;gt;&lt;br /&gt;
                        &amp;lt;/body&amp;gt;&lt;br /&gt;
                 &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===LEVEL 4: Basic Content Analysis===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Reference====&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ Chapter 3.3  Highlighting and Quotation, P5 Guidelines] &lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED Chapter 3.4 Simple Editorial Changes]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA Chapter 3.5 Names, Numbers, Dates, Abbreviations, and Addresses]&lt;br /&gt;
*  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html Chapter 4, Default Text Structure, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html Chapter 6, Verse, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html Chapter 7, Performance Texts, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html Chapter 13, Names, Dates, People, and Places, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html Chapter 14, Tables, Formulæ, and Graphics, P5 Guidelines]&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html Chapter 16, Linking, Segmentation, and Alignment, P5 Guidelines]&lt;br /&gt;
&lt;br /&gt;
====Purpose====&lt;br /&gt;
     &amp;lt;p&amp;gt;To create text that can stand alone as electronic text, identifies&lt;br /&gt;
      hierarchy and typography, specifies function of textual and structural elements, and describes the&lt;br /&gt;
      nature of the content and not merely its appearance. This level is not meant to encode or identify all&lt;br /&gt;
      structural, semantic or bibliographic features of the text.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
====Rationale====&lt;br /&gt;
&amp;lt;p&amp;gt;Greater description of function and content allows for:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;flexibility of display and delivery&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated searching within specified textual and structural elements&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;combining the broadest range of uses and audiences&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Texts encoded at Level 4 are able to stand alone as part of a library collection, and do not require&lt;br /&gt;
      page images in order for them to be read by students, scholars and general readers. This level of TEI&lt;br /&gt;
      encoding allows them to be displayed or printed in a variety of ways suitable for classroom or scholarly&lt;br /&gt;
      use.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 4 texts contain elements and attributes that describe content. Features of the text that may contribute to meaning, such as indentation of verse lines and typographic change, are preserved. These are textual features that are not encoded at lower levels and that allow the text to be used and understood fully independent of images. The ability to stand alone as text means that Level 4 texts are more nimble and robust for exercises such as format repurposing and textual analysis.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Finally, functionally accurate encoding in Level 4 texts&lt;br /&gt;
      allows them to be searched or displayed in sophisticated ways.&lt;br /&gt;
      For example, a searcher could limit his or her search in a&lt;br /&gt;
      dramatic text to stage directions or in a verse text to only&lt;br /&gt;
      first lines. In a political tract published by subscription, a&lt;br /&gt;
      search could be confined to names that appear in lists, thus&lt;br /&gt;
      limiting a search to names of people who subscribed to a&lt;br /&gt;
      particular volume. This ability to limit searches becomes more&lt;br /&gt;
      significant as textbases become larger, and thus is of great&lt;br /&gt;
      importance to the library community as it attempts to build into&lt;br /&gt;
      the initial design and implementation of textbases the features&lt;br /&gt;
      needed to enhance interoperability.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;&lt;br /&gt;
      '''Level 4 is most suitable for projects with the following characteristics''':&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;sophisticated search and retrieval capabilities are desired&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;the texts will be used for textual analysis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;extensibility is desired; that is, one desires to keep open the option for a higher level of&lt;br /&gt;
       encoding to be added by the scholarly community at a later date&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;the users of the texts may have limited storage or display capabilities&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====List of elements in Level 4====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The list below includes all elements specified in Levels 1, 2 and 3. We also included the elements specified in Level 3 that are moved to the &amp;quot;required&amp;quot; group of the Level 4 elements:&amp;lt;/p&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; width=&amp;quot;80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;titlePage&amp;amp;gt; and appropriate child elements&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;group&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode a collection of independent texts that are regarded as a single group for processing or other purposes.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;front&amp;amp;gt;, &amp;amp;lt;back&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required if present.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;list&amp;amp;gt; and &amp;amp;lt;item&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate ordered and unordered list structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;table&amp;amp;gt;, &amp;amp;lt;row&amp;amp;gt;, and &amp;amp;lt;cell&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate table structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;hi&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate change in rendition when a more specific element is not being used; rend attribute is optional.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;emph&amp;amp;gt;, &amp;amp;lt;foreign&amp;amp;gt;, &amp;amp;lt;gloss&amp;amp;gt;,  &amp;amp;lt;term&amp;amp;gt;, or &amp;amp;lt;title&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to identify typographically distinct text.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;epigraph&amp;amp;gt;, &amp;amp;lt;quote&amp;amp;gt;, &amp;amp;lt;said&amp;amp;gt;, &amp;amp;lt;mentioned&amp;amp;gt;, or &amp;amp;lt;soCalled&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to represent speech, thought, quotation, etc.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sic&amp;amp;gt;, &amp;amp;lt;corr&amp;amp;gt;, or &amp;amp;lt;choice&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode errors or typos.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;opener&amp;amp;gt;, &amp;amp;lt;dateline&amp;amp;gt;, &amp;amp;lt;salute&amp;amp;gt; &amp;amp;lt;closer&amp;amp;gt;, &amp;amp;lt;signed&amp;amp;gt;, &amp;amp;lt;postscript&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to indicate specific parts of letters.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;argument&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a &amp;quot;list of topics sometimes found at the start of a chapter or other division&amp;quot;.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;trailer&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode a heading- or title-like content at the end of a division.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;add&amp;amp;gt;, &amp;amp;lt;del&amp;amp;gt;, &amp;amp;lt;gap&amp;amp;gt;, and &amp;amp;lt;unclear&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Recommended to encode material that is omitted, added, marked for deletion, or is illegible, invisible, or inaudible. &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt;, &amp;amp;lt;speaker&amp;amp;gt;, and &amp;amp;lt;stage&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode different dramatic structures.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;        &lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;amp;lt;sp&amp;amp;gt; and &amp;amp;lt;speaker&amp;amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;td colspan=&amp;quot;1&amp;quot;&amp;gt;Required to encode oral histories interviews.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====General Level 4 Recommendations====&lt;br /&gt;
&lt;br /&gt;
* The use of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html &amp;amp;lt;group&amp;amp;gt;] is required when you need to encode a body of distinct texts that are grouped together and are regarded as a unit. Most typical examples of such composite texts would be anthologies, collected works of an author, etc. Section [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP 4.3.1 Grouped Texts] states, &amp;quot;The presence of common front matter referring to the whole collection, possibly in addition to front matter relating to each individual text, is a good indication that a given text might usefully be encoded in this way.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Any ambiguous emphasized text '''should''' be encoded as [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html &amp;amp;lt;hi&amp;amp;gt;] (e.g. &amp;amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;amp;gt;), if more specific elements are not used. &lt;br /&gt;
&lt;br /&gt;
* Typographically distinct text '''could''' be encoded with more specificity. We recommend the following approaches: &lt;br /&gt;
**to represent speech, thought, quotation, etc.: &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html &amp;amp;lt;epigraph&amp;amp;gt;]&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html &amp;amp;lt;quote&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html &amp;amp;lt;said&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html &amp;amp;lt;mentioned&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html &amp;amp;lt;soCalled&amp;amp;gt;],&lt;br /&gt;
**to represent foreign words or phrases, linguistically emphatic or stressed words or phrases, words regarded as a technical term, etc.:&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html &amp;amp;lt;emph&amp;amp;gt;], &lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html &amp;amp;lt;foreign&amp;amp;gt;] (e.g. &amp;amp;lt;xml:lang=&amp;quot;fr&amp;quot;&amp;amp;gt;),&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html &amp;amp;lt;gloss&amp;amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html &amp;amp;lt;term&amp;gt;],&lt;br /&gt;
***[http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html &amp;amp;lt;title&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
* We recommend the following three approaches to encode errors or typos in original texts.&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html &amp;amp;lt;sic&amp;amp;gt;] element is recommend to be used to indicate errors without correcting them&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html &amp;amp;lt;corr&amp;amp;gt;] element is recommended to be used if an encoder chooses not to correct&lt;br /&gt;
** [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html &amp;amp;lt;choice&amp;amp;gt;] element represents the combination for two approaches, with the encoder documenting both encountered errors and their corrections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;He has no Scruple about Fish; but won't touch a bit of Pork, it being &lt;br /&gt;
    &amp;lt;choice&amp;gt;&lt;br /&gt;
      &amp;lt;sic&amp;gt;expresly&amp;lt;/sic&amp;gt;&lt;br /&gt;
      &amp;lt;corr&amp;gt;expressly&amp;lt;corr&amp;gt;&lt;br /&gt;
    &amp;lt;/choice&amp;gt; forbidden by their Law.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Thomas Bluett. ''Some Memoirs of the Life of Job, the Son of Solomon,&lt;br /&gt;
the High Priest of Boonda in Africa; Who was a Slave About Two Years in Maryland; and Afterwards Being Brought to England, was Set Free, and Sent to His Native Land in the Year 1734.'' London: Printed for R. Ford, 1734.&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;4. The art of writing she obtained by her own industry and curiosity, and in so&lt;br /&gt;
short a time that in the year 1765, when she was not more than twelve years of&lt;br /&gt;
&amp;lt;choice&amp;gt;&lt;br /&gt;
&amp;lt;sic&amp;gt;age,she&amp;lt;/sic&amp;gt;&lt;br /&gt;
&amp;lt;corr&amp;gt;age, she&amp;gt;&amp;lt;/corr&amp;gt;&lt;br /&gt;
&amp;lt;/choice&amp;gt;&lt;br /&gt;
was capable of writing letters to her friends &amp;lt;pb xml:id=&amp;quot;p11&amp;quot; n=&amp;quot;11&amp;quot;/&amp;gt; on various&lt;br /&gt;
subjects. She also wrote to several persons in high stations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Abigail Mott, 1766-1851. ''Biographical Sketches and Interesting Anecdotes of Persons of Colour. To Which is Added, a Selection of Pieces in Poetry.'' New-York: M. Day, 1826. &lt;br /&gt;
&lt;br /&gt;
* Use [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html &amp;amp;lt;argument&amp;amp;gt;] to encode a prefatory list or prose description of the topics usually discovered at the beginning of a chapter. The content within the &amp;amp;lt;argument&amp;amp;gt; element can be presented as a list or as a paragraph: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pb xml:id=&amp;quot;albert14&amp;quot; n=&amp;quot;14&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;CHAPTER I.&amp;lt;lb/&amp;gt;CHARLOTTE BROOKS.&amp;lt;/head&amp;gt;&lt;br /&gt;
    &amp;lt;argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Causes of immorality among colored people - Charlotte Brooks - She is sold South -&lt;br /&gt;
Sunday work.&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/argument&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Octavia V. Rogers Albert. ''The House of Bondage, or, Charlotte Brooks and Other Slaves, Original and Life Like, As They Appeared in Their Old Plantation and City Slave Life; Together with Pen-Pictures of the Peculiar Institution, with Sights and Insights into Their New Relations as Freedmen, Freemen, and Citizens.'' New York: Hunt &amp;amp; Eaton, 1890.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html &amp;amp;lt;trailer&amp;amp;gt;] element is recommended to encode a heading- or title-like content at the end of a division (i.e. chapter, book, etc.)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEI xmlns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; xml:id=&amp;quot;someid&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;teiHeader&amp;gt;[stuff]&amp;lt;/teiHeader&amp;gt;&lt;br /&gt;
 &amp;lt;text&amp;gt;&lt;br /&gt;
     &amp;lt;body&amp;gt;&lt;br /&gt;
           &amp;lt;div type=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;head&amp;gt;[book title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 1.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;  &lt;br /&gt;
                &amp;lt;div type=&amp;quot;chapter&amp;quot; n=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;head&amp;gt;[chapter title]&amp;lt;/head&amp;gt;&lt;br /&gt;
                   &amp;lt;p&amp;gt;[text]&amp;lt;/p&amp;gt;&lt;br /&gt;
                   &amp;lt;trailer&amp;gt;Here ends the Chapter 2.&amp;lt;trailer&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt; &lt;br /&gt;
           &amp;lt;trailer&amp;gt;FINIS.&amp;lt;trailer&amp;gt;       &lt;br /&gt;
           &amp;lt;/div&amp;gt; &lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
  &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/TEI&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The elements [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html &amp;amp;lt;add&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html &amp;amp;lt;del&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html &amp;amp;lt;unclear&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html &amp;amp;lt;gap&amp;amp;gt;] '''could''' be used to indicate instances when a text (i.e. word or part of it, phrase or part of it) has been omitted, added, marked for deletion, or because the material is illegible, invisible, or inaudible (i.e. while transcribing oral history interviews.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;But it is well authenticated by the observation of every one, that &amp;lt;del&lt;br /&gt;
rend=&amp;quot;overstrike&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;their manner&amp;lt;/del&amp;gt; &amp;lt;add rend=&amp;quot;sup&amp;quot; hand=&amp;quot;JHL&amp;quot;&amp;gt;this way—i.e.&lt;br /&gt;
the above&amp;lt;/add&amp;gt; of writing influences the style of compos. of those who practise it&lt;br /&gt;
considerably, when they grow up to years of manhood; for their productions, &amp;lt;del&lt;br /&gt;
hand=&amp;quot;JHL&amp;quot; rend=&amp;quot;overstrike&amp;quot;&amp;gt;instead&amp;lt;/del&amp;gt; far from being terse, argumentative,&lt;br /&gt;
convincing, are without head or tail &amp;amp; are generally an incongruous mass mixed up in the&lt;br /&gt;
most disgusting manner, without divisions or heads &amp;amp; in short without a subject (so to&lt;br /&gt;
speak).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Class Composition of J. Horace Lacy, [January 1851]1. Lacy, James Horace, 1834-1852&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; [. . .]But I still hope for &amp;amp; trust in God and I believe he will animate our brave&lt;br /&gt;
defenders with a superhuman power and we will yet drive from our soil the hated invaders&lt;br /&gt;
whose tread &amp;lt;unclear reason=&amp;quot;ink blot&amp;quot;&amp;gt;&amp;lt;/unclear&amp;gt; profanation, but this is an hour to try&lt;br /&gt;
men's souls—Fort Donelson has been taken by the enemy.  Frank was there and covered&lt;br /&gt;
himself with honor but his bravery cost him a wound; he was wounded in the leg slightly—a&lt;br /&gt;
flesh wound only, you must not be uneasy.  [. . .]&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Kimberly Family Personal Correspondence, 1862-1864. Transcript of the manuscript, UNC-Chapel Hill, Southern Historical Collection.&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Front and Back Matter=====&lt;br /&gt;
 &lt;br /&gt;
* The use of the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] element with appropriate child elements describing the major features of most title pages is required.  The child elements are listed in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL Section 4.6 &amp;quot;Title Pages&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html &amp;amp;lt;titlePage&amp;amp;gt;] should include the verso if present, divided by &amp;amp;lt;pb n=&amp;quot;verso&amp;quot;/&amp;amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* Frontispieces should be encoded as a &amp;amp;lt;figure&amp;amp;gt;, within a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project) and &amp;amp;lt;p&amp;amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Tables of contents, errata, subscription lists, &amp;quot;other titles by the same author&amp;quot; should be included in a separate division (numbered or unnumbered, depending on the general editorial decision for a specific encoding project), as a [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s. &lt;br /&gt;
*It is recommended that all prefaces, tables of contents, afterwords, appendices, endnotes and apparatus be encoded. &lt;br /&gt;
*For publisher's advertisements, indexes, and glossaries or other front or back matter that are not considered of primary importance to the text, we propose three options:&lt;br /&gt;
**Fully transcribe and encode&lt;br /&gt;
**Link to page images (may not include an encoded transcription)&lt;br /&gt;
**Fully omit and note the omission in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html &amp;amp;lt;editorialDecl&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Letters=====&lt;br /&gt;
&lt;br /&gt;
* Letters that occur within the text body provided memorable challenges in P4. However, the introduction of the &amp;amp;lt;floatingText&amp;amp;gt; element in TEI P5 gives a cleaner approach of  encoding letters or any &amp;quot;independent text which interrupts the text containing it at any point but after which the surrounding text resumes” (see more in [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT Section 4.3.2 Floating Texts]) It is recommended that quoted letters that occur as part of a text (and not collections of letters themselves) be encoded within &amp;amp;lt;floatingText&amp;amp;gt; &amp;amp;lt;body&amp;amp;gt; &amp;amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;amp;gt; with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html &amp;amp;lt;opener&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html &amp;amp;lt;dateline&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html &amp;amp;lt;salute&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html &amp;amp;lt;signed&amp;amp;gt;],  [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html &amp;amp;lt;closer&amp;amp;gt;], [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html &amp;amp;lt;postscript&amp;amp;gt;] included as appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;She opened and read as follows:&amp;lt;/p&amp;gt;&lt;br /&gt;
          &amp;lt;floatingText&amp;gt;&lt;br /&gt;
              &amp;lt;body&amp;gt;&lt;br /&gt;
                &amp;lt;div1 type=&amp;quot;letter&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;opener&amp;gt;&lt;br /&gt;
                    &amp;lt;dateline&amp;gt;AUGUSTA, March 4th, 18—&amp;lt;/dateline&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&lt;br /&gt;
                      &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;Mrs. A. Mitten:&amp;lt;/hi&amp;gt;&lt;br /&gt;
                    &amp;lt;/salute&amp;gt;&lt;br /&gt;
                  &amp;lt;/opener&amp;gt;&lt;br /&gt;
                  &amp;lt;p&amp;gt;&amp;quot;Having recently understood that you have procured a private teacher, we have&lt;br /&gt;
ventured to stop your advertisement, &amp;lt;hi rend=&amp;quot;italics&amp;quot;&amp;gt;though ordered to continue it&lt;br /&gt;
until forbid,&amp;lt;/hi&amp;gt; under the impression that you have probably forgotten to have it&lt;br /&gt;
stopped. If, however, we have been misinformed, we will promptly resume the&lt;br /&gt;
publication of it. You will find our account below; which as we are much in want of&lt;br /&gt;
funds, you will oblige us by settling as soon as convenient. Hoping your teacher is&lt;br /&gt;
all that you could desire in one,&amp;lt;/p&amp;gt;&lt;br /&gt;
                  &amp;lt;closer&amp;gt;&lt;br /&gt;
                    &amp;lt;salute&amp;gt;&amp;quot;We remain, your ob't. serv'ts,&amp;lt;/salute&amp;gt;&lt;br /&gt;
                    &amp;lt;signed&amp;gt;&amp;quot;H—&amp;amp; B—&amp;amp;rdquo;&amp;lt;/signed&amp;gt;&lt;br /&gt;
                  &amp;lt;/closer&amp;gt;&lt;br /&gt;
                &amp;lt;/div1&amp;gt;&lt;br /&gt;
              &amp;lt;/body&amp;gt;       &lt;br /&gt;
         &amp;lt;/floatingText&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
FROM: Augustus Baldwin Longstreet, 1790-1870. ''Master William Mitten: or, A Youth of Brilliant Talents, Who Was Ruined by Bad Luck.'' Macon, Ga.: Burke, Boykin, 1864.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Drama=====&lt;br /&gt;
['''Matthew G.''' will work on it]&lt;br /&gt;
*Cast lists should be encoded as &amp;amp;lt;list&amp;amp;gt;s, with &amp;amp;lt;item&amp;amp;gt;s.&lt;br /&gt;
*Speeches are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements; stage directions are encoded as &amp;amp;lt;stage&amp;amp;gt; and enclose block level content describing scenery, etc.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Oral History=====&lt;br /&gt;
[I work on it  [[User:Natasha|Natasha]]]&lt;br /&gt;
* Speakers in oral history interviews, i.e. interviewee(s) and interviewer(s), can be identified in the &amp;amp;lt;teiHeader&amp;amp;gt; in several ways: &lt;br /&gt;
** In the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html &amp;amp;lt;profileDesc&amp;amp;gt;], in the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-particDesc.html &amp;amp;lt;particDesc&amp;amp;gt;], using the [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html &amp;amp;lt;list&amp;amp;gt;] element, with [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html &amp;amp;lt;name&amp;amp;gt;] inside of [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html &amp;amp;lt;item&amp;amp;gt;]s.&lt;br /&gt;
** As a list of author &amp;amp;lt;name&amp;amp;gt;s within [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2 &amp;amp;lt;fileDesc&amp;amp;gt;] / [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21  &amp;amp;lt;titleStmt&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
In either method, use an xml:id= on the &amp;amp;lt;name&amp;amp;gt; element to uniquely identify the individual participant&lt;br /&gt;
&lt;br /&gt;
* The list of interview's participants can be also listed within the body of the interview (see an example below.) &lt;br /&gt;
* Questions and answers from interviewees and interviewers are encoded as &amp;amp;lt;sp&amp;amp;gt;, with speakers identified within &amp;amp;lt;speaker&amp;amp;gt; elements with a who= attribute the value of which corresponds to the xml:id= in the list of interview participants.&lt;br /&gt;
     &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;list type=&amp;quot;simple&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;Interview Participants&amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk1&amp;quot; key=&amp;quot;wf&amp;quot; reg=&amp;quot;Friday, William C.&amp;quot; type=&amp;quot;interviewee&amp;quot;&amp;gt;WILLIAM C. FRIDAY&lt;br /&gt;
   &amp;lt;/name&amp;gt;, interviewee&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
   &amp;lt;item&amp;gt;&lt;br /&gt;
   &amp;lt;name xml:id=&amp;quot;spk2&amp;quot; key=&amp;quot;wl&amp;quot; reg=&amp;quot;Link, William&amp;quot; type=&amp;quot;interviewer&amp;quot;&amp;gt;WILLIAM LINK&amp;lt;/name&amp;gt;, interviewer&lt;br /&gt;
   &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/list&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[. . . ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;speaker n=&amp;quot;2&amp;quot;&amp;gt;WILLIAM LINK:&amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Last time we were talking about Frank Porter Graham. And I have a couple of questions&lt;br /&gt;
about Graham, and I wonder if you could clear them up for me. You have mentioned that you&lt;br /&gt;
had worked with him as a student at North Carolina State, had you met him before?&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;sp who=&amp;quot;spk1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;speaker n=&amp;quot;1&amp;quot;&amp;gt;WILLIAM C. FRIDAY: &amp;lt;/speaker&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;No. That budget hearing was the first that I knew of him, of course, but the first time that I ever encountered him. I was president of class at N.C. State, and that through me into this kind of public adventure. And so I went merrily on downtown and sat there in the budget hearing, along with the president of the student body, and some others. &lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/sp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* One of the approaches to synchronize audio and transcript has been introduced in [http://docsouth.unc.edu/sohp/ Oral Histories of the American South&amp;quot;], using [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html &amp;amp;lt;milestone/&amp;amp;gt;] with a timestamp attribute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;milestone n=&amp;quot;7248&amp;quot; unit=&amp;quot;empty&amp;quot; type=&amp;quot;stop&amp;quot; timestamp=&amp;quot;00:08:54&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Level 4 Verse=====&lt;br /&gt;
['''Matthew G.''' will work on this section]&lt;br /&gt;
*All verse, even poems without separate stanzas or verse paragraphs, should be contained within a  line group element &amp;amp;lt;lg&amp;amp;gt;. This will assist with automated processing and retrieval.&lt;br /&gt;
*It is common to see informal divisions within poems, noted by a string of asterisks or periods. These should be encoded as &amp;amp;lt;milestone/&amp;amp;gt;s with attribute values of unit=&amp;quot;typography&amp;quot; and n=&amp;quot;()&amp;quot; indicating the character used and its occurrence, &amp;amp;lt;milestone unit=&amp;quot;typography&amp;quot; n=&amp;quot;******&amp;quot;/&amp;amp;gt;. *&amp;amp;lt;l&amp;amp;gt; It is recommended that indentation be recorded and that the rend attribute be used to do this.&lt;br /&gt;
&lt;br /&gt;
===LEVEL 5: Scholarly Encoding Projects===&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;p&amp;gt;Level 5 texts are those that require subject knowledge, and encode semantic, linguistic, prosodic, or&lt;br /&gt;
      other elements beyond a basic structural level.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General Guidelines for Attribute Usage==&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Some general advice on the use of particular attributes&lt;br /&gt;
     follows.&amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;type=&amp;lt;/b&amp;gt;: Constructing a list of acceptable attribute values&lt;br /&gt;
       for type that could find wide agreement is impossible. Instead,&lt;br /&gt;
       it is recommended that projects describe the type= attribute&lt;br /&gt;
       values used in their texts in the project ODD file or other&lt;br /&gt;
       documentation and that this list be made available to people&lt;br /&gt;
       using the texts. See &amp;lt;i&amp;gt;ABC for Book Collectors&amp;lt;/i&amp;gt; by John&lt;br /&gt;
       Carter (8th edition, New Castle, Del. and London: Oak Knoll Books and the British Library, 2004, available online at http://www.ilab.org/images/abcforbookcollectors.pdf ) for&lt;br /&gt;
       a list of standard names and definitions of bibliographic&lt;br /&gt;
       features of printed books. For those elements where type is not&lt;br /&gt;
       required, such as &amp;amp;lt;head&amp;amp;gt; and &amp;amp;lt;title&amp;amp;gt;, use the&lt;br /&gt;
       attribute values for subtitles and additional titles, but not&lt;br /&gt;
       main titles.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;div1 type=&amp;quot;volume&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;n=&amp;lt;/b&amp;gt;: Sometimes an n= (number) attribute can be used by itself. For instance in the case of&lt;br /&gt;
       pagebreaks:&amp;lt;br /&amp;gt; Example: &amp;amp;lt;pb n=&amp;quot;456&amp;quot;/&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;xml:id=&amp;lt;/b&amp;gt;: If you are in a situation that requires you to&lt;br /&gt;
       uniquely identify an element that will be used to reference&lt;br /&gt;
       another specific location in one or more texts, use an xml:id=&lt;br /&gt;
       attribute. The value of this attribute must be unique within a&lt;br /&gt;
       document, and must be composed of alphanumeric characters,&lt;br /&gt;
       dots, hyphens, and underscores, and must start with a&lt;br /&gt;
       letter.&amp;lt;br /&amp;gt; Example: &amp;amp;lt;note xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;target=&amp;lt;/b&amp;gt;: follows the same syntactic rules as the xml:id=&lt;br /&gt;
       attribute value. In fact, target= and xml:id= are often used in&lt;br /&gt;
       conjunction with one another as in the case of footnotes where&lt;br /&gt;
       the &amp;amp;lt;anchor xml:id=&amp;quot;n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt; is at a specific place in the&lt;br /&gt;
       text and is referred to by the &amp;amp;lt;note target=&amp;quot;#n5&amp;quot; n=&amp;quot;5&amp;quot;&amp;amp;gt;&lt;br /&gt;
       which contains the actual information of the footnote itself&lt;br /&gt;
       elsewhere.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;rend=&amp;lt;/b&amp;gt;: Difficulty using rend= attributes occurs when it is desirable to record&lt;br /&gt;
       more than one rendition feature. With this in mind, it is recommended that projects employ the&lt;br /&gt;
       following adaptation of &amp;quot;rendition ladders&amp;quot;, a concept developed at the [http://www.wwp.brown.edu/ Brown University Women Writers Project]. This system allows for sets &lt;br /&gt;
	of multiple renditional features to be included in one rend= value. Rendition ladders consist of categories of&lt;br /&gt;
       renditional features with values of each of those features enclosed in parentheses.&amp;lt;br /&amp;gt; rend= should only be &lt;br /&gt;
	used to override a default value. For instance, if all text encoded as &amp;amp;lt;hi&amp;amp;gt; is defined as being&lt;br /&gt;
       rendered in italics, there is no reason to encode text as &amp;amp;lt;hi rend=&amp;quot;font(italics)&amp;quot;&amp;amp;gt; Combining renditional features would result in a tag with attributes such as &amp;amp;lt;l rend=&amp;quot;font(italics)align(right)&amp;quot;&amp;amp;gt;&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;font &amp;lt;br /&amp;gt;italics, bold, fsc (full and smallcaps), smallcap, underlined, gothic&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;align &amp;lt;br /&amp;gt;right, left, center, block&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;indent &amp;lt;br /&amp;gt;Values in parentheses should indicate the number of tabstops to be indented, e.g.,&lt;br /&gt;
       &amp;amp;lt;l rend=&amp;quot;indent(1)&amp;quot;&amp;amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;&amp;lt;b&amp;gt;lang=&amp;lt;/b&amp;gt;: Use ISO639-2 three-character language codes. Note that this recommendation is slightly different from that of the TEI P5 Guidelines, which recommends the BCP 47 language codes.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
References: &amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Appendix A: History of this Document==&lt;br /&gt;
    &amp;lt;p&amp;gt;The Text Encoding Initiative Guidelines for Electronic Text Encoding and Interchange (referred to as&lt;br /&gt;
     the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt;) were first published in 1994 and represent a tremendous&lt;br /&gt;
     achievement in electronic text standards by providing a highly sophisticated structure for encoding&lt;br /&gt;
     electronic text. Digital librarians have benefited greatly from the standardization provided by these&lt;br /&gt;
     guidelines, and the potential for interoperability and long-term preservation of digital collections&lt;br /&gt;
     facilitated by their wide adoption.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In 1998, the Digital Library Federation (DLF) sponsored the [http://www.lib.umich.edu/lit/dlps/history/teidlf/index.html TEI and XML in Digital Libraries Workshop] at the&lt;br /&gt;
     Library of Congress to discuss the use of the &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; in libraries for electronic text,&lt;br /&gt;
     and to create a set of best practices for librarians implementing them. From this workshop, three working&lt;br /&gt;
     groups were formed the members of which represented some of the largest and most mature digital library&lt;br /&gt;
     programs in the U.S.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 1 was charged to recommend some best practices for TEI header content and to review the relationship between the Text Encoding Initiative header and MARC.  To this end, representatives of the University of Virginia Library and the University of Michigan Library gathered in Ann Arbor in early October 1998 to develop a recommended practice guide.  This work was assisted by similar efforts that had taken place in the United Kingdom under the auspices of the Oxford Text Archive the previous year. The section on the header is based on a draft of those recommended practices. It was submitted to various constituencies for&lt;br /&gt;
comment.  In 2008 and 2009, it was heavily revised by Melanie Schlosser, Kevin Hawkins, and other members of the TEI SIG on Libraries.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Group 2 was charged with developing a set of recommendations for libraries using the&lt;br /&gt;
     TEI Guidelines in electronic text encoding. This group included the following representatives from six libraries:&lt;br /&gt;
     &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;LeeEllen Friedland, Library of Congress&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Nancy Kushigian, University of California, Davis&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, University of Virginia&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;At the ALA mid-winter (January 1999), the DLF task force revised a draft set of best practices, called&lt;br /&gt;
     TEI Text Encoding in Libraries: Guidelines for Best Practices (referred to as &amp;lt;i&amp;gt;TEI in Libraries&lt;br /&gt;
      Guidelines&amp;lt;/i&amp;gt;). The revised recommendations were circulated to the conference working group in May&lt;br /&gt;
     1999 and presented at the joint annual meeting of the Association of Computers and the Humanities and&lt;br /&gt;
     Association of Literary and Linguistic Computing in June 1999. [http://www.diglib.org/standards/tei-old.htm Version 1.0] was circulated for comments in&lt;br /&gt;
     August 1999. These guidelines were endorsed by the DLF, and have been used by many digital libraries,&lt;br /&gt;
     including those of the task force members, as a model for their own local best practices. Libraries,&lt;br /&gt;
     museums and end-users have benefitted from a set of best practices for electronic text in a number of&lt;br /&gt;
     ways, including better interoperability between electronic text collections, better documented practices&lt;br /&gt;
     among digital libraries, and a starting point for discussion of best practices with commercial publishers&lt;br /&gt;
     regarding electronic text creation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Written in 1998, this first iteration of &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; made no mention of XML,&lt;br /&gt;
     XSLT, or any of the other powerful tools that have now become common parlance and practice in creating&lt;br /&gt;
     digital documents and collections. Based on these important changes in markup technology, it came to the&lt;br /&gt;
     attention of the DLF and members of the original Task Force that the &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     required substantial revision. In 2002, the TEI Consortium published a new edition of the complete&lt;br /&gt;
      &amp;lt;i&amp;gt;TEI Guidelines&amp;lt;/i&amp;gt; that conformed to XML specifications. In order to remain useful, the &amp;lt;i&amp;gt;TEI in&lt;br /&gt;
      Libraries Guidelines&amp;lt;/i&amp;gt; had to be updated to reflect these developments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;Furthermore, librarians need more guidance than the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt;&lt;br /&gt;
     provided. There are many library-specific encoding issues which need to be addressed and documented to&lt;br /&gt;
     ensure consistency. The intention of this document is to provide recommended paths of encoding for these&lt;br /&gt;
     issues.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In addition, these library guidelines have the potential to be much more useful if they can serve as a&lt;br /&gt;
     training document from which librarians can learn about text encoding and addressing particular encoding&lt;br /&gt;
     challenges. To fulfill this role, the guidelines require more examples and detailed explanations,&lt;br /&gt;
     giving documentation of the use of TEI in a library context. Librarians also need a set of standards&lt;br /&gt;
     and best practices for vendors and publishers who create electronic text for digital libraries, so that&lt;br /&gt;
     these collections adhere to the same archival standards as locally-created electronic text collections.&lt;br /&gt;
     With detailed guidelines that could serve as an encoding specification, librarians might encourage&lt;br /&gt;
     vendors to follow the principles in these standards, to facilitate the long-term preservation of&lt;br /&gt;
     commercially published electronic text collections, and more readily allow for cross-collection&lt;br /&gt;
     searching.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;p&amp;gt;In order to facilitate the evolution of this document, another DLF-sponsored Task Force&amp;amp;mdash;some&lt;br /&gt;
     of the representatives of which were on the original Task Force&amp;amp;mdash;met on October 24-25, 2003 at&lt;br /&gt;
     the Cosmos Club in Washington, D.C.: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, University of Virginia Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Kirk Hastings, California Digital Library&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Christina Powell, University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natalia Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, Indiana University (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt; &lt;br /&gt;
     &amp;lt;p&amp;gt;These representatives met to revise the original &amp;lt;i&amp;gt;TEI in Libraries Guidelines&amp;lt;/i&amp;gt; in order&lt;br /&gt;
     that they: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;reflect changes occuring within the text encoding world generally and within the TEI&lt;br /&gt;
       community specifically&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;further illuminate the different levels of encoding by offering clearer and more robust&lt;br /&gt;
       examples.&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;After producing [http://www.diglib.org/standards/tei2/tei20.htm Version 2.0] of the Guidelines, this group (with some changes in membership) met again &lt;br /&gt;
     at the Cosmos Club on February 13-14, 2006. Those in attendance were: &amp;lt;/p&amp;gt;&lt;br /&gt;
     &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Syd Bauman, The TEI Consortium&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Richard Gartner, Oxford University Library (by phone)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Matthew Gibson, Virginia Foundation for the Humanities (chair)&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Merrilee Proffitt, RLG&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Chris Powell, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;David Seaman, Digital Library Federation&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Natasha Smith, University of North Carolina at Chapel Hill&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;Perry Willett, The University of Michigan&amp;lt;/li&amp;gt;&lt;br /&gt;
     &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4471</id>
		<title>Minutes from April 28, 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4471"/>
		<updated>2008-06-19T18:24:46Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:SIG:Libraries]]&lt;br /&gt;
[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
Meeting Date: Monday, April 28th, 8:30 am - 12:30 pm &lt;br /&gt;
Note taker: Lisa McAulay, 4/26/2008&lt;br /&gt;
Notes edited by: Michelle Dalmau, 6/4/2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==ATTENDEES==&lt;br /&gt;
* Syd Bauman, (Women's Writing Project, Brown University)&lt;br /&gt;
* Glenn Worthy, (Humanities Digital Information Service (Library), Stanford University)&lt;br /&gt;
* Perry Trolard (Humanities Digital Workshop (Arts &amp;amp; Sciences), Washington University)&lt;br /&gt;
* Melanie Schlosser, (Library, Ohio State University)&lt;br /&gt;
* Jenn Riley, (Digital Library Program, Indiana University) * Chris Powell, (University of Michigan, Digital Text Services)&lt;br /&gt;
* Michelle Dalmau (Digital Library Program, Indiana University)&lt;br /&gt;
* Matt Gibson (UVA) &lt;br /&gt;
* Perry Willett (Digital Library Publication Service, University of Michigan)  * Natasha Smith (CDLA, UNC-Chapel Hill)&lt;br /&gt;
* Elizabeth McAulay (UCLA  Library)&lt;br /&gt;
* Andrew Rouner (Library, Washington University)&lt;br /&gt;
* Kevin Hawkins (University of Michigan)&lt;br /&gt;
&lt;br /&gt;
==COMMUNICATION==&lt;br /&gt;
* TEI-LIB&lt;br /&gt;
* TEI-C Wiki&lt;br /&gt;
* Conference calls?&lt;br /&gt;
* Possible Fall meeting at DLF Fall Forum 2008 in Providence, November 2008&lt;br /&gt;
* SIG Meetings at TEI Members' Meeting in November 2008&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
==ACTION ITEMS==&lt;br /&gt;
* Update the Best Practices Guidelines to reflect P5 (to be assigned via working groups)&lt;br /&gt;
** Ensure all levels are P5 compliant; where examples exist update them to reflect that compliance; where examples do not exist, supply them (volunteers for this task will be divided up according to the different levels)&lt;br /&gt;
** Flesh out the TEI Header section of the Guidelines and update to correspond to P5 (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
** Consultation on the relationship between METS and TEI (Jenn Riley)&lt;br /&gt;
* Create new wiki spaces for: (Michelle Dalmau)&lt;br /&gt;
** TEI Header and Best Practices&lt;br /&gt;
** Best Practices Levels&lt;br /&gt;
** TEI Tite&lt;br /&gt;
* Natasha to send MARC to Header mapping spreadsheet&lt;br /&gt;
* Check links to existing examples in the Best Practices; update when possible (Chris Powell)&lt;br /&gt;
* Identify/&amp;quot;massage&amp;quot; differences between P4 and P5 in light of the Best Practices&lt;br /&gt;
* Map customizations for Level 4; Create an ODD (Syd) '''[Syd, can you clarify what was meant by this?]'''&lt;br /&gt;
* Once [https://lrcreport.lis.uiuc.edu/TEITITE2008 Tite Survey] is released, attendees will disseminate survey at the local and state levels (Michelle will lead)&lt;br /&gt;
* Send information about the Internationalization Tag set -- ITS (Syd)&lt;br /&gt;
* Contact DLF for sponsorship of conference calls or another joint meeting at the Fall Forum in Providence, RI (Matt and Michelle)&lt;br /&gt;
* Create a survey to determine workflows to see how the BP levels coincide and help better define each level (Michelle)&lt;br /&gt;
* Present updated version of Guidelines to Council and TEI Board for vetting and inclusion on the TEI-C web site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==WORKING GROUPS==&lt;br /&gt;
Best Practices Guidelines Working group&lt;br /&gt;
* TEI Header (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
* Level 1 (??)&lt;br /&gt;
* Level 2 (??)&lt;br /&gt;
* Level 3 (??)&lt;br /&gt;
* Level 4 (??)&lt;br /&gt;
* Level 5 (??)&lt;br /&gt;
* Assess issues with conformance&lt;br /&gt;
&lt;br /&gt;
Priorities for the Best Practices Working Group&lt;br /&gt;
* Each encoding level and the header section needs to be updated to comply with P5.  &lt;br /&gt;
* Examples either need to be updated or gathered for each level.&lt;br /&gt;
* Create an ODD for each level? '''[Do we need an ODD for each level? Or one ODD for level 4 that all other prior levels could use?]'''&lt;br /&gt;
* Note areas in workflow where METS or other standards and processes can be cited&lt;br /&gt;
* Reconsider the goals and aims of each level in light of changes in workflows, TEI Tite, etc.    &lt;br /&gt;
&lt;br /&gt;
==WELCOME/INTRODUCTIONS==&lt;br /&gt;
* [Round table introductions]&lt;br /&gt;
* [Review of [http://www.tei-c.org/wiki/index.php/Invitation_and_Agenda agenda]]&lt;br /&gt;
&lt;br /&gt;
==DLF BEST PRACTICES GUIDELINES==&lt;br /&gt;
* DLF Best Practices Guidelines has been a work in progress since 1988&lt;br /&gt;
* Guidelines will soon be under the purview of the TEI in Libraries SIG&lt;br /&gt;
* Moved guidelines to the TEI wiki for revising/updating (http://www.tei-c.org/wiki/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices)&lt;br /&gt;
* Need to address some issues of tag abuse that arose based on case studies of early projects like Making of America&lt;br /&gt;
** The use of &amp;lt;p&amp;gt; over &amp;lt;ab&amp;gt; is problematic; but &amp;lt;ab&amp;gt; is not supported by TEI Lite.  TEI Lite can not be extended, but it can be modified.&lt;br /&gt;
* Levels designated (1-5) are part of a process; originally meant to transition from level to level.&lt;br /&gt;
* Need to provide guidance from Level 1 to METS and Level 1 to another scheme corresponding to level 2.&lt;br /&gt;
** Guidance using METS since Level 1 TEI markup is bare bones structure.&lt;br /&gt;
** Chris Powell has experience/documentation in converting Level 1 and Level 2 TEI markup to METS&lt;br /&gt;
** IU has transformed Level 3/4 markup to METS; Indiana Magazine of History serves as an example&lt;br /&gt;
** Level 1 should have 2 options: If organization plans to enhance TEI, then use TEI as the example; if organization as no plans to enhance the TEI; scrap the TEI for METS&lt;br /&gt;
** Assumption that newcomers will start at Level 1 and eventually &amp;quot;grow&amp;quot; to Level 4 encoder is probably not accurate.  Re-think levels as a &amp;quot;stepping stone&amp;quot; to the next level.  Consider cost-effectiveness of each level, especially if additional in-house work needs to occur.  &lt;br /&gt;
* TEI to METS should permeate (e.g., examples) all the levels '''[We can talk about this, but we should probably get the Guidelines up to P5 compliance first]'''&lt;br /&gt;
* Focus on P5 when updating the guidelines.  The differences between P4 and P5 are subtle up through level 3 or possibly 4.  &lt;br /&gt;
* Flesh out the TEI Header&lt;br /&gt;
* Need to revisit and update encoding examples for each level; find examples for levels when and if necessary&lt;br /&gt;
* Revisit the Levels conceptually, include Tite&lt;br /&gt;
&lt;br /&gt;
===TEI HEADER===&lt;br /&gt;
* DLF Best Practices and the Header; the Header documentation needs to be fleshed out and P5 compliant&lt;br /&gt;
* General discussion of the value of using the TEI Header as authoritative source especially when alternative metadata exists (e.g. MARC records for books)&lt;br /&gt;
* Develop Guidelines for a decent header and find ways to link to other metadata formats in the header as part of the Best Practices&lt;br /&gt;
* Arguments for a more complete header:&lt;br /&gt;
** only specialized data in our records&lt;br /&gt;
** makes the document more portable&lt;br /&gt;
* The header should point to authoritative or alternative metadata records; needs to be supported in the header.  Recommendation to the council.&lt;br /&gt;
* Any known examples of headers pointing to authoritative metadata?  [None reported]&lt;br /&gt;
* MONK project – something that wants to gobble up a bunch of TEI – maybe they would be uninterested if the full metadata isn't there. MONK both harvests and also receives disseminations. If it's disseminated, then we can add in full metadata.&lt;br /&gt;
* OAIS model is important; archival v. dissemination&lt;br /&gt;
* Need recommendation on &amp;quot;packaging&amp;quot; for dissemination; send it out with complete headers, current bibliographic info, etc.&lt;br /&gt;
* Need &amp;lt;otherDesc&amp;gt; or some such element in the header to point to other metadata formats &lt;br /&gt;
* &amp;lt;idno&amp;gt; to point out to other metadata formats&lt;br /&gt;
* METS wrapper -- '''[NOT SURE WHY THIS IS LISTED HERE ... MAY REMOVE]'''&lt;br /&gt;
* Kevin and Melanie to work on various headers; Jenn to consult on METS model&lt;br /&gt;
* Start on TEI-Lib list for continual discussion about best practices&lt;br /&gt;
* Email Natasha with wiki page link so she can attach a metadata mapping Excel spreadsheet (TEI Header and MARC)&lt;br /&gt;
&lt;br /&gt;
===NEXT STEPS===&lt;br /&gt;
&lt;br /&gt;
* Release &amp;quot;final&amp;quot; versions of the Best Practices to the TEI Consortium web site&lt;br /&gt;
* Editable version of the BP document is maintained on the TEI-C wiki&lt;br /&gt;
* Write a proposal to Peter Brantley about the position of the TEI Taskforce (merging with the SIG?)&lt;br /&gt;
* Considering a print-on-demand model for updated guidelines.&lt;br /&gt;
* DLF to perhaps support conference call; support publication of best practices&lt;br /&gt;
* Michelle to generate discussion with the Levels (main issue about Level 3); Level 3 doesn't quite fit.  &lt;br /&gt;
** Appropriate for born digital conversion -- NEED TO VERIFY THIS COMMENT. REFERENCE UNCLEAR.&lt;br /&gt;
** Set up space on the wiki for discussion on the Levels ...&lt;br /&gt;
** How do the levels fit for cost model, material ... &lt;br /&gt;
** Case study of workflow -- level 1 or level 2.  Do people start at level 1 anymore?  Most probably start at level 3.&lt;br /&gt;
* DLF in Providence (another meeting there): Nov 12-14, 2008&lt;br /&gt;
* TEI Annual Meeting in London, Nov 8th.&lt;br /&gt;
&lt;br /&gt;
==TEI TITE==&lt;br /&gt;
* The impetus for Tite was to produce a tangible membership benefit. A keyboarding the most expensive part of working with a vendor is setting up the spec. The job of Tite to be the spec. How to come up with that spec was the job of the TEI in Libraries to point out the three specs that were used: CDL, UVA, UMich. Perry's job was to review those three specs and find the commonalities. Fall of 2006 was when Perry did that work and it was submitted to the TEI and it came into the fold. Sebastian and others made sure that it was kept up with the development of the P5.&lt;br /&gt;
* Tangible benefit membership to the TEI; bulk discount on keyboarding vendors&lt;br /&gt;
* Create a standard spec; funnel projects following that spec. to the vendor.&lt;br /&gt;
* Vendors can then be up and running much quicker following one spec&lt;br /&gt;
* Tite is based on encoding guidelines developed by: Univ Virginia, Michigan and CDL (union set)&lt;br /&gt;
* Tite is maintained by the TEI;&lt;br /&gt;
* ODD file &lt;br /&gt;
* Tite has accompanying stylesheets created by Sebastian Ratz that maps TITE to TEI P4 and P5 &lt;br /&gt;
* Mellon funded survey to understand outsourcing practices and TEI membership benefits&lt;br /&gt;
* Perry Trolard, John Unsworth, and Dan O'Donnell are on a Mellon grant to try to bring the point of Tite into being – getting a vendor discount. So we put together a survey. The goal of the survey : would you participate? If you were to participate, what kind of page number would you put into this system in a year? * Survey aimed at small to medium size e-text projects&lt;br /&gt;
* Survey is 3 weeks away from going live from the survey&lt;br /&gt;
* Concern about Tite being publicly available: We don't want to put the vendors in the position of determining who is a member. Is there any concern about non-members using the TEI Tite spec and getting the same discount without joining TEI, which was part of the approach.&lt;br /&gt;
** One option is to keep the TITE spec publicly available, but provide the style sheets for members&lt;br /&gt;
* Mich gets contacted about encoding/OCR by the state and region all the time.  They can help disseminate the survey at the state and local levels.&lt;br /&gt;
** Group vouched to spread the word in their respective locations in hopes to target small to medium institutions.&lt;br /&gt;
* TEI-C serves as aggregator – good for the vendor. One point of contact. From the TEI's point of view, it puts a lot work on the TEI. The only benefit for the vendor would then be that they're using the same spec. if each institution manages their own quality control process.  &lt;br /&gt;
** Questions about whether the TEI-C will be well equipped or would want to take on role as &amp;quot;physical&amp;quot; aggregator of content.  &lt;br /&gt;
* When the document comes back from the vendor, then you customize it to fit your project needs. Use case we were imagining was getting a Tite document back and then customizing once you get it back: completing the header and additional semantic markup.&lt;br /&gt;
* Surveying the current TEI membership is important. &lt;br /&gt;
* The Mellon grant assumes there will be adoption of Tite and that John Unsworth and Dan O'Donnell will arrive at a successful negotiation. &lt;br /&gt;
* RLG established a similar agreement with vendor [Apex] for EAD markup.  Merillee Proffitt could provide advice in this area.  &lt;br /&gt;
&lt;br /&gt;
[Side discussion about OCR and Michigan]&lt;br /&gt;
* Mass OCR digitization; track dollar amount (2 cents per page in-house, a little more outsourced) (text file that correspond to a page; dirty OCR; using prime recognition)&lt;br /&gt;
&lt;br /&gt;
* Anonymizer system for interfacing between the TEI-C and members with vendors (handling quality control, answering specific vendor questions, etc.)&lt;br /&gt;
&lt;br /&gt;
* When TITE was first announced, there was very little response from the community [Some discussion about folks not recollecting when the announcement was first posted]&lt;br /&gt;
* Paul Shaffner (follow up with Tite), Cassandra Williams (follow up) and Lisa McAulay were supposed to review Tite and share feedback via the TEI-LIB list.&lt;br /&gt;
* Syd worries that Tite is out of synch with the latest P5 release.  For example, rendition created after Tite.&lt;br /&gt;
&lt;br /&gt;
[Discussion of whether Tite should be conformant. Is it important?]&lt;br /&gt;
* Probably not. Because the documents won't remain in Tite. (Tite doesn't have to see the light of day).  We'll use a conversion when it comes back. &lt;br /&gt;
* The point is to save money -- Tite doesn't need to be conformant.  Documents will not be preserved in Tite and will be converted to a conformant TEI document.  &lt;br /&gt;
* We need to share experiences about working with vendors.&lt;br /&gt;
* Discussion of saving money with just using short elements to save keystrokes.&lt;br /&gt;
* Balancing the need to meet lots of projects' needs and still be standard enough to streamline work for a vendor.&lt;br /&gt;
* Tite can be a customization, not conformant TEI.&lt;br /&gt;
&lt;br /&gt;
* Should TITE reference Internationalization Tagset (W3C) should be included?  Syd will send info about ITS (explain).&lt;br /&gt;
&lt;br /&gt;
* Need to have the tools available for transforming Tite.  &lt;br /&gt;
&lt;br /&gt;
* We should all make sure to spread the survey request to as many as possible especially at the local/state level.&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4470</id>
		<title>Minutes from April 28, 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4470"/>
		<updated>2008-06-19T18:16:10Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:SIG:Libraries]]&lt;br /&gt;
[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
Meeting Date: Monday, April 28th, 8:30 am - 12:30 pm &lt;br /&gt;
Note taker: Lisa McAulay, 4/26/2008&lt;br /&gt;
Notes edited by: Michelle Dalmau, 6/4/2008&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
ATTENDEES&lt;br /&gt;
* Syd Bauman, (Women's Writing Project, Brown University)&lt;br /&gt;
* Glenn Worthy, (Humanities Digital Information Service (Library), Stanford University)&lt;br /&gt;
* Perry Trolard (Humanities Digital Workshop (Arts &amp;amp; Sciences), Washington University)&lt;br /&gt;
* Melanie Schlosser, (Library, Ohio State University)&lt;br /&gt;
* Jenn Riley, (Digital Library Program, Indiana University) * Chris Powell, (University of Michigan, Digital Text Services)&lt;br /&gt;
* Michelle Dalmau (Digital Library Program, Indiana University)&lt;br /&gt;
* Matt Gibson (UVA) &lt;br /&gt;
* Perry Willett (Digital Library Publication Service, University of Michigan)  * Natasha Smith (CDLA, UNC-Chapel Hill)&lt;br /&gt;
* Elizabeth McAulay (UCLA  Library)&lt;br /&gt;
* Andrew Rouner (Library, Washington University)&lt;br /&gt;
* Kevin Hawkins (University of Michigan)&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
COMMUNICATION&lt;br /&gt;
* TEI-LIB&lt;br /&gt;
* TEI-C Wiki&lt;br /&gt;
* Conference calls?&lt;br /&gt;
* Possible Fall meeting at DLF Fall Forum 2008 in Providence, November 2008&lt;br /&gt;
* SIG Meetings at TEI Members' Meeting in November 2008&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
ACTION ITEMS&lt;br /&gt;
* Update the Best Practices Guidelines to reflect P5 (to be assigned via working groups)&lt;br /&gt;
** Ensure all levels are P5 compliant; where examples exist update them to reflect that compliance; where examples do not exist, supply them (volunteers for this task will be divided up according to the different levels)&lt;br /&gt;
** Flesh out the TEI Header section of the Guidelines and update to correspond to P5 (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
** Consultation on the relationship between METS and TEI (Jenn Riley)&lt;br /&gt;
* Create new wiki spaces for: (Michelle Dalmau)&lt;br /&gt;
** TEI Header and Best Practices&lt;br /&gt;
** Best Practices Levels&lt;br /&gt;
** TEI Tite&lt;br /&gt;
* Natasha to send MARC to Header mapping spreadsheet&lt;br /&gt;
* Check links to existing examples in the Best Practices; update when possible (Chris Powell)&lt;br /&gt;
* Identify/&amp;quot;massage&amp;quot; differences between P4 and P5 in light of the Best Practices&lt;br /&gt;
* Map customizations for Level 4; Create an ODD (Syd) '''[Syd, can you clarify what was meant by this?]'''&lt;br /&gt;
* Once [https://lrcreport.lis.uiuc.edu/TEITITE2008 Tite Survey] is released, attendees will disseminate survey at the local and state levels (Michelle will lead)&lt;br /&gt;
* Send information about the Internationalization Tag set -- ITS (Syd)&lt;br /&gt;
* Contact DLF for sponsorship of conference calls or another joint meeting at the Fall Forum in Providence, RI (Matt and Michelle)&lt;br /&gt;
* Create a survey to determine workflows to see how the BP levels coincide and help better define each level (Michelle)&lt;br /&gt;
* Present updated version of Guidelines to Council and TEI Board for vetting and inclusion on the TEI-C web site&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WORKING GROUPS&lt;br /&gt;
Best Practices Guidelines Working group&lt;br /&gt;
* TEI Header (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
* Level 1 (??)&lt;br /&gt;
* Level 2 (??)&lt;br /&gt;
* Level 3 (??)&lt;br /&gt;
* Level 4 (??)&lt;br /&gt;
* Level 5 (??)&lt;br /&gt;
* Assess issues with conformance&lt;br /&gt;
&lt;br /&gt;
Priorities for the Best Practices Working Group&lt;br /&gt;
* Each encoding level and the header section needs to be updated to comply with P5.  &lt;br /&gt;
* Examples either need to be updated or gathered for each level.&lt;br /&gt;
* Create an ODD for each level? '''[Do we need an ODD for each level? Or one ODD for level 4 that all other prior levels could use?]'''&lt;br /&gt;
* Note areas in workflow where METS or other standards and processes can be cited&lt;br /&gt;
* Reconsider the goals and aims of each level in light of changes in workflows, TEI Tite, etc.    &lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WELCOME/INTRODUCTIONS&lt;br /&gt;
* [Round table introductions]&lt;br /&gt;
* [Review of [http://www.tei-c.org/wiki/index.php/Invitation_and_Agenda agenda]]&lt;br /&gt;
&lt;br /&gt;
DLF BEST PRACTICES GUIDELINES&lt;br /&gt;
* DLF Best Practices Guidelines has been a work in progress since 1988&lt;br /&gt;
* Guidelines will soon be under the purview of the TEI in Libraries SIG&lt;br /&gt;
* Moved guidelines to the TEI wiki for revising/updating (http://www.tei-c.org/wiki/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices)&lt;br /&gt;
* Need to address some issues of tag abuse that arose based on case studies of early projects like Making of America&lt;br /&gt;
** The use of &amp;lt;p&amp;gt; over &amp;lt;ab&amp;gt; is problematic; but &amp;lt;ab&amp;gt; is not supported by TEI Lite.  TEI Lite can not be extended, but it can be modified.&lt;br /&gt;
* Levels designated (1-5) are part of a process; originally meant to transition from level to level.&lt;br /&gt;
* Need to provide guidance from Level 1 to METS and Level 1 to another scheme corresponding to level 2.&lt;br /&gt;
** Guidance using METS since Level 1 TEI markup is bare bones structure.&lt;br /&gt;
** Chris Powell has experience/documentation in converting Level 1 and Level 2 TEI markup to METS&lt;br /&gt;
** IU has transformed Level 3/4 markup to METS; Indiana Magazine of History serves as an example&lt;br /&gt;
** Level 1 should have 2 options: If organization plans to enhance TEI, then use TEI as the example; if organization as no plans to enhance the TEI; scrap the TEI for METS&lt;br /&gt;
** Assumption that newcomers will start at Level 1 and eventually &amp;quot;grow&amp;quot; to Level 4 encoder is probably not accurate.  Re-think levels as a &amp;quot;stepping stone&amp;quot; to the next level.  Consider cost-effectiveness of each level, especially if additional in-house work needs to occur.  &lt;br /&gt;
* TEI to METS should permeate (e.g., examples) all the levels '''[We can talk about this, but we should probably get the Guidelines up to P5 compliance first]'''&lt;br /&gt;
* Focus on P5 when updating the guidelines.  The differences between P4 and P5 are subtle up through level 3 or possibly 4.  &lt;br /&gt;
* Flesh out the TEI Header&lt;br /&gt;
* Need to revisit and update encoding examples for each level; find examples for levels when and if necessary&lt;br /&gt;
* Revisit the Levels conceptually, include Tite&lt;br /&gt;
&lt;br /&gt;
TEI HEADER&lt;br /&gt;
* DLF Best Practices and the Header; the Header documentation needs to be fleshed out and P5 compliant&lt;br /&gt;
* General discussion of the value of using the TEI Header as authoritative source especially when alternative metadata exists (e.g. MARC records for books)&lt;br /&gt;
* Develop Guidelines for a decent header and find ways to link to other metadata formats in the header as part of the Best Practices&lt;br /&gt;
* Arguments for a more complete header:&lt;br /&gt;
** only specialized data in our records&lt;br /&gt;
** makes the document more portable&lt;br /&gt;
* The header should point to authoritative or alternative metadata records; needs to be supported in the header.  Recommendation to the council.&lt;br /&gt;
* Any known examples of headers pointing to authoritative metadata?  [None reported]&lt;br /&gt;
* MONK project – something that wants to gobble up a bunch of TEI – maybe they would be uninterested if the full metadata isn't there. MONK both harvests and also receives disseminations. If it's disseminated, then we can add in full metadata.&lt;br /&gt;
* OAIS model is important; archival v. dissemination&lt;br /&gt;
* Need recommendation on &amp;quot;packaging&amp;quot; for dissemination; send it out with complete headers, current bibliographic info, etc.&lt;br /&gt;
* Need &amp;lt;otherDesc&amp;gt; or some such element in the header to point to other metadata formats &lt;br /&gt;
* &amp;lt;idno&amp;gt; to point out to other metadata formats&lt;br /&gt;
* METS wrapper -- NOT SURE WHY THIS IS LISTED HERE ... MAY REMOVE&lt;br /&gt;
* Kevin and Melanie to work on various headers; Jenn to consult on METS model&lt;br /&gt;
* Start on TEI-Lib list for continual discussion about best practices&lt;br /&gt;
* Email Natasha with wiki page link so she can attach a metadata mapping Excel spreadsheet (TEI Header and MARC)&lt;br /&gt;
&lt;br /&gt;
* Release &amp;quot;final&amp;quot; versions of the Best Practices to the TEI Consortium web site&lt;br /&gt;
* Editable version of the BP document is maintained on the TEI-C wiki&lt;br /&gt;
* Write a proposal to Peter Brantley about the position of the TEI Taskforce (merging with the SIG?)&lt;br /&gt;
* Considering a print-on-demand model for updated guidelines.&lt;br /&gt;
* DLF to perhaps support conference call; support publication of best practices&lt;br /&gt;
* Michelle to generate discussion with the Levels (main issue about Level 3); Level 3 doesn't quite fit.  &lt;br /&gt;
** Appropriate for born digital conversion -- NEED TO VERIFY THIS COMMENT. REFERENCE UNCLEAR.&lt;br /&gt;
** Set up space on the wiki for discussion on the Levels ...&lt;br /&gt;
** How do the levels fit for cost model, material ... &lt;br /&gt;
** Case study of workflow -- level 1 or level 2.  Do people start at level 1 anymore?  Most probably start at level 3.&lt;br /&gt;
* DLF in Providence (another meeting there): Nov 12-14, 2008&lt;br /&gt;
* TEI Annual Meeting in London, Nov 8th.&lt;br /&gt;
&lt;br /&gt;
TEI TITE&lt;br /&gt;
* The impetus for Tite was to produce a tangible membership benefit. A keyboarding the most expensive part of working with a vendor is setting up the spec. The job of Tite to be the spec. How to come up with that spec was the job of the TEI in Libraries to point out the three specs that were used: CDL, UVA, UMich. Perry's job was to review those three specs and find the commonalities. Fall of 2006 was when Perry did that work and it was submitted to the TEI and it came into the fold. Sebastian and others made sure that it was kept up with the development of the P5.&lt;br /&gt;
* Tangible benefit membership to the TEI; bulk discount on keyboarding vendors&lt;br /&gt;
* Create a standard spec; funnel projects following that spec. to the vendor.&lt;br /&gt;
* Vendors can then be up and running much quicker following one spec&lt;br /&gt;
* Tite is based on encoding guidelines developed by: Univ Virginia, Michigan and CDL (union set)&lt;br /&gt;
* Tite is maintained by the TEI;&lt;br /&gt;
* ODD file &lt;br /&gt;
* Tite has accompanying stylesheets created by Sebastian Ratz that maps TITE to TEI P4 and P5 &lt;br /&gt;
* Mellon funded survey to understand outsourcing practices and TEI membership benefits&lt;br /&gt;
* Perry Trolard, John Unsworth, and Dan O'Donnell are on a Mellon grant to try to bring the point of Tite into being – getting a vendor discount. So we put together a survey. The goal of the survey : would you participate? If you were to participate, what kind of page number would you put into this system in a year? * Survey aimed at small to medium size e-text projects&lt;br /&gt;
* Survey is 3 weeks away from going live from the survey&lt;br /&gt;
* Concern about Tite being publicly available: We don't want to put the vendors in the position of determining who is a member. Is there any concern about non-members using the TEI Tite spec and getting the same discount without joining TEI, which was part of the approach.&lt;br /&gt;
** One option is to keep the TITE spec publicly available, but provide the style sheets for members&lt;br /&gt;
* Mich gets contacted about encoding/OCR by the state and region all the time.  They can help disseminate the survey at the state and local levels.&lt;br /&gt;
** Group vouched to spread the word in their respective locations in hopes to target small to medium institutions.&lt;br /&gt;
* TEI-C serves as aggregator – good for the vendor. One point of contact. From the TEI's point of view, it puts a lot work on the TEI. The only benefit for the vendor would then be that they're using the same spec. if each institution manages their own quality control process.  &lt;br /&gt;
** Questions about whether the TEI-C will be well equipped or would want to take on role as &amp;quot;physical&amp;quot; aggregator of content.  &lt;br /&gt;
* When the document comes back from the vendor, then you customize it to fit your project needs. Use case we were imagining was getting a Tite document back and then customizing once you get it back: completing the header and additional semantic markup.&lt;br /&gt;
* Surveying the current TEI membership is important. &lt;br /&gt;
* The Mellon grant assumes there will be adoption of Tite and that John Unsworth and Dan O'Donnell will arrive at a successful negotiation. &lt;br /&gt;
* RLG established a similar agreement with vendor [Apex] for EAD markup.  Merillee Proffitt could provide advice in this area.  &lt;br /&gt;
&lt;br /&gt;
[Side discussion about OCR and Michigan]&lt;br /&gt;
* Mass OCR digitization; track dollar amount (2 cents per page in-house, a little more outsourced) (text file that correspond to a page; dirty OCR; using prime recognition)&lt;br /&gt;
&lt;br /&gt;
* Anonymizer system for interfacing between the TEI-C and members with vendors (handling quality control, answering specific vendor questions, etc.)&lt;br /&gt;
&lt;br /&gt;
* When TITE was first announced, there was very little response from the community [Some discussion about folks not recollecting when the announcement was first posted]&lt;br /&gt;
* Paul Shaffner (follow up with Tite), Cassandra Williams (follow up) and Lisa McAulay were supposed to review Tite and share feedback via the TEI-LIB list.&lt;br /&gt;
* Syd worries that Tite is out of synch with the latest P5 release.  For example, rendition created after Tite.&lt;br /&gt;
&lt;br /&gt;
[Discussion of whether Tite should be conformant. Is it important?]&lt;br /&gt;
* Probably not. Because the documents won't remain in Tite. (Tite doesn't have to see the light of day).  We'll use a conversion when it comes back. &lt;br /&gt;
* The point is to save money -- Tite doesn't need to be conformant.  Documents will not be preserved in Tite and will be converted to a conformant TEI document.  &lt;br /&gt;
* We need to share experiences about working with vendors.&lt;br /&gt;
* Discussion of saving money with just using short elements to save keystrokes.&lt;br /&gt;
* Balancing the need to meet lots of projects' needs and still be standard enough to streamline work for a vendor.&lt;br /&gt;
* Tite can be a customization, not conformant TEI.&lt;br /&gt;
&lt;br /&gt;
* Should TITE reference Internationalization Tagset (W3C) should be included?  Syd will send info about ITS (explain).&lt;br /&gt;
&lt;br /&gt;
* Need to have the tools available for transforming Tite.  &lt;br /&gt;
&lt;br /&gt;
* We should all make sure to spread the survey request to as many as possible especially at the local/state level.&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4469</id>
		<title>Minutes from April 28, 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4469"/>
		<updated>2008-06-19T18:11:17Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:SIG:Libraries]]&lt;br /&gt;
[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
Meeting Date: Monday, April 28th, 8:30 am - 12:30 pm &lt;br /&gt;
Note taker: Lisa McAulay, 4/26/2008&lt;br /&gt;
Notes edited by: Michelle Dalmau, 6/4/2008&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
ATTENDEES&lt;br /&gt;
* Syd Bauman, (Women's Writing Project, Brown University)&lt;br /&gt;
* Glenn Worthy, (Humanities Digital Information Service (Library), Stanford University)&lt;br /&gt;
* Perry Trolard (Humanities Digital Workshop (Arts &amp;amp; Sciences), Washington University)&lt;br /&gt;
* Melanie Schlotzer, (Library, Ohio State University)&lt;br /&gt;
* Jenn Riley, (Digital Library Program, Indiana University) * Chris Powell, (University of Michigan, Digital Text Services)&lt;br /&gt;
* Michelle Dalmau (Digital Library Program, Indiana University)&lt;br /&gt;
* Matt Gibson (UVA) &lt;br /&gt;
* Perry Willett (Digital Library Publication Service, University of Michigan)  * Natasha Smith (CDLA, UNC-Chapel Hill)&lt;br /&gt;
* Elizabeth McAulay (UCLA  Library)&lt;br /&gt;
* Andrew Rouner (Library, Washington University)&lt;br /&gt;
* Kevin Hawkins (University of Michigan)&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
COMMUNICATION&lt;br /&gt;
* TEI-LIB&lt;br /&gt;
* TEI-C Wiki&lt;br /&gt;
* Conference calls?&lt;br /&gt;
* Possible Fall meeting at DLF Fall Forum 2008 in Providence, November 2008&lt;br /&gt;
* SIG Meetings at TEI Members' Meeting in November 2008&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
ACTION ITEMS&lt;br /&gt;
* Update the Best Practices Guidelines to reflect P5 (to be assigned via working groups)&lt;br /&gt;
** Ensure all levels are P5 compliant; where examples exist update them to reflect that compliance; where examples do not exist, supply them (volunteers for this task will be divided up according to the different levels)&lt;br /&gt;
** Flesh out the TEI Header section of the Guidelines and update to correspond to P5 (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
** Consultation on the relationship between METS and TEI (Jenn Riley)&lt;br /&gt;
* Create new wiki spaces for: (Michelle Dalmau)&lt;br /&gt;
** TEI Header and Best Practices&lt;br /&gt;
** Best Practices Levels&lt;br /&gt;
** TEI Tite&lt;br /&gt;
* Natasha to send MARC to Header mapping spreadsheet&lt;br /&gt;
* Check links to existing examples in the Best Practices; update when possible (Chris Powell)&lt;br /&gt;
* Identify/&amp;quot;massage&amp;quot; differences between P4 and P5 in light of the Best Practices&lt;br /&gt;
* Map customizations for Level 4; Create an ODD (Syd) '''[Syd, can you clarify what was meant by this?]'''&lt;br /&gt;
* Once [https://lrcreport.lis.uiuc.edu/TEITITE2008 Tite Survey] is released, attendees will disseminate survey at the local and state levels (Michelle will lead)&lt;br /&gt;
* Send information about the Internationalization Tag set -- ITS (Syd)&lt;br /&gt;
* Contact DLF for sponsorship of conference calls or another joint meeting at the Fall Forum in Providence, RI (Matt and Michelle)&lt;br /&gt;
* Create a survey to determine workflows to see how the BP levels coincide and help better define each level (Michelle)&lt;br /&gt;
* Present updated version of Guidelines to Council and TEI Board for vetting and inclusion on the TEI-C web site&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WORKING GROUPS&lt;br /&gt;
Best Practices Guidelines Working group&lt;br /&gt;
* TEI Header (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
* Level 1 (??)&lt;br /&gt;
* Level 2 (??)&lt;br /&gt;
* Level 3 (??)&lt;br /&gt;
* Level 4 (??)&lt;br /&gt;
* Level 5 (??)&lt;br /&gt;
* Assess issues with conformance&lt;br /&gt;
&lt;br /&gt;
Priorities for the Best Practices Working Group&lt;br /&gt;
* Each encoding level and the header section needs to be updated to comply with P5.  &lt;br /&gt;
* Examples either need to be updated or gathered for each level.&lt;br /&gt;
* Create an ODD for each level? '''[Do we need an ODD for each level? Or one ODD for level 4 that all other prior levels could use?]'''&lt;br /&gt;
* Note areas in workflow where METS or other standards and processes can be cited&lt;br /&gt;
* Reconsider the goals and aims of each level in light of changes in workflows, TEI Tite, etc.    &lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WELCOME/INTRODUCTIONS&lt;br /&gt;
* [Round table introductions]&lt;br /&gt;
* [Review of [http://www.tei-c.org/wiki/index.php/Invitation_and_Agenda agenda]]&lt;br /&gt;
&lt;br /&gt;
DLF BEST PRACTICES GUIDELINES&lt;br /&gt;
* DLF Best Practices Guidelines has been a work in progress since 1988&lt;br /&gt;
* Guidelines will soon be under the purview of the TEI in Libraries SIG&lt;br /&gt;
* Moved guidelines to the TEI wiki for revising/updating (http://www.tei-c.org/wiki/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices)&lt;br /&gt;
* Need to address some issues of tag abuse that arose based on case studies of early projects like Making of America&lt;br /&gt;
** The use of &amp;lt;p&amp;gt; over &amp;lt;ab&amp;gt; is problematic; but &amp;lt;ab&amp;gt; is not supported by TEI Lite.  TEI Lite can not be extended, but it can be modified.&lt;br /&gt;
* Levels designated (1-5) are part of a process; originally meant to transition from level to level.&lt;br /&gt;
* Need to provide guidance from Level 1 to METS and Level 1 to another scheme corresponding to level 2.&lt;br /&gt;
** Guidance using METS since Level 1 TEI markup is bare bones structure.&lt;br /&gt;
** Chris Powell has experience/documentation in converting Level 1 and Level 2 TEI markup to METS&lt;br /&gt;
** IU has transformed Level 3/4 markup to METS; Indiana Magazine of History serves as an example&lt;br /&gt;
** Level 1 should have 2 options: If organization plans to enhance TEI, then use TEI as the example; if organization as no plans to enhance the TEI; scrap the TEI for METS&lt;br /&gt;
** Assumption that newcomers will start at Level 1 and eventually &amp;quot;grow&amp;quot; to Level 4 encoder is probably not accurate.  Re-think levels as a &amp;quot;stepping stone&amp;quot; to the next level.  Consider cost-effectiveness of each level, especially if additional in-house work needs to occur.  &lt;br /&gt;
* TEI to METS should permeate (e.g., examples) all the levels '''[We can talk about this, but we should probably get the Guidelines up to P5 compliance first]'''&lt;br /&gt;
* Focus on P5 when updating the guidelines.  The differences between P4 and P5 are subtle up through level 3 or possibly 4.  &lt;br /&gt;
* Flesh out the TEI Header&lt;br /&gt;
* Need to revisit and update encoding examples for each level; find examples for levels when and if necessary&lt;br /&gt;
* Revisit the Levels conceptually, include Tite&lt;br /&gt;
&lt;br /&gt;
TEI HEADER&lt;br /&gt;
* DLF Best Practices and the Header; the Header documentation needs to be fleshed out and P5 compliant&lt;br /&gt;
* General discussion of the value of using the TEI Header as authoritative source especially when alternative metadata exists (e.g. MARC records for books)&lt;br /&gt;
* Develop Guidelines for a decent header and find ways to link to other metadata formats in the header as part of the Best Practices&lt;br /&gt;
* Arguments for a more complete header:&lt;br /&gt;
** only specialized data in our records&lt;br /&gt;
** makes the document more portable&lt;br /&gt;
* The header should point to authoritative or alternative metadata records; needs to be supported in the header.  Recommendation to the council.&lt;br /&gt;
* Any known examples of headers pointing to authoritative metadata?  [None reported]&lt;br /&gt;
* MONK project – something that wants to gobble up a bunch of TEI – maybe they would be uninterested if the full metadata isn't there. MONK both harvests and also receives disseminations. If it's disseminated, then we can add in full metadata.&lt;br /&gt;
* OAIS model is important; archival v. dissemination&lt;br /&gt;
* Need recommendation on &amp;quot;packaging&amp;quot; for dissemination; send it out with complete headers, current bibliographic info, etc.&lt;br /&gt;
* Need &amp;lt;otherDesc&amp;gt; or some such element in the header to point to other metadata formats &lt;br /&gt;
* &amp;lt;idno&amp;gt; to point out to other metadata formats&lt;br /&gt;
* METS wrapper -- NOT SURE WHY THIS IS LISTED HERE ... MAY REMOVE&lt;br /&gt;
* Kevin and Melanie to work on various headers; Jenn to consult on METS model&lt;br /&gt;
* Start on TEI-Lib list for continual discussion about best practices&lt;br /&gt;
* Email Natasha with wiki page link so she can attach a metadata mapping Excel spreadsheet (TEI Header and MARC)&lt;br /&gt;
&lt;br /&gt;
* Release &amp;quot;final&amp;quot; versions of the Best Practices to the TEI Consortium web site&lt;br /&gt;
* Editable version of the BP document is maintained on the TEI-C wiki&lt;br /&gt;
* Write a proposal to Peter Brantley about the position of the TEI Taskforce (merging with the SIG?)&lt;br /&gt;
* Considering a print-on-demand model for updated guidelines.&lt;br /&gt;
* DLF to perhaps support conference call; support publication of best practices&lt;br /&gt;
* Michelle to generate discussion with the Levels (main issue about Level 3); Level 3 doesn't quite fit.  &lt;br /&gt;
** Appropriate for born digital conversion -- NEED TO VERIFY THIS COMMENT. REFERENCE UNCLEAR.&lt;br /&gt;
** Set up space on the wiki for discussion on the Levels ...&lt;br /&gt;
** How do the levels fit for cost model, material ... &lt;br /&gt;
** Case study of workflow -- level 1 or level 2.  Do people start at level 1 anymore?  Most probably start at level 3.&lt;br /&gt;
* DLF in Providence (another meeting there): Nov 12-14, 2008&lt;br /&gt;
* TEI Annual Meeting in London, Nov 8th.&lt;br /&gt;
&lt;br /&gt;
TEI TITE&lt;br /&gt;
* The impetus for Tite was to produce a tangible membership benefit. A keyboarding the most expensive part of working with a vendor is setting up the spec. The job of Tite to be the spec. How to come up with that spec was the job of the TEI in Libraries to point out the three specs that were used: CDL, UVA, UMich. Perry's job was to review those three specs and find the commonalities. Fall of 2006 was when Perry did that work and it was submitted to the TEI and it came into the fold. Sebastian and others made sure that it was kept up with the development of the P5.&lt;br /&gt;
* Tangible benefit membership to the TEI; bulk discount on keyboarding vendors&lt;br /&gt;
* Create a standard spec; funnel projects following that spec. to the vendor.&lt;br /&gt;
* Vendors can then be up and running much quicker following one spec&lt;br /&gt;
* Tite is based on encoding guidelines developed by: Univ Virginia, Michigan and CDL (union set)&lt;br /&gt;
* Tite is maintained by the TEI;&lt;br /&gt;
* ODD file &lt;br /&gt;
* Tite has accompanying stylesheets created by Sebastian Ratz that maps TITE to TEI P4 and P5 &lt;br /&gt;
* Mellon funded survey to understand outsourcing practices and TEI membership benefits&lt;br /&gt;
* Perry Trolard, John Unsworth, and Dan O'Donnell are on a Mellon grant to try to bring the point of Tite into being – getting a vendor discount. So we put together a survey. The goal of the survey : would you participate? If you were to participate, what kind of page number would you put into this system in a year? * Survey aimed at small to medium size e-text projects&lt;br /&gt;
* Survey is 3 weeks away from going live from the survey&lt;br /&gt;
* Concern about Tite being publicly available: We don't want to put the vendors in the position of determining who is a member. Is there any concern about non-members using the TEI Tite spec and getting the same discount without joining TEI, which was part of the approach.&lt;br /&gt;
** One option is to keep the TITE spec publicly available, but provide the style sheets for members&lt;br /&gt;
* Mich gets contacted about encoding/OCR by the state and region all the time.  They can help disseminate the survey at the state and local levels.&lt;br /&gt;
** Group vouched to spread the word in their respective locations in hopes to target small to medium institutions.&lt;br /&gt;
* TEI-C serves as aggregator – good for the vendor. One point of contact. From the TEI's point of view, it puts a lot work on the TEI. The only benefit for the vendor would then be that they're using the same spec. if each institution manages their own quality control process.  &lt;br /&gt;
** Questions about whether the TEI-C will be well equipped or would want to take on role as &amp;quot;physical&amp;quot; aggregator of content.  &lt;br /&gt;
* When the document comes back from the vendor, then you customize it to fit your project needs. Use case we were imagining was getting a Tite document back and then customizing once you get it back: completing the header and additional semantic markup.&lt;br /&gt;
* Surveying the current TEI membership is important. &lt;br /&gt;
* The Mellon grant assumes there will be adoption of Tite and that John Unsworth and Dan O'Donnell will arrive at a successful negotiation. &lt;br /&gt;
* RLG established a similar agreement with vendor [Apex] for EAD markup.  Merillee Proffitt could provide advice in this area.  &lt;br /&gt;
&lt;br /&gt;
[Side discussion about OCR and Michigan]&lt;br /&gt;
* Mass OCR digitization; track dollar amount (2 cents per page in-house, a little more outsourced) (text file that correspond to a page; dirty OCR; using prime recognition)&lt;br /&gt;
&lt;br /&gt;
* Anonymizer system for interfacing between the TEI-C and members with vendors (handling quality control, answering specific vendor questions, etc.)&lt;br /&gt;
&lt;br /&gt;
* When TITE was first announced, there was very little response from the community [Some discussion about folks not recollecting when the announcement was first posted]&lt;br /&gt;
* Paul Shaffner (follow up with Tite), Cassandra Williams (follow up) and Lisa McAulay were supposed to review Tite and share feedback via the TEI-LIB list.&lt;br /&gt;
* Syd worries that Tite is out of synch with the latest P5 release.  For example, rendition created after Tite.&lt;br /&gt;
&lt;br /&gt;
[Discussion of whether Tite should be conformant. Is it important?]&lt;br /&gt;
* Probably not. Because the documents won't remain in Tite. (Tite doesn't have to see the light of day).  We'll use a conversion when it comes back. &lt;br /&gt;
* The point is to save money -- Tite doesn't need to be conformant.  Documents will not be preserved in Tite and will be converted to a conformant TEI document.  &lt;br /&gt;
* We need to share experiences about working with vendors.&lt;br /&gt;
* Discussion of saving money with just using short elements to save keystrokes.&lt;br /&gt;
* Balancing the need to meet lots of projects' needs and still be standard enough to streamline work for a vendor.&lt;br /&gt;
* Tite can be a customization, not conformant TEI.&lt;br /&gt;
&lt;br /&gt;
* Should TITE reference Internationalization Tagset (W3C) should be included?  Syd will send info about ITS (explain).&lt;br /&gt;
&lt;br /&gt;
* Need to have the tools available for transforming Tite.  &lt;br /&gt;
&lt;br /&gt;
* We should all make sure to spread the survey request to as many as possible especially at the local/state level.&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4468</id>
		<title>Minutes from April 28, 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4468"/>
		<updated>2008-06-19T18:10:05Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:SIG:Libraries]]&lt;br /&gt;
[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
Meeting Date: Monday, April 28th, 8:30 am - 12:30 pm &lt;br /&gt;
Note taker: Lisa McAulay, 4/26/2008&lt;br /&gt;
Notes edited by: Michelle Dalmau, 6/4/2008&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
ATTENDEES&lt;br /&gt;
* Syd Bauman, (Women's Writing Project, Brown University)&lt;br /&gt;
* Glenn Worthy, (Humanities Digital Information Service (Library), Stanford University)&lt;br /&gt;
* Perry Trolard (Humanities Digital Workshop (Arts &amp;amp; Sciences), Washington University)&lt;br /&gt;
* Melanie Schlotzer, (Library, Ohio State University)&lt;br /&gt;
* Jenn Riley, (Digital Library Program, Indiana University) * Chris Powell, (University of Michigan, Digital Text Services)&lt;br /&gt;
* Michelle Dalmau (Digital Library Program, Indiana University)&lt;br /&gt;
* Matt Gibson (UVA) &lt;br /&gt;
* Perry Willett (Digital Library Publication Service, University of Michigan)  * Natasha Smith (CDLA, UNC-Chapel Hill)&lt;br /&gt;
* Elizabeth McAulay (UCLA  Library)&lt;br /&gt;
* Andrew Rouner (Library, Washington University)&lt;br /&gt;
* Kevin Hawkins (University of Michigan)&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
COMMUNICATION&lt;br /&gt;
* TEI-LIB&lt;br /&gt;
* TEI-C Wiki&lt;br /&gt;
* Conference calls?&lt;br /&gt;
* Possible Fall meeting at DLF Fall Forum 2008 in Providence, November 2008&lt;br /&gt;
* SIG Meetings at TEI Members' Meeting in November 2008&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
ACTION ITEMS&lt;br /&gt;
* Update the Best Practices Guidelines to reflect P5 (to be assigned via working groups)&lt;br /&gt;
** Ensure all levels are P5 compliant; where examples exist update them to reflect that compliance; where examples do not exist, supply them (volunteers for this task will be divided up according to the different levels)&lt;br /&gt;
** Flesh out the TEI Header section of the Guidelines and update to correspond to P5 (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
** Consultation on the relationship between METS and TEI (Jenn Riley)&lt;br /&gt;
* Create new wiki spaces for: (Michelle Dalmau)&lt;br /&gt;
** TEI Header and Best Practices&lt;br /&gt;
** Best Practices Levels&lt;br /&gt;
** TEI Tite&lt;br /&gt;
* Natasha to send MARC to Header mapping spreadsheet&lt;br /&gt;
* Check links to existing examples in the Best Practices; update when possible (Chris Powell)&lt;br /&gt;
* Identify/&amp;quot;massage&amp;quot; differences between P4 and P5 in light of the Best Practices&lt;br /&gt;
* Map customizations for Level 4; Create an ODD (Syd) '''[Syd, can you clarify what was meant by this?]'''&lt;br /&gt;
* Once [https://lrcreport.lis.uiuc.edu/TEITITE2008 Tite Survey] is released, attendees will disseminate survey at the local and state levels (Michelle will lead)&lt;br /&gt;
* Send information about the Internationalization Tag set -- ITS (Syd)&lt;br /&gt;
* Contact DLF for sponsorship of conference calls or another joint meeting at the Fall Forum in Providence, RI (Matt and Michelle)&lt;br /&gt;
* Create a survey to determine workflows to see how the BP levels coincide and help better define each level (Michelle)&lt;br /&gt;
* Present updated version of Guidelines to Council and TEI Board for vetting and inclusion on the TEI-C web site&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WORKING GROUPS&lt;br /&gt;
Best Practices Guidelines Working group&lt;br /&gt;
* TEI Header (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
* Level 1 (??)&lt;br /&gt;
* Level 2 (??)&lt;br /&gt;
* Level 3 (??)&lt;br /&gt;
* Level 4 (??)&lt;br /&gt;
* Level 5 (??)&lt;br /&gt;
* Assess issues with conformance&lt;br /&gt;
&lt;br /&gt;
Priorities for the Best Practices Working Group&lt;br /&gt;
* Each encoding level and the header section needs to be updated to comply with P5.  &lt;br /&gt;
* Examples either need to be updated or gathered for each level.&lt;br /&gt;
* Create an ODD for each level? '''[Do we need an ODD for each level? Or one ODD for level 4 that all other prior levels could use?]'''&lt;br /&gt;
* Note areas in workflow where METS or other standards and processes can be cited&lt;br /&gt;
* Reconsider the goals and aims of each level in light of changes in workflows, TEI Tite, etc.    &lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WELCOME/INTRODUCTIONS&lt;br /&gt;
* [Round table introductions]&lt;br /&gt;
* [Review of [http://www.tei-c.org/wiki/index.php/SIG:Libraries/Invitation_and_Agenda agenda]]&lt;br /&gt;
&lt;br /&gt;
DLF BEST PRACTICES GUIDELINES&lt;br /&gt;
* DLF Best Practices Guidelines has been a work in progress since 1988&lt;br /&gt;
* Guidelines will soon be under the purview of the TEI in Libraries SIG&lt;br /&gt;
* Moved guidelines to the TEI wiki for revising/updating (http://www.tei-c.org/wiki/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices)&lt;br /&gt;
* Need to address some issues of tag abuse that arose based on case studies of early projects like Making of America&lt;br /&gt;
** The use of &amp;lt;p&amp;gt; over &amp;lt;ab&amp;gt; is problematic; but &amp;lt;ab&amp;gt; is not supported by TEI Lite.  TEI Lite can not be extended, but it can be modified.&lt;br /&gt;
* Levels designated (1-5) are part of a process; originally meant to transition from level to level.&lt;br /&gt;
* Need to provide guidance from Level 1 to METS and Level 1 to another scheme corresponding to level 2.&lt;br /&gt;
** Guidance using METS since Level 1 TEI markup is bare bones structure.&lt;br /&gt;
** Chris Powell has experience/documentation in converting Level 1 and Level 2 TEI markup to METS&lt;br /&gt;
** IU has transformed Level 3/4 markup to METS; Indiana Magazine of History serves as an example&lt;br /&gt;
** Level 1 should have 2 options: If organization plans to enhance TEI, then use TEI as the example; if organization as no plans to enhance the TEI; scrap the TEI for METS&lt;br /&gt;
** Assumption that newcomers will start at Level 1 and eventually &amp;quot;grow&amp;quot; to Level 4 encoder is probably not accurate.  Re-think levels as a &amp;quot;stepping stone&amp;quot; to the next level.  Consider cost-effectiveness of each level, especially if additional in-house work needs to occur.  &lt;br /&gt;
* TEI to METS should permeate (e.g., examples) all the levels '''[We can talk about this, but we should probably get the Guidelines up to P5 compliance first]'''&lt;br /&gt;
* Focus on P5 when updating the guidelines.  The differences between P4 and P5 are subtle up through level 3 or possibly 4.  &lt;br /&gt;
* Flesh out the TEI Header&lt;br /&gt;
* Need to revisit and update encoding examples for each level; find examples for levels when and if necessary&lt;br /&gt;
* Revisit the Levels conceptually, include Tite&lt;br /&gt;
&lt;br /&gt;
TEI HEADER&lt;br /&gt;
* DLF Best Practices and the Header; the Header documentation needs to be fleshed out and P5 compliant&lt;br /&gt;
* General discussion of the value of using the TEI Header as authoritative source especially when alternative metadata exists (e.g. MARC records for books)&lt;br /&gt;
* Develop Guidelines for a decent header and find ways to link to other metadata formats in the header as part of the Best Practices&lt;br /&gt;
* Arguments for a more complete header:&lt;br /&gt;
** only specialized data in our records&lt;br /&gt;
** makes the document more portable&lt;br /&gt;
* The header should point to authoritative or alternative metadata records; needs to be supported in the header.  Recommendation to the council.&lt;br /&gt;
* Any known examples of headers pointing to authoritative metadata?  [None reported]&lt;br /&gt;
* MONK project – something that wants to gobble up a bunch of TEI – maybe they would be uninterested if the full metadata isn't there. MONK both harvests and also receives disseminations. If it's disseminated, then we can add in full metadata.&lt;br /&gt;
* OAIS model is important; archival v. dissemination&lt;br /&gt;
* Need recommendation on &amp;quot;packaging&amp;quot; for dissemination; send it out with complete headers, current bibliographic info, etc.&lt;br /&gt;
* Need &amp;lt;otherDesc&amp;gt; or some such element in the header to point to other metadata formats &lt;br /&gt;
* &amp;lt;idno&amp;gt; to point out to other metadata formats&lt;br /&gt;
* METS wrapper -- NOT SURE WHY THIS IS LISTED HERE ... MAY REMOVE&lt;br /&gt;
* Kevin and Melanie to work on various headers; Jenn to consult on METS model&lt;br /&gt;
* Start on TEI-Lib list for continual discussion about best practices&lt;br /&gt;
* Email Natasha with wiki page link so she can attach a metadata mapping Excel spreadsheet (TEI Header and MARC)&lt;br /&gt;
&lt;br /&gt;
* Release &amp;quot;final&amp;quot; versions of the Best Practices to the TEI Consortium web site&lt;br /&gt;
* Editable version of the BP document is maintained on the TEI-C wiki&lt;br /&gt;
* Write a proposal to Peter Brantley about the position of the TEI Taskforce (merging with the SIG?)&lt;br /&gt;
* Considering a print-on-demand model for updated guidelines.&lt;br /&gt;
* DLF to perhaps support conference call; support publication of best practices&lt;br /&gt;
* Michelle to generate discussion with the Levels (main issue about Level 3); Level 3 doesn't quite fit.  &lt;br /&gt;
** Appropriate for born digital conversion -- NEED TO VERIFY THIS COMMENT. REFERENCE UNCLEAR.&lt;br /&gt;
** Set up space on the wiki for discussion on the Levels ...&lt;br /&gt;
** How do the levels fit for cost model, material ... &lt;br /&gt;
** Case study of workflow -- level 1 or level 2.  Do people start at level 1 anymore?  Most probably start at level 3.&lt;br /&gt;
* DLF in Providence (another meeting there): Nov 12-14, 2008&lt;br /&gt;
* TEI Annual Meeting in London, Nov 8th.&lt;br /&gt;
&lt;br /&gt;
TEI TITE&lt;br /&gt;
* The impetus for Tite was to produce a tangible membership benefit. A keyboarding the most expensive part of working with a vendor is setting up the spec. The job of Tite to be the spec. How to come up with that spec was the job of the TEI in Libraries to point out the three specs that were used: CDL, UVA, UMich. Perry's job was to review those three specs and find the commonalities. Fall of 2006 was when Perry did that work and it was submitted to the TEI and it came into the fold. Sebastian and others made sure that it was kept up with the development of the P5.&lt;br /&gt;
* Tangible benefit membership to the TEI; bulk discount on keyboarding vendors&lt;br /&gt;
* Create a standard spec; funnel projects following that spec. to the vendor.&lt;br /&gt;
* Vendors can then be up and running much quicker following one spec&lt;br /&gt;
* Tite is based on encoding guidelines developed by: Univ Virginia, Michigan and CDL (union set)&lt;br /&gt;
* Tite is maintained by the TEI;&lt;br /&gt;
* ODD file &lt;br /&gt;
* Tite has accompanying stylesheets created by Sebastian Ratz that maps TITE to TEI P4 and P5 &lt;br /&gt;
* Mellon funded survey to understand outsourcing practices and TEI membership benefits&lt;br /&gt;
* Perry Trolard, John Unsworth, and Dan O'Donnell are on a Mellon grant to try to bring the point of Tite into being – getting a vendor discount. So we put together a survey. The goal of the survey : would you participate? If you were to participate, what kind of page number would you put into this system in a year? * Survey aimed at small to medium size e-text projects&lt;br /&gt;
* Survey is 3 weeks away from going live from the survey&lt;br /&gt;
* Concern about Tite being publicly available: We don't want to put the vendors in the position of determining who is a member. Is there any concern about non-members using the TEI Tite spec and getting the same discount without joining TEI, which was part of the approach.&lt;br /&gt;
** One option is to keep the TITE spec publicly available, but provide the style sheets for members&lt;br /&gt;
* Mich gets contacted about encoding/OCR by the state and region all the time.  They can help disseminate the survey at the state and local levels.&lt;br /&gt;
** Group vouched to spread the word in their respective locations in hopes to target small to medium institutions.&lt;br /&gt;
* TEI-C serves as aggregator – good for the vendor. One point of contact. From the TEI's point of view, it puts a lot work on the TEI. The only benefit for the vendor would then be that they're using the same spec. if each institution manages their own quality control process.  &lt;br /&gt;
** Questions about whether the TEI-C will be well equipped or would want to take on role as &amp;quot;physical&amp;quot; aggregator of content.  &lt;br /&gt;
* When the document comes back from the vendor, then you customize it to fit your project needs. Use case we were imagining was getting a Tite document back and then customizing once you get it back: completing the header and additional semantic markup.&lt;br /&gt;
* Surveying the current TEI membership is important. &lt;br /&gt;
* The Mellon grant assumes there will be adoption of Tite and that John Unsworth and Dan O'Donnell will arrive at a successful negotiation. &lt;br /&gt;
* RLG established a similar agreement with vendor [Apex] for EAD markup.  Merillee Proffitt could provide advice in this area.  &lt;br /&gt;
&lt;br /&gt;
[Side discussion about OCR and Michigan]&lt;br /&gt;
* Mass OCR digitization; track dollar amount (2 cents per page in-house, a little more outsourced) (text file that correspond to a page; dirty OCR; using prime recognition)&lt;br /&gt;
&lt;br /&gt;
* Anonymizer system for interfacing between the TEI-C and members with vendors (handling quality control, answering specific vendor questions, etc.)&lt;br /&gt;
&lt;br /&gt;
* When TITE was first announced, there was very little response from the community [Some discussion about folks not recollecting when the announcement was first posted]&lt;br /&gt;
* Paul Shaffner (follow up with Tite), Cassandra Williams (follow up) and Lisa McAulay were supposed to review Tite and share feedback via the TEI-LIB list.&lt;br /&gt;
* Syd worries that Tite is out of synch with the latest P5 release.  For example, rendition created after Tite.&lt;br /&gt;
&lt;br /&gt;
[Discussion of whether Tite should be conformant. Is it important?]&lt;br /&gt;
* Probably not. Because the documents won't remain in Tite. (Tite doesn't have to see the light of day).  We'll use a conversion when it comes back. &lt;br /&gt;
* The point is to save money -- Tite doesn't need to be conformant.  Documents will not be preserved in Tite and will be converted to a conformant TEI document.  &lt;br /&gt;
* We need to share experiences about working with vendors.&lt;br /&gt;
* Discussion of saving money with just using short elements to save keystrokes.&lt;br /&gt;
* Balancing the need to meet lots of projects' needs and still be standard enough to streamline work for a vendor.&lt;br /&gt;
* Tite can be a customization, not conformant TEI.&lt;br /&gt;
&lt;br /&gt;
* Should TITE reference Internationalization Tagset (W3C) should be included?  Syd will send info about ITS (explain).&lt;br /&gt;
&lt;br /&gt;
* Need to have the tools available for transforming Tite.  &lt;br /&gt;
&lt;br /&gt;
* We should all make sure to spread the survey request to as many as possible especially at the local/state level.&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4467</id>
		<title>Minutes from April 28, 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4467"/>
		<updated>2008-06-19T18:04:57Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:SIG:Libraries]]&lt;br /&gt;
[http://www.tei-c.org/wiki/index.php/SIG:Libraries TEI in Libraries: Home]&lt;br /&gt;
&lt;br /&gt;
Meeting Date: Monday, April 28th, 8:30 am - 12:30 pm &lt;br /&gt;
Note taker: Lisa McAulay, 4/26/2008&lt;br /&gt;
Notes edited by: Michelle Dalmau, 6/4/2008&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
ATTENDEES&lt;br /&gt;
* Syd Bauman, (Women's Writing Project, Brown University)&lt;br /&gt;
* Glenn Worthy, (Humanities Digital Information Service (Library), Stanford University)&lt;br /&gt;
* Perry Trolard (Humanities Digital Workshop (Arts &amp;amp; Sciences), Washington University)&lt;br /&gt;
* Melanie Schlotzer, (Library, Ohio State University)&lt;br /&gt;
* Jenn Riley, (Digital Library Program, Indiana University) * Chris Powell, (University of Michigan, Digital Text Services)&lt;br /&gt;
* Michelle Dalmau (Digital Library Program, Indiana University)&lt;br /&gt;
* Matt Gibson (UVA) &lt;br /&gt;
* Perry Willett (Digital Library Publication Service, University of Michigan)  * Natasha Smith (CDLA, UNC-Chapel Hill)&lt;br /&gt;
* Elizabeth McAulay (UCLA  Library)&lt;br /&gt;
* Andrew Rouner (Library, Washington University)&lt;br /&gt;
* Kevin Hawkins (University of Michigan)&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
COMMUNICATION&lt;br /&gt;
* TEI-LIB&lt;br /&gt;
* TEI-C Wiki&lt;br /&gt;
* Conference calls?&lt;br /&gt;
* Possible Fall meeting at DLF Fall Forum 2008 in Providence, November 2008&lt;br /&gt;
* SIG Meetings at TEI Members' Meeting in November 2008&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
ACTION ITEMS&lt;br /&gt;
* Update the Best Practices Guidelines to reflect P5 (to be assigned via working groups)&lt;br /&gt;
** Ensure all levels are P5 compliant; where examples exist update them to reflect that compliance; where examples do not exist, supply them (volunteers for this task will be divided up according to the different levels)&lt;br /&gt;
** Flesh out the TEI Header section of the Guidelines and update to correspond to P5 (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
** Consultation on the relationship between METS and TEI (Jenn Riley)&lt;br /&gt;
* Create new wiki spaces for: (Michelle Dalmau)&lt;br /&gt;
** TEI Header and Best Practices&lt;br /&gt;
** Best Practices Levels&lt;br /&gt;
** TEI Tite&lt;br /&gt;
* Natasha to send MARC to Header mapping spreadsheet&lt;br /&gt;
* Check links to existing examples in the Best Practices; update when possible (Chris Powell)&lt;br /&gt;
* Identify/&amp;quot;massage&amp;quot; differences between P4 and P5 in light of the Best Practices&lt;br /&gt;
* Map customizations for Level 4; Create an ODD (Syd) '''[Syd, can you clarify what was meant by this?]'''&lt;br /&gt;
* Once [https://lrcreport.lis.uiuc.edu/TEITITE2008 Tite Survey] is released, attendees will disseminate survey at the local and state levels (Michelle will lead)&lt;br /&gt;
* Send information about the Internationalization Tag set -- ITS (Syd)&lt;br /&gt;
* Contact DLF for sponsorship of conference calls or another joint meeting at the Fall Forum in Providence, RI (Matt and Michelle)&lt;br /&gt;
* Create a survey to determine workflows to see how the BP levels coincide and help better define each level (Michelle)&lt;br /&gt;
* Present updated version of Guidelines to Council and TEI Board for vetting and inclusion on the TEI-C web site&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WORKING GROUPS&lt;br /&gt;
Best Practices Guidelines Working group&lt;br /&gt;
* TEI Header (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
* Level 1 (??)&lt;br /&gt;
* Level 2 (??)&lt;br /&gt;
* Level 3 (??)&lt;br /&gt;
* Level 4 (??)&lt;br /&gt;
* Level 5 (??)&lt;br /&gt;
* Assess issues with conformance&lt;br /&gt;
&lt;br /&gt;
Priorities for the Best Practices Working Group&lt;br /&gt;
* Each encoding level and the header section needs to be updated to comply with P5.  &lt;br /&gt;
* Examples either need to be updated or gathered for each level.&lt;br /&gt;
* Create an ODD for each level? '''[Do we need an ODD for each level? Or one ODD for level 4 that all other prior levels could use?]'''&lt;br /&gt;
* Note areas in workflow where METS or other standards and processes can be cited&lt;br /&gt;
* Reconsider the goals and aims of each level in light of changes in workflows, TEI Tite, etc.    &lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WELCOME/INTRODUCTIONS&lt;br /&gt;
* [Round table introductions]&lt;br /&gt;
* [Review of [[agenda]]]&lt;br /&gt;
&lt;br /&gt;
DLF BEST PRACTICES GUIDELINES&lt;br /&gt;
* DLF Best Practices Guidelines has been a work in progress since 1988&lt;br /&gt;
* Guidelines will soon be under the purview of the TEI in Libraries SIG&lt;br /&gt;
* Moved guidelines to the TEI wiki for revising/updating (http://www.tei-c.org/wiki/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices)&lt;br /&gt;
* Need to address some issues of tag abuse that arose based on case studies of early projects like Making of America&lt;br /&gt;
** The use of &amp;lt;p&amp;gt; over &amp;lt;ab&amp;gt; is problematic; but &amp;lt;ab&amp;gt; is not supported by TEI Lite.  TEI Lite can not be extended, but it can be modified.&lt;br /&gt;
* Levels designated (1-5) are part of a process; originally meant to transition from level to level.&lt;br /&gt;
* Need to provide guidance from Level 1 to METS and Level 1 to another scheme corresponding to level 2.&lt;br /&gt;
** Guidance using METS since Level 1 TEI markup is bare bones structure.&lt;br /&gt;
** Chris Powell has experience/documentation in converting Level 1 and Level 2 TEI markup to METS&lt;br /&gt;
** IU has transformed Level 3/4 markup to METS; Indiana Magazine of History serves as an example&lt;br /&gt;
** Level 1 should have 2 options: If organization plans to enhance TEI, then use TEI as the example; if organization as no plans to enhance the TEI; scrap the TEI for METS&lt;br /&gt;
** Assumption that newcomers will start at Level 1 and eventually &amp;quot;grow&amp;quot; to Level 4 encoder is probably not accurate.  Re-think levels as a &amp;quot;stepping stone&amp;quot; to the next level.  Consider cost-effectiveness of each level, especially if additional in-house work needs to occur.  &lt;br /&gt;
* TEI to METS should permeate (e.g., examples) all the levels '''[We can talk about this, but we should probably get the Guidelines up to P5 compliance first]'''&lt;br /&gt;
* Focus on P5 when updating the guidelines.  The differences between P4 and P5 are subtle up through level 3 or possibly 4.  &lt;br /&gt;
* Flesh out the TEI Header&lt;br /&gt;
* Need to revisit and update encoding examples for each level; find examples for levels when and if necessary&lt;br /&gt;
* Revisit the Levels conceptually, include Tite&lt;br /&gt;
&lt;br /&gt;
TEI HEADER&lt;br /&gt;
* DLF Best Practices and the Header; the Header documentation needs to be fleshed out and P5 compliant&lt;br /&gt;
* General discussion of the value of using the TEI Header as authoritative source especially when alternative metadata exists (e.g. MARC records for books)&lt;br /&gt;
* Develop Guidelines for a decent header and find ways to link to other metadata formats in the header as part of the Best Practices&lt;br /&gt;
* Arguments for a more complete header:&lt;br /&gt;
** only specialized data in our records&lt;br /&gt;
** makes the document more portable&lt;br /&gt;
* The header should point to authoritative or alternative metadata records; needs to be supported in the header.  Recommendation to the council.&lt;br /&gt;
* Any known examples of headers pointing to authoritative metadata?  [None reported]&lt;br /&gt;
* MONK project – something that wants to gobble up a bunch of TEI – maybe they would be uninterested if the full metadata isn't there. MONK both harvests and also receives disseminations. If it's disseminated, then we can add in full metadata.&lt;br /&gt;
* OAIS model is important; archival v. dissemination&lt;br /&gt;
* Need recommendation on &amp;quot;packaging&amp;quot; for dissemination; send it out with complete headers, current bibliographic info, etc.&lt;br /&gt;
* Need &amp;lt;otherDesc&amp;gt; or some such element in the header to point to other metadata formats &lt;br /&gt;
* &amp;lt;idno&amp;gt; to point out to other metadata formats&lt;br /&gt;
* METS wrapper -- NOT SURE WHY THIS IS LISTED HERE ... MAY REMOVE&lt;br /&gt;
* Kevin and Melanie to work on various headers; Jenn to consult on METS model&lt;br /&gt;
* Start on TEI-Lib list for continual discussion about best practices&lt;br /&gt;
* Email Natasha with wiki page link so she can attach a metadata mapping Excel spreadsheet (TEI Header and MARC)&lt;br /&gt;
&lt;br /&gt;
* Release &amp;quot;final&amp;quot; versions of the Best Practices to the TEI Consortium web site&lt;br /&gt;
* Editable version of the BP document is maintained on the TEI-C wiki&lt;br /&gt;
* Write a proposal to Peter Brantley about the position of the TEI Taskforce (merging with the SIG?)&lt;br /&gt;
* Considering a print-on-demand model for updated guidelines.&lt;br /&gt;
* DLF to perhaps support conference call; support publication of best practices&lt;br /&gt;
* Michelle to generate discussion with the Levels (main issue about Level 3); Level 3 doesn't quite fit.  &lt;br /&gt;
** Appropriate for born digital conversion -- NEED TO VERIFY THIS COMMENT. REFERENCE UNCLEAR.&lt;br /&gt;
** Set up space on the wiki for discussion on the Levels ...&lt;br /&gt;
** How do the levels fit for cost model, material ... &lt;br /&gt;
** Case study of workflow -- level 1 or level 2.  Do people start at level 1 anymore?  Most probably start at level 3.&lt;br /&gt;
* DLF in Providence (another meeting there): Nov 12-14, 2008&lt;br /&gt;
* TEI Annual Meeting in London, Nov 8th.&lt;br /&gt;
&lt;br /&gt;
TEI TITE&lt;br /&gt;
* The impetus for Tite was to produce a tangible membership benefit. A keyboarding the most expensive part of working with a vendor is setting up the spec. The job of Tite to be the spec. How to come up with that spec was the job of the TEI in Libraries to point out the three specs that were used: CDL, UVA, UMich. Perry's job was to review those three specs and find the commonalities. Fall of 2006 was when Perry did that work and it was submitted to the TEI and it came into the fold. Sebastian and others made sure that it was kept up with the development of the P5.&lt;br /&gt;
* Tangible benefit membership to the TEI; bulk discount on keyboarding vendors&lt;br /&gt;
* Create a standard spec; funnel projects following that spec. to the vendor.&lt;br /&gt;
* Vendors can then be up and running much quicker following one spec&lt;br /&gt;
* Tite is based on encoding guidelines developed by: Univ Virginia, Michigan and CDL (union set)&lt;br /&gt;
* Tite is maintained by the TEI;&lt;br /&gt;
* ODD file &lt;br /&gt;
* Tite has accompanying stylesheets created by Sebastian Ratz that maps TITE to TEI P4 and P5 &lt;br /&gt;
* Mellon funded survey to understand outsourcing practices and TEI membership benefits&lt;br /&gt;
* Perry Trolard, John Unsworth, and Dan O'Donnell are on a Mellon grant to try to bring the point of Tite into being – getting a vendor discount. So we put together a survey. The goal of the survey : would you participate? If you were to participate, what kind of page number would you put into this system in a year? * Survey aimed at small to medium size e-text projects&lt;br /&gt;
* Survey is 3 weeks away from going live from the survey&lt;br /&gt;
* Concern about Tite being publicly available: We don't want to put the vendors in the position of determining who is a member. Is there any concern about non-members using the TEI Tite spec and getting the same discount without joining TEI, which was part of the approach.&lt;br /&gt;
** One option is to keep the TITE spec publicly available, but provide the style sheets for members&lt;br /&gt;
* Mich gets contacted about encoding/OCR by the state and region all the time.  They can help disseminate the survey at the state and local levels.&lt;br /&gt;
** Group vouched to spread the word in their respective locations in hopes to target small to medium institutions.&lt;br /&gt;
* TEI-C serves as aggregator – good for the vendor. One point of contact. From the TEI's point of view, it puts a lot work on the TEI. The only benefit for the vendor would then be that they're using the same spec. if each institution manages their own quality control process.  &lt;br /&gt;
** Questions about whether the TEI-C will be well equipped or would want to take on role as &amp;quot;physical&amp;quot; aggregator of content.  &lt;br /&gt;
* When the document comes back from the vendor, then you customize it to fit your project needs. Use case we were imagining was getting a Tite document back and then customizing once you get it back: completing the header and additional semantic markup.&lt;br /&gt;
* Surveying the current TEI membership is important. &lt;br /&gt;
* The Mellon grant assumes there will be adoption of Tite and that John Unsworth and Dan O'Donnell will arrive at a successful negotiation. &lt;br /&gt;
* RLG established a similar agreement with vendor [Apex] for EAD markup.  Merillee Proffitt could provide advice in this area.  &lt;br /&gt;
&lt;br /&gt;
[Side discussion about OCR and Michigan]&lt;br /&gt;
* Mass OCR digitization; track dollar amount (2 cents per page in-house, a little more outsourced) (text file that correspond to a page; dirty OCR; using prime recognition)&lt;br /&gt;
&lt;br /&gt;
* Anonymizer system for interfacing between the TEI-C and members with vendors (handling quality control, answering specific vendor questions, etc.)&lt;br /&gt;
&lt;br /&gt;
* When TITE was first announced, there was very little response from the community [Some discussion about folks not recollecting when the announcement was first posted]&lt;br /&gt;
* Paul Shaffner (follow up with Tite), Cassandra Williams (follow up) and Lisa McAulay were supposed to review Tite and share feedback via the TEI-LIB list.&lt;br /&gt;
* Syd worries that Tite is out of synch with the latest P5 release.  For example, rendition created after Tite.&lt;br /&gt;
&lt;br /&gt;
[Discussion of whether Tite should be conformant. Is it important?]&lt;br /&gt;
* Probably not. Because the documents won't remain in Tite. (Tite doesn't have to see the light of day).  We'll use a conversion when it comes back. &lt;br /&gt;
* The point is to save money -- Tite doesn't need to be conformant.  Documents will not be preserved in Tite and will be converted to a conformant TEI document.  &lt;br /&gt;
* We need to share experiences about working with vendors.&lt;br /&gt;
* Discussion of saving money with just using short elements to save keystrokes.&lt;br /&gt;
* Balancing the need to meet lots of projects' needs and still be standard enough to streamline work for a vendor.&lt;br /&gt;
* Tite can be a customization, not conformant TEI.&lt;br /&gt;
&lt;br /&gt;
* Should TITE reference Internationalization Tagset (W3C) should be included?  Syd will send info about ITS (explain).&lt;br /&gt;
&lt;br /&gt;
* Need to have the tools available for transforming Tite.  &lt;br /&gt;
&lt;br /&gt;
* We should all make sure to spread the survey request to as many as possible especially at the local/state level.&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4466</id>
		<title>Minutes from April 28, 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Minutes_from_April_28,_2008&amp;diff=4466"/>
		<updated>2008-06-19T18:02:58Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: New page: Meeting Date: Monday, April 28th, 8:30 am - 12:30 pm  Note taker: Lisa McAulay, 4/26/2008 Notes edited by: Michelle Dalmau, 6/4/2008  ---------- ATTENDEES * Syd Bauman, (Women's Writing Pr...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Meeting Date: Monday, April 28th, 8:30 am - 12:30 pm &lt;br /&gt;
Note taker: Lisa McAulay, 4/26/2008&lt;br /&gt;
Notes edited by: Michelle Dalmau, 6/4/2008&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
ATTENDEES&lt;br /&gt;
* Syd Bauman, (Women's Writing Project, Brown University)&lt;br /&gt;
* Glenn Worthy, (Humanities Digital Information Service (Library), Stanford University)&lt;br /&gt;
* Perry Trolard (Humanities Digital Workshop (Arts &amp;amp; Sciences), Washington University)&lt;br /&gt;
* Melanie Schlotzer, (Library, Ohio State University)&lt;br /&gt;
* Jenn Riley, (Digital Library Program, Indiana University) * Chris Powell, (University of Michigan, Digital Text Services)&lt;br /&gt;
* Michelle Dalmau (Digital Library Program, Indiana University)&lt;br /&gt;
* Matt Gibson (UVA) &lt;br /&gt;
* Perry Willett (Digital Library Publication Service, University of Michigan)  * Natasha Smith (CDLA, UNC-Chapel Hill)&lt;br /&gt;
* Elizabeth McAulay (UCLA  Library)&lt;br /&gt;
* Andrew Rouner (Library, Washington University)&lt;br /&gt;
* Kevin Hawkins (University of Michigan)&lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
COMMUNICATION&lt;br /&gt;
* TEI-LIB&lt;br /&gt;
* TEI-C Wiki&lt;br /&gt;
* Conference calls?&lt;br /&gt;
* Possible Fall meeting at DLF Fall Forum 2008 in Providence, November 2008&lt;br /&gt;
* SIG Meetings at TEI Members' Meeting in November 2008&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
ACTION ITEMS&lt;br /&gt;
* Update the Best Practices Guidelines to reflect P5 (to be assigned via working groups)&lt;br /&gt;
** Ensure all levels are P5 compliant; where examples exist update them to reflect that compliance; where examples do not exist, supply them (volunteers for this task will be divided up according to the different levels)&lt;br /&gt;
** Flesh out the TEI Header section of the Guidelines and update to correspond to P5 (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
** Consultation on the relationship between METS and TEI (Jenn Riley)&lt;br /&gt;
* Create new wiki spaces for: (Michelle Dalmau)&lt;br /&gt;
** TEI Header and Best Practices&lt;br /&gt;
** Best Practices Levels&lt;br /&gt;
** TEI Tite&lt;br /&gt;
* Natasha to send MARC to Header mapping spreadsheet&lt;br /&gt;
* Check links to existing examples in the Best Practices; update when possible (Chris Powell)&lt;br /&gt;
* Identify/&amp;quot;massage&amp;quot; differences between P4 and P5 in light of the Best Practices&lt;br /&gt;
* Map customizations for Level 4; Create an ODD (Syd) '''[Syd, can you clarify what was meant by this?]'''&lt;br /&gt;
* Once [https://lrcreport.lis.uiuc.edu/TEITITE2008 Tite Survey] is released, attendees will disseminate survey at the local and state levels (Michelle will lead)&lt;br /&gt;
* Send information about the Internationalization Tag set -- ITS (Syd)&lt;br /&gt;
* Contact DLF for sponsorship of conference calls or another joint meeting at the Fall Forum in Providence, RI (Matt and Michelle)&lt;br /&gt;
* Create a survey to determine workflows to see how the BP levels coincide and help better define each level (Michelle)&lt;br /&gt;
* Present updated version of Guidelines to Council and TEI Board for vetting and inclusion on the TEI-C web site&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WORKING GROUPS&lt;br /&gt;
Best Practices Guidelines Working group&lt;br /&gt;
* TEI Header (Kevin Hawkins and Melanie Schlosser)&lt;br /&gt;
* Level 1 (??)&lt;br /&gt;
* Level 2 (??)&lt;br /&gt;
* Level 3 (??)&lt;br /&gt;
* Level 4 (??)&lt;br /&gt;
* Level 5 (??)&lt;br /&gt;
* Assess issues with conformance&lt;br /&gt;
&lt;br /&gt;
Priorities for the Best Practices Working Group&lt;br /&gt;
* Each encoding level and the header section needs to be updated to comply with P5.  &lt;br /&gt;
* Examples either need to be updated or gathered for each level.&lt;br /&gt;
* Create an ODD for each level? '''[Do we need an ODD for each level? Or one ODD for level 4 that all other prior levels could use?]'''&lt;br /&gt;
* Note areas in workflow where METS or other standards and processes can be cited&lt;br /&gt;
* Reconsider the goals and aims of each level in light of changes in workflows, TEI Tite, etc.    &lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
WELCOME/INTRODUCTIONS&lt;br /&gt;
* [Round table introductions]&lt;br /&gt;
* [Review of [[agenda]]]&lt;br /&gt;
&lt;br /&gt;
DLF BEST PRACTICES GUIDELINES&lt;br /&gt;
* DLF Best Practices Guidelines has been a work in progress since 1988&lt;br /&gt;
* Guidelines will soon be under the purview of the TEI in Libraries SIG&lt;br /&gt;
* Moved guidelines to the TEI wiki for revising/updating (http://www.tei-c.org/wiki/index.php/TEI_in_Libraries:_Guidelines_for_Best_Practices)&lt;br /&gt;
* Need to address some issues of tag abuse that arose based on case studies of early projects like Making of America&lt;br /&gt;
** The use of &amp;lt;p&amp;gt; over &amp;lt;ab&amp;gt; is problematic; but &amp;lt;ab&amp;gt; is not supported by TEI Lite.  TEI Lite can not be extended, but it can be modified.&lt;br /&gt;
* Levels designated (1-5) are part of a process; originally meant to transition from level to level.&lt;br /&gt;
* Need to provide guidance from Level 1 to METS and Level 1 to another scheme corresponding to level 2.&lt;br /&gt;
** Guidance using METS since Level 1 TEI markup is bare bones structure.&lt;br /&gt;
** Chris Powell has experience/documentation in converting Level 1 and Level 2 TEI markup to METS&lt;br /&gt;
** IU has transformed Level 3/4 markup to METS; Indiana Magazine of History serves as an example&lt;br /&gt;
** Level 1 should have 2 options: If organization plans to enhance TEI, then use TEI as the example; if organization as no plans to enhance the TEI; scrap the TEI for METS&lt;br /&gt;
** Assumption that newcomers will start at Level 1 and eventually &amp;quot;grow&amp;quot; to Level 4 encoder is probably not accurate.  Re-think levels as a &amp;quot;stepping stone&amp;quot; to the next level.  Consider cost-effectiveness of each level, especially if additional in-house work needs to occur.  &lt;br /&gt;
* TEI to METS should permeate (e.g., examples) all the levels '''[We can talk about this, but we should probably get the Guidelines up to P5 compliance first]'''&lt;br /&gt;
* Focus on P5 when updating the guidelines.  The differences between P4 and P5 are subtle up through level 3 or possibly 4.  &lt;br /&gt;
* Flesh out the TEI Header&lt;br /&gt;
* Need to revisit and update encoding examples for each level; find examples for levels when and if necessary&lt;br /&gt;
* Revisit the Levels conceptually, include Tite&lt;br /&gt;
&lt;br /&gt;
TEI HEADER&lt;br /&gt;
* DLF Best Practices and the Header; the Header documentation needs to be fleshed out and P5 compliant&lt;br /&gt;
* General discussion of the value of using the TEI Header as authoritative source especially when alternative metadata exists (e.g. MARC records for books)&lt;br /&gt;
* Develop Guidelines for a decent header and find ways to link to other metadata formats in the header as part of the Best Practices&lt;br /&gt;
* Arguments for a more complete header:&lt;br /&gt;
** only specialized data in our records&lt;br /&gt;
** makes the document more portable&lt;br /&gt;
* The header should point to authoritative or alternative metadata records; needs to be supported in the header.  Recommendation to the council.&lt;br /&gt;
* Any known examples of headers pointing to authoritative metadata?  [None reported]&lt;br /&gt;
* MONK project – something that wants to gobble up a bunch of TEI – maybe they would be uninterested if the full metadata isn't there. MONK both harvests and also receives disseminations. If it's disseminated, then we can add in full metadata.&lt;br /&gt;
* OAIS model is important; archival v. dissemination&lt;br /&gt;
* Need recommendation on &amp;quot;packaging&amp;quot; for dissemination; send it out with complete headers, current bibliographic info, etc.&lt;br /&gt;
* Need &amp;lt;otherDesc&amp;gt; or some such element in the header to point to other metadata formats &lt;br /&gt;
* &amp;lt;idno&amp;gt; to point out to other metadata formats&lt;br /&gt;
* METS wrapper -- NOT SURE WHY THIS IS LISTED HERE ... MAY REMOVE&lt;br /&gt;
* Kevin and Melanie to work on various headers; Jenn to consult on METS model&lt;br /&gt;
* Start on TEI-Lib list for continual discussion about best practices&lt;br /&gt;
* Email Natasha with wiki page link so she can attach a metadata mapping Excel spreadsheet (TEI Header and MARC)&lt;br /&gt;
-------&lt;br /&gt;
* Release &amp;quot;final&amp;quot; versions of the Best Practices to the TEI Consortium web site&lt;br /&gt;
* Editable version of the BP document is maintained on the TEI-C wiki&lt;br /&gt;
* Write a proposal to Peter Brantley about the position of the TEI Taskforce (merging with the SIG?)&lt;br /&gt;
* Considering a print-on-demand model for updated guidelines.&lt;br /&gt;
* DLF to perhaps support conference call; support publication of best practices&lt;br /&gt;
* Michelle to generate discussion with the Levels (main issue about Level 3); Level 3 doesn't quite fit.  &lt;br /&gt;
** Appropriate for born digital conversion -- NEED TO VERIFY THIS COMMENT. REFERENCE UNCLEAR.&lt;br /&gt;
** Set up space on the wiki for discussion on the Levels ...&lt;br /&gt;
** How do the levels fit for cost model, material ... &lt;br /&gt;
** Case study of workflow -- level 1 or level 2.  Do people start at level 1 anymore?  Most probably start at level 3.&lt;br /&gt;
* DLF in Providence (another meeting there): Nov 12-14, 2008&lt;br /&gt;
* TEI Annual Meeting in London, Nov 8th.&lt;br /&gt;
&lt;br /&gt;
TEI TITE&lt;br /&gt;
* The impetus for Tite was to produce a tangible membership benefit. A keyboarding the most expensive part of working with a vendor is setting up the spec. The job of Tite to be the spec. How to come up with that spec was the job of the TEI in Libraries to point out the three specs that were used: CDL, UVA, UMich. Perry's job was to review those three specs and find the commonalities. Fall of 2006 was when Perry did that work and it was submitted to the TEI and it came into the fold. Sebastian and others made sure that it was kept up with the development of the P5.&lt;br /&gt;
* Tangible benefit membership to the TEI; bulk discount on keyboarding vendors&lt;br /&gt;
* Create a standard spec; funnel projects following that spec. to the vendor.&lt;br /&gt;
* Vendors can then be up and running much quicker following one spec&lt;br /&gt;
* Tite is based on encoding guidelines developed by: Univ Virginia, Michigan and CDL (union set)&lt;br /&gt;
* Tite is maintained by the TEI;&lt;br /&gt;
* ODD file &lt;br /&gt;
* Tite has accompanying stylesheets created by Sebastian Ratz that maps TITE to TEI P4 and P5 &lt;br /&gt;
* Mellon funded survey to understand outsourcing practices and TEI membership benefits&lt;br /&gt;
* Perry Trolard, John Unsworth, and Dan O'Donnell are on a Mellon grant to try to bring the point of Tite into being – getting a vendor discount. So we put together a survey. The goal of the survey : would you participate? If you were to participate, what kind of page number would you put into this system in a year? * Survey aimed at small to medium size e-text projects&lt;br /&gt;
* Survey is 3 weeks away from going live from the survey&lt;br /&gt;
* Concern about Tite being publicly available: We don't want to put the vendors in the position of determining who is a member. Is there any concern about non-members using the TEI Tite spec and getting the same discount without joining TEI, which was part of the approach.&lt;br /&gt;
** One option is to keep the TITE spec publicly available, but provide the style sheets for members&lt;br /&gt;
* Mich gets contacted about encoding/OCR by the state and region all the time.  They can help disseminate the survey at the state and local levels.&lt;br /&gt;
** Group vouched to spread the word in their respective locations in hopes to target small to medium institutions.&lt;br /&gt;
* TEI-C serves as aggregator – good for the vendor. One point of contact. From the TEI's point of view, it puts a lot work on the TEI. The only benefit for the vendor would then be that they're using the same spec. if each institution manages their own quality control process.  &lt;br /&gt;
** Questions about whether the TEI-C will be well equipped or would want to take on role as &amp;quot;physical&amp;quot; aggregator of content.  &lt;br /&gt;
* When the document comes back from the vendor, then you customize it to fit your project needs. Use case we were imagining was getting a Tite document back and then customizing once you get it back: completing the header and additional semantic markup.&lt;br /&gt;
* Surveying the current TEI membership is important. &lt;br /&gt;
* The Mellon grant assumes there will be adoption of Tite and that John Unsworth and Dan O'Donnell will arrive at a successful negotiation. &lt;br /&gt;
* RLG established a similar agreement with vendor [Apex] for EAD markup.  Merillee Proffitt could provide advice in this area.  &lt;br /&gt;
&lt;br /&gt;
[Side discussion about OCR and Michigan]&lt;br /&gt;
* Mass OCR digitization; track dollar amount (2 cents per page in-house, a little more outsourced) (text file that correspond to a page; dirty OCR; using prime recognition)&lt;br /&gt;
&lt;br /&gt;
* Anonymizer system for interfacing between the TEI-C and members with vendors (handling quality control, answering specific vendor questions, etc.)&lt;br /&gt;
&lt;br /&gt;
* When TITE was first announced, there was very little response from the community [Some discussion about folks not recollecting when the announcement was first posted]&lt;br /&gt;
* Paul Shaffner (follow up with Tite), Cassandra Williams (follow up) and Lisa McAulay were supposed to review Tite and share feedback via the TEI-LIB list.&lt;br /&gt;
* Syd worries that Tite is out of synch with the latest P5 release.  For example, rendition created after Tite.&lt;br /&gt;
&lt;br /&gt;
[Discussion of whether Tite should be conformant. Is it important?]&lt;br /&gt;
* Probably not. Because the documents won't remain in Tite. (Tite doesn't have to see the light of day).  We'll use a conversion when it comes back. &lt;br /&gt;
* The point is to save money -- Tite doesn't need to be conformant.  Documents will not be preserved in Tite and will be converted to a conformant TEI document.  &lt;br /&gt;
* We need to share experiences about working with vendors.&lt;br /&gt;
* Discussion of saving money with just using short elements to save keystrokes.&lt;br /&gt;
* Balancing the need to meet lots of projects' needs and still be standard enough to streamline work for a vendor.&lt;br /&gt;
* Tite can be a customization, not conformant TEI.&lt;br /&gt;
&lt;br /&gt;
* Should TITE reference Internationalization Tagset (W3C) should be included?  Syd will send info about ITS (explain).&lt;br /&gt;
&lt;br /&gt;
* Need to have the tools available for transforming Tite.  &lt;br /&gt;
&lt;br /&gt;
* We should all make sure to spread the survey request to as many as possible especially at the local/state level.&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Libraries&amp;diff=4465</id>
		<title>SIG:Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Libraries&amp;diff=4465"/>
		<updated>2008-06-19T17:46:55Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* Meetings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Convenors: Perry Willett and Michelle Dalmau (2007)&lt;br /&gt;
&lt;br /&gt;
The goal of the TEI Special Interest Group on Libraries is to discuss topics regarding the use of TEI in libraries, including the creation of guidelines and best practices that encourage the consistent and predictable encoding of TEI documents. Greater consistency and predictability will facilitate the interchange of documents, interoperability of systems, and the creation of standard tools for libraries to use in the creation and publication of TEI documents. &lt;br /&gt;
&lt;br /&gt;
It will do this by:&lt;br /&gt;
* Updating and improving the current TEI Text Encoding in Libraries: Guidelines for Best Practices, available at http://www.diglib.org/standards/tei.htm.&lt;br /&gt;
* Creation of standard XSL style sheets for use.&lt;br /&gt;
* Exploring the use of other metadata standards commonly in use in libraries, such as METS, MODS, EAD, MARC, in conjunction with TEI documents&lt;br /&gt;
* Guides to implementing TEI collections that follow the best practices guidelines, using open source digital library software such as Greenstone.&lt;br /&gt;
* Other items as they occur to us.&lt;br /&gt;
&lt;br /&gt;
(from [http://www.tei-c.org/Activities/SIG/Libraries/index.xml TEI in Libraries SIG web page])&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
* TEI in Libraries Joint Meeting with DLF and SIG, April 28, 2008&lt;br /&gt;
** [[Registration]]&lt;br /&gt;
** [[Invitation and Agenda]]&lt;br /&gt;
** [[Minutes from April 28, 2008]]&lt;br /&gt;
* TEI Members' Meeting, Libraires SIG, November 3, 2007&lt;br /&gt;
** [[Agenda for November 3, 2007]]&lt;br /&gt;
** [[Minutes from November 3, 2007]]&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
* [[TEI in Libraries: Guidelines for Best Practices]] (Currently a DLF Working Group Effort)&lt;br /&gt;
** [[Syd Bauman's comments on Guidelines]] (from Mar. 22 2006)&lt;br /&gt;
**  [[TEI Header]] (Work in progress)&lt;br /&gt;
**  [[Review of Levels for Best Practices]]&lt;br /&gt;
* [[TEI Tite]] (Issues under investigation)&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Libraries]]&lt;br /&gt;
[[Category:SIG:Libraries|!]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=User_talk:Drsweeg&amp;diff=4464</id>
		<title>User talk:Drsweeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=User_talk:Drsweeg&amp;diff=4464"/>
		<updated>2008-06-19T17:45:27Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: /* :Image:Comments on guidelines document.eml.txt */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [[:Image:Comments on guidelines document.eml.txt]] ==&lt;br /&gt;
&lt;br /&gt;
Hello -- is it ok if I delete the file now that you've pasted it into [[Syd Bauman's comments on Guidelines]]? Or should I rather leave it be for now? Thanks, [[User:Piotr Banski|Piotr]] 20:06, 29 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
Piotr, certainly, that is fine. sorry not to get back to you until now.&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Libraries&amp;diff=4416</id>
		<title>SIG:Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Libraries&amp;diff=4416"/>
		<updated>2008-04-29T17:03:49Z</updated>

		<summary type="html">&lt;p&gt;Drsweeg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Convenors: Perry Willett and Michelle Dalmau (2007)&lt;br /&gt;
&lt;br /&gt;
The goal of the TEI Special Interest Group on Libraries is to discuss topics regarding the use of TEI in libraries, including the creation of guidelines and best practices that encourage the consistent and predictable encoding of TEI documents. Greater consistency and predictability will facilitate the interchange of documents, interoperability of systems, and the creation of standard tools for libraries to use in the creation and publication of TEI documents. &lt;br /&gt;
&lt;br /&gt;
It will do this by:&lt;br /&gt;
* Updating and improving the current TEI Text Encoding in Libraries: Guidelines for Best Practices, available at http://www.diglib.org/standards/tei.htm.&lt;br /&gt;
* Creation of standard XSL style sheets for use.&lt;br /&gt;
* Exploring the use of other metadata standards commonly in use in libraries, such as METS, MODS, EAD, MARC, in conjunction with TEI documents&lt;br /&gt;
* Guides to implementing TEI collections that follow the best practices guidelines, using open source digital library software such as Greenstone.&lt;br /&gt;
* Other items as they occur to us.&lt;br /&gt;
&lt;br /&gt;
(from [http://www.tei-c.org/Activities/SIG/Libraries/index.xml TEI in Libraries SIG web page])&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
* TEI in Libraries Joint Meeting with DLF and SIG, April 28, 2008&lt;br /&gt;
** [[Registration]]&lt;br /&gt;
** [[Invitation and Agenda]]&lt;br /&gt;
* TEI Members' Meeting, Libraires SIG, November 3, 2007&lt;br /&gt;
** [[Agenda for November 3, 2007]]&lt;br /&gt;
** [[Minutes from November 3, 2007]]&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
* [[TEI in Libraries: Guidelines for Best Practices]] (Currently a DLF Working Group Effort)&lt;br /&gt;
** [[Syd Bauman's comments on Guidelines]] (from Mar. 22 2006)&lt;br /&gt;
**  [[TEI Header]] (Work in progress)&lt;br /&gt;
**  [[Review of Levels for Best Practices]]&lt;br /&gt;
* [[TEI Tite]] (Issues under investigation)&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Libraries]]&lt;br /&gt;
[[Category:SIG:Libraries|!]]&lt;/div&gt;</summary>
		<author><name>Drsweeg</name></author>
		
	</entry>
</feed>