Digital Mitford ODD for Project Edition Files

Table of contents

1. Elements

1.1. <TEI>

<TEI> (TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resource class. Multiple <TEI> elements may be combined within a <TEI> (or <teiCorpus>) element. [4. Default Text Structure 15.1. Varieties of Composite Text]
Module textstructure
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
version specifies the version number of the TEI Guidelines against which this document is valid.
Status Optional
Datatype teidata.version
Note

Major editions of the Guidelines have long been informally referred to by a name made up of the letter P (for Proposal) followed by a digit. The current release is one of the many releases of the fifth major edition of the Guidelines, known as P5. This attribute may be used to associate a TEI document with a specific release of the P5 Guidelines, in the absence of a more precise association provided by the source attribute on the associated <schemaSpec>.

Member of
Contained by
core: teiCorpus
textstructure: TEI
May contain
header: teiHeader
linking: standOff
textstructure: TEI text
Note

This element is required. It is customary to specify the TEI namespace http://www.tei-c.org/ns/1.0 on it, for example: <TEI version="4.4.0" xml:lang="it" xmlns="http://www.tei-c.org/ns/1.0">.

Example
<TEI version="3.3.0" xmlns="http://www.tei-c.org/ns/1.0">  <teiHeader>   <fileDesc>    <titleStmt>     <title>The shortest TEI Document Imaginable</title>    </titleStmt>    <publicationStmt>     <p>First published as part of TEI P2, this is the P5          version using a namespace.</p>    </publicationStmt>    <sourceDesc>     <p>No source: this is an original work.</p>    </sourceDesc>   </fileDesc>  </teiHeader>  <text>   <body>    <p>This is about the shortest TEI document imaginable.</p>   </body>  </text> </TEI>
Example
<TEI version="2.9.1" xmlns="http://www.tei-c.org/ns/1.0">  <teiHeader>   <fileDesc>    <titleStmt>     <title>A TEI Document containing four page images </title>    </titleStmt>    <publicationStmt>     <p>Unpublished demonstration file.</p>    </publicationStmt>    <sourceDesc>     <p>No source: this is an original work.</p>    </sourceDesc>   </fileDesc>  </teiHeader>  <facsimile>   <graphic url="page1.png"/>   <graphic url="page2.png"/>   <graphic url="page3.png"/>   <graphic url="page4.png"/>  </facsimile> </TEI>
Schematron
<sch:ns prefix="tei"  uri="http://www.tei-c.org/ns/1.0"/> <sch:ns prefix="xs"  uri="http://www.w3.org/2001/XMLSchema"/>
Schematron
<sch:ns prefix="rng"  uri="http://relaxng.org/ns/structure/1.0"/>
Content model
<content>
 <sequence>
  <elementRef key="teiHeader"/>
  <alternate>
   <sequence>
    <classRef key="model.resource"
     minOccurs="1" maxOccurs="unbounded"/>
    <elementRef key="TEI" minOccurs="0"
     maxOccurs="unbounded"/>
   </sequence>
   <elementRef key="TEI" minOccurs="1"
    maxOccurs="unbounded"/>
  </alternate>
 </sequence>
</content>
    
Schema Declaration
element TEI
{
   teiatt.global.attributes,
   teiatt.typed.attributes,
   attribute version { text }?,
   ( teiteiHeader, ( ( teimodel.resource+, teiTEI* ) | teiTEI+ ) )
}

1.2. <ab>

<ab> (anonymous block) contains any arbitrary component-level unit of text, acting as an anonymous container for phrase or inter level elements analogous to, but without the semantic baggage of, a paragraph. [16.3. Blocks, Segments, and Anchors]
Module linking
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declaring (@decls) att.fragmentable (@part) att.written (@hand)
Member of
Contained by
May contain
Note

The <ab> element may be used at the encoder's discretion to mark any component-level elements in a text for which no other more specific appropriate markup is defined.

Example
<div type="bookn="Genesis">  <div type="chaptern="1">   <ab>In the beginning God created the heaven and the earth.</ab>   <ab>And the earth was without form, and void; and      darkness was upon the face of the deep. And the      spirit of God moved upon the face of the waters.</ab>   <ab>And God said, Let there be light: and there was light.</ab> <!-- ...-->  </div> </div>
Schematron
<sch:report test=" (ancestor::tei:p or ancestor::tei:ab) and not( ancestor::tei:floatingText |parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure )"> Abstract model violation: ab may not occur inside paragraphs or other ab elements. </sch:report>
Schematron
<sch:report test=" (ancestor::tei:l or ancestor::tei:lg) and not( ancestor::tei:floatingText |parent::tei:figure |parent::tei:note )"> Abstract model violation: Lines may not contain higher-level divisions such as p or ab, unless ab is a child of figure or note, or is a descendant of floatingText. </sch:report>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
    
Schema Declaration
element ab
{
   teiatt.global.attributes,
   teiatt.typed.attributes,
   teiatt.declaring.attributes,
   teiatt.fragmentable.attributes,
   teiatt.written.attributes,
   teimacro.paraContent
}

1.3. <abbr>

<abbr> (abbreviation) contains an abbreviation of any sort. [3.6.5. Abbreviations and Their Expansions]
Module core
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (type, @subtype)
type (type) allows the encoder to classify the abbreviation according to some convenient typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Sample values include:
suspension
(suspension) the abbreviation provides the first letter(s) of the word or phrase, omitting the remainder.
contraction
(contraction) the abbreviation omits some letter(s) in the middle.
brevigraph
the abbreviation comprises a special symbol or mark.
superscription
(superscription) the abbreviation includes writing above the line.
acronym
(acronym) the abbreviation comprises the initial letters of the words of a phrase.
title
(title) the abbreviation is for a title of address (Dr, Ms, Mr, …)
organization
(organization) the abbreviation is for the name of an organization.
geographic
(geographic) the abbreviation is for a geographic name.
Note

The type attribute is provided for the sake of those who wish to classify abbreviations at their point of occurrence; this may be useful in some circumstances, though usually the same abbreviation will have the same type in all occurrences. As the sample values make clear, abbreviations may be classified by the method used to construct them, the method of writing them, or the referent of the term abbreviated; the typology used is up to the encoder and should be carefully planned to meet the needs of the expected use. For a typology of Middle English abbreviations, see 6.2.

Member of
Contained by
analysis: cl pc phr s span w
figures: cell figDesc
linking: ab seg
May contain
Note

If abbreviations are expanded silently, this practice should be documented in the <editorialDecl>, either with a <normalization> element or a <p>.

Example
<choice>  <expan>North Atlantic Treaty Organization</expan>  <abbr cert="low">NorATO</abbr>  <abbr cert="high">NATO</abbr>  <abbr cert="highxml:lang="fr">OTAN</abbr> </choice>
Example
<choice>  <abbr>SPQR</abbr>  <expan>senatus populusque romanorum</expan> </choice>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration
element abbr
{
   teiatt.global.attributes,
   teiatt.typed.attribute.subtype,
   attribute type { text }?,
   teimacro.phraseSeq
}

1.4. <abstract>

<abstract> contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. Abstracts]
Module header
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
header: profileDesc
May contain
core: list p
figures: table
linking: ab
textcrit: listApp listWit
Note

This element is intended only for cases where no abstract is available in the original source. Any abstract already present in the source document should be encoded as a <div> within the <front>, as it should for a born-digital document.

Example
<profileDesc>  <abstract resp="#LB">   <p>Good database design involves the acquisition and deployment of      skills which have a wider relevance to the educational process. From      a set of more or less instinctive rules of thumb a formal discipline      or "methodology" of database design has evolved. Applying that      methodology can be of great benefit to a very wide range of academic      subjects: it requires fundamental skills of abstraction and      generalisation and it provides a simple mechanism whereby complex      ideas and information structures can be represented and manipulated,      even without the use of a computer. </p>  </abstract> </profileDesc>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">
  <classRef key="model.pLike"/>
  <classRef key="model.listLike"/>
 </alternate>
</content>
    
Schema Declaration
element abstract
{
   teiatt.global.attributes,
   ( teimodel.pLike | teimodel.listLike )+
}

1.5. <accMat>

<accMat> (accompanying material) contains details of any significant additional material which may be closely associated with the manuscript or object being described, such as non-contemporaneous documents or fragments bound in with it at some earlier historical period. [10.7.3.3. Accompanying Material]
Module msdescription
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
Member of
Contained by
msdescription: physDesc
May contain
Example
<accMat>A copy of a tax form from 1947 is included in the envelope with the letter. It is not catalogued separately.</accMat>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
    
Schema Declaration
element accMat
{
   teiatt.global.attributes,
   teiatt.typed.attributes,
   teimacro.specialPara
}

1.6. <acquisition>

<acquisition> (acquisition) contains any descriptive or other information concerning the process by which a manuscript or manuscript part or other object entered the holding institution. [10.8. History]
Module msdescription
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Contained by
msdescription: history
May contain
Example
<acquisition>Left to the <name type="place">Bodleian</name> by <name type="person">Richard Rawlinson</name> in 1755. </acquisition>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
    
Schema Declaration
element acquisition
{
   teiatt.global.attributes,
   teiatt.datable.attributes,
   teimacro.specialPara
}

1.7. <actor>

<actor> contains the name of an actor appearing within a cast list. [7.1.4. Cast Lists]
Module drama
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref)
Member of
Contained by
drama: castItem
May contain
Note

This element should be used only to mark the name of the actor as given in the source. Chapter 13. Names, Dates, People, and Places discusses ways of marking the components of names, and also of associating names with biographical information about a person.

Example
<castItem>  <role>Mathias</role>  <roleDesc>the Burgomaster</roleDesc>  <actor ref="https://en.wikipedia.org/wiki/Henry_Irving">Mr. Henry Irving</actor> </castItem>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration
element actor
{
   teiatt.global.attributes,
   teiatt.canonical.attributes,
   teimacro.phraseSeq
}

1.8. <add>

<add> (addition) contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector. [3.5.3. Additions, Deletions, and Omissions]
Module core
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant)) (att.written (@hand)) att.placement (@place) att.typed (@type, @subtype) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence))
Member of
Contained by
May contain
Note

In a diplomatic edition attempting to represent an original source, the <add> element should not be used for additions to the current TEI electronic edition made by editors or encoders. In these cases, either the <corr> or <supplied> element are recommended.

In a TEI edition of a historical text with previous editorial emendations in which such additions or reconstructions are considered part of the source text, the use of <add> may be appropriate, dependent on the editorial philosophy of the project.

Example
The story I am going to relate is true as to its main facts, and as to the consequences <add place="above">of these facts</add> from which this tale takes its title.
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
    
Schema Declaration
element add
{
   teiatt.global.attributes,
   teiatt.transcriptional.attributes,
   teiatt.placement.attributes,
   teiatt.typed.attributes,
   teiatt.dimensions.attributes,
   teimacro.paraContent
}

1.9. <addName>

<addName> (additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal name. [13.2.1. Personal Names]
Module namesdates
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Member of
Contained by
analysis: cl phr s span
figures: cell figDesc
linking: ab seg
May contain
Example
<persName>  <forename>Frederick</forename>  <addName type="epithet">the Great</addName>  <roleName>Emperor of Prussia</roleName> </persName>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration
element addName
{
   teiatt.global.attributes,
   teiatt.personal.attributes,
   teiatt.typed.attributes,
   teimacro.phraseSeq
}

1.10. <addSpan>

<addSpan> (added span of text) marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also <add>). [11.3.1.4. Additions and Deletions]
Module transcr
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant)) (att.written (@hand)) att.placement (@place) att.typed (@type, @subtype) att.spanning (@spanTo) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence))
Member of
Contained by
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
textcrit: rdg wit witDetail
May contain Empty element
Note

Both the beginning and the end of the added material must be marked; the beginning by the <addSpan> element itself, the end by the spanTo attribute.

Example
<handNote xml:id="HEOL"  scribe="HelgiÓlafsson"/> <!-- ... --> <body>  <div> <!-- text here -->  </div>  <addSpan n="added_gatheringhand="#HEOL"   spanTo="#P025"/>  <div> <!-- text of first added poem here -->  </div>  <div> <!-- text of second added poem here -->  </div>  <div> <!-- text of third added poem here -->  </div>  <div> <!-- text of fourth added poem here -->  </div>  <anchor xml:id="P025"/>  <div> <!-- more text here -->  </div> </body>
Schematron
<sch:assert test="@spanTo">The @spanTo attribute of <sch:name/> is required.</sch:assert>
Schematron
<sch:assert test="@spanTo">L'attribut spanTo est requis.</sch:assert>
Content model
<content>
 <empty/>
</content>
    
Schema Declaration
element addSpan
{
   teiatt.global.attributes,
   teiatt.transcriptional.attributes,
   teiatt.placement.attributes,
   teiatt.typed.attributes,
   teiatt.spanning.attributes,
   teiatt.dimensions.attributes,
   empty
}

1.11. <additional>

<additional> (additional) groups additional information, combining bibliographic information about a manuscript or other object, or surrogate copies of it, with curatorial or administrative information. [10.9. Additional Information]
Module msdescription
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
msdescription: msDesc msFrag msPart
namesdates: object
May contain
core: listBibl
msdescription: adminInfo surrogates
Example
<additional>  <adminInfo>   <recordHist>    <p> <!-- record history here -->    </p>   </recordHist>   <custodialHist>    <p> <!-- custodial history here -->    </p>   </custodialHist>  </adminInfo>  <surrogates>   <p> <!-- information about surrogates here -->   </p>  </surrogates>  <listBibl>   <bibl> <!-- ... -->   </bibl> <!-- full bibliography here -->  </listBibl> </additional>
Content model
<content>
 <sequence>
  <elementRef key="adminInfo" minOccurs="0"/>
  <elementRef key="surrogates"
   minOccurs="0"/>
  <elementRef key="listBibl" minOccurs="0"/>
 </sequence>
</content>
    
Schema Declaration
element additional
{
   teiatt.global.attributes,
   ( teiadminInfo?, teisurrogates?, teilistBibl? )
}

1.12. <additions>

<additions> (additions) contains a description of any significant additions found within a manuscript or other object, such as marginalia or other annotations. [10.7.2. Writing, Decoration, and Other Notations]
Module msdescription
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
msdescription: physDesc
May contain
Example
<additions>  <p>There are several marginalia in this manuscript. Some consist of    single characters and others are figurative. On 8v is to be found a drawing of    a mans head wearing a hat. At times sentences occurs: On 5v:  <q xml:lang="is">Her er skrif andres isslendin</q>,    on 19r: <q xml:lang="is">þeim go</q>,    on 21r: <q xml:lang="is">amen med aund ok munn halla rei knar hofud summu all huad      batar þad mælgi ok mal</q>,    On 21v: some runic letters and the sentence <q xml:lang="la">aue maria gracia plena dominus</q>.</p> </additions>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
    
Schema Declaration
element additions { teiatt.global.attributes, teimacro.specialPara }

1.13. <addrLine>

<addrLine> (address line) contains one line of a postal address. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Module core
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
core: address
May contain
Note

Addresses may be encoded either as a sequence of lines, or using any sequence of component elements from the model.addrPart class. Other non-postal forms of address, such as telephone numbers or email, should not be included within an <address> element directly but may be wrapped within an <addrLine> if they form part of the printed address in some source text.

Example
<address>  <addrLine>Computing Center, MC 135</addrLine>  <addrLine>P.O. Box 6998</addrLine>  <addrLine>Chicago, IL</addrLine>  <addrLine>60680 USA</addrLine> </address>
Example
<addrLine>  <ref target="tel:+1-201-555-0123">(201) 555 0123</ref> </addrLine>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration
element addrLine { teiatt.global.attributes, teimacro.phraseSeq }

1.14. <address>

<address> (address) contains a postal address, for example of a publisher, an organization, or an individual. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Module core
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
analysis: cl phr s span
figures: cell figDesc
linking: ab seg
May contain
Note

This element should be used for postal addresses only. Within it, the generic element <addrLine> may be used as an alternative to any of the more specialized elements available from the model.addrPart class, such as <street>, <postCode> etc.

Example Using just the elements defined by the core module, an address could be represented as follows:
<address>  <street>via Marsala 24</street>  <postCode>40126</postCode>  <name>Bologna</name>  <name>Italy</name> </address>
Example When a schema includes the names and dates module more specific elements such as country or settlement would be preferable over generic <name>:
<address>  <street>via Marsala 24</street>  <postCode>40126</postCode>  <settlement>Bologna</settlement>  <country>Italy</country> </address>
Example
<address>  <addrLine>Computing Center, MC 135</addrLine>  <addrLine>P.O. Box 6998</addrLine>  <addrLine>Chicago, IL 60680</addrLine>  <addrLine>USA</addrLine> </address>
Example
<address>  <country key="FR"/>  <settlement type="city">Lyon</settlement>  <postCode>69002</postCode>  <district type="arrondissement">IIème</district>  <district type="quartier">Perrache</district>  <street>   <num>30</num>, Cours de Verdun</street> </address>
Content model
<content>
 <sequence>
  <classRef key="model.global"
   minOccurs="0" maxOccurs="unbounded"/>
  <sequence minOccurs="1"
   maxOccurs="unbounded">
   <classRef key="model.addrPart"/>
   <classRef key="model.global"
    minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
 </sequence>
</content>
    
Schema Declaration
element address
{
   teiatt.global.attributes,
   ( teimodel.global*, ( teimodel.addrPart, teimodel.global* )+ )
}

1.15. <adminInfo>

<adminInfo> (administrative information) contains information about the present custody and availability of the manuscript or other object, and also about the record description itself. [10.9.1. Administrative Information]
Module msdescription
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
msdescription: additional
May contain
header: availability
msdescription: custodialHist recordHist
Example
<adminInfo>  <recordHist>   <source>Record created <date>1 Aug 2004</date>   </source>  </recordHist>  <availability>   <p>Until 2015 permission to photocopy some materials from this      collection has been limited at the request of the donor. Please ask repository staff for details      if you are interested in obtaining photocopies from Series 1:      Correspondence.</p>  </availability>  <custodialHist>   <p>Collection donated to the Manuscript Library by the Estate of      Edgar Holden in 1993. Donor number: 1993-034.</p>  </custodialHist> </adminInfo>
Content model
<content>
 <sequence>
  <elementRef key="recordHist"
   minOccurs="0"/>
  <elementRef key="availability"
   minOccurs="0"/>
  <elementRef key="custodialHist"
   minOccurs="0"/>
  <classRef key="model.noteLike"
   minOccurs="0"/>
 </sequence>
</content>
    
Schema Declaration
element adminInfo
{
   teiatt.global.attributes,
   ( teirecordHist?, teiavailability?, teicustodialHist?, teimodel.noteLike? )
}

1.16. <affiliation>

<affiliation> (affiliation) contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. [15.2.2. The Participant Description]
Module namesdates
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (type, @subtype)
type characterizes the element in some sense, using any convenient classification scheme or typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Sample values include:
sponsor
recommend
discredit
pledged
Member of
Contained by
analysis: cl phr s span
figures: cell figDesc
linking: ab seg
May contain
Note

If included, the name of an organization may be tagged using either the <name> element as above, or the more specific <orgName> element.

Example
<affiliation>Junior project officer for the US <name type="org">National Endowment for    the Humanities</name> </affiliation>
Example This example indicates that the person was affiliated with the Australian Journalists Association at some point between the dates listed.
<affiliation notAfter="1960-01-01"  notBefore="1957-02-28">Paid up member of the <orgName>Australian Journalists Association</orgName> </affiliation>
Example This example indicates that the person was affiliated with Mount Holyoke College throughout the entire span of the date range listed.
<affiliation from="1902-01-01"  to="1906-01-01">Was an assistant professor at Mount Holyoke College.</affiliation>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration
element affiliation
{
   teiatt.global.attributes,
   teiatt.editLike.attributes,
   teiatt.datable.attributes,
   teiatt.naming.attributes,
   teiatt.typed.attribute.subtype,
   attribute type { text }?,
   teimacro.phraseSeq
}

1.17. <age>

<age> (age) specifies the age of a person. [13.3.2.1. Personal Characteristics]
Module namesdates
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) att.typed (type, @subtype)
type characterizes the element in some sense, using any convenient classification scheme or typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Sample values include:
western
sui
subjective
objective
inWorld
(in world) age of a fictional character at the time the story takes place, rather than at the time the story is told
chronological
biological
psychological
functional
value supplies a numeric code representing the age or age group
Status Optional
Datatype teidata.count
Note

This attribute may be used to complement a more detailed discussion of a person's age in the content of the element

Member of
Contained by
May contain
Note

As with other culturally-constructed traits such as sex, the way in which this concept is described in different cultural contexts may vary. The normalizing attributes are provided as a means of simplifying that variety to Western European norms and should not be used where that is inappropriate. The content of the element may be used to describe the intended concept in more detail, using plain text.

Example
<age value="2notAfter="1986">under 20 in the early eighties</age>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
    
Schema Declaration
element age
{
   teiatt.global.attributes,
   teiatt.editLike.attributes,
   teiatt.datable.attributes,
   teiatt.typed.attribute.subtype,
   teiatt.dimensions.attributes,
   attribute type { text }?,
   attribute value { text }?,
   teimacro.phraseSeq.limited
}

1.18. <alt>

<alt> (alternation) identifies an alternation or a set of choices among elements or passages. [16.8. Alternation]
Module linking
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.pointing (target, @targetLang, @evaluate)
target specifies the destination of the reference by supplying one or more URI References
Derived from att.pointing
Status Optional
Datatype 2–∞ occurrences of teidata.pointer separated by whitespace
mode states whether the alternations gathered in this collection are exclusive or inclusive.
Status Recommended
Datatype teidata.enumerated
Legal values are:
excl
(exclusive) indicates that the alternation is exclusive, i.e. that at most one of the alternatives occurs.
incl
(inclusive) indicates that the alternation is not exclusive, i.e. that one or more of the alternatives occur.
weights If mode is excl, each weight states the probability that the corresponding alternative occurs. If mode is incl each weight states the probability that the corresponding alternative occurs given that at least one of the other alternatives occurs.
Status Optional
Datatype 2–∞ occurrences of teidata.probability separated by whitespace
Note

If mode is excl, the sum of weights must be 1. If mode is incl, the sum of weights must be in the range from 0 to the number of alternants.

Member of
Contained by
analysis: cl m phr s span w
figures: cell figure table
textcrit: rdg wit witDetail
May contain Empty element
Example
<alt mode="excltarget="#we.fun #we.sun"  weights="0.5 0.5"/>
Content model
<content>
 <empty/>
</content>
    
Schema Declaration
element alt
{
   teiatt.global.attributes,
   teiatt.pointing.attribute.targetLang,
   teiatt.pointing.attribute.evaluate,
   teiatt.typed.attributes,
   attribute target { list { * } }?,
   attribute mode { "excl" | "incl" }?,
   attribute weights { list { * } }?,
   empty
}

1.19. <altGrp>

<altGrp> (alternation group) groups a collection of <alt> elements and possibly pointers. [16.8. Alternation]
Module linking
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing.group (@domains, @targFunc) (att.pointing (@targetLang, @target, @evaluate)) (att.typed (@type, @subtype))
mode states whether the alternations gathered in this collection are exclusive or inclusive.
Status Optional
Datatype teidata.enumerated
Legal values are:
excl
(exclusive) indicates that the alternation is exclusive, i.e. that at most one of the alternatives occurs.[Default]
incl
(inclusive) indicates that the alternation is not exclusive, i.e. that one or more of the alternatives occur.
Member of
Contained by
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg standOff
textcrit: rdg wit witDetail
May contain
core: desc ptr
linking: alt
Note

Any number of alternations, pointers or extended pointers.

Example
<altGrp mode="excl">  <alt target="#dm #lt #bb"   weights="0.5 0.25 0.25"/>  <alt target="#rl #dbweights="0.5 0.5"/> </altGrp>
Example
<altGrp mode="incl">  <alt target="#dm #rlweights="0.90 0.90"/>  <alt target="#lt #rlweights="0.5 0.5"/>  <alt target="#bb #rlweights="0.5 0.5"/>  <alt target="#dm #dbweights="0.10 0.10"/>  <alt target="#lt #dbweights="0.45 0.90"/>  <alt target="#bb #dbweights="0.45 0.90"/> </altGrp>
Content model
<content>
 <sequence>
  <classRef key="model.descLike"
   minOccurs="0" maxOccurs="unbounded"/>
  <alternate minOccurs="0"
   maxOccurs="unbounded">
   <elementRef key="alt"/>
   <elementRef key="ptr"/>
  </alternate>
 </sequence>
</content>
    
Schema Declaration
element altGrp
{
   teiatt.global.attributes,
   teiatt.pointing.group.attributes,
   attribute mode { "excl" | "incl" }?,
   ( teimodel.descLike*, ( teialt | teiptr )* )
}

1.20. <altIdentifier>

<altIdentifier> (alternative identifier) contains an alternative or former structured identifier used for a manuscript or other object, such as a former catalogue number. [10.4. The Manuscript Identifier]
Module msdescription
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Contained by
msdescription: msFrag msIdentifier
namesdates: objectIdentifier
May contain
Note

An identifying number of some kind must be supplied if known; if it is not known, this should be stated.

Example
<altIdentifier>  <settlement>San Marino</settlement>  <repository>Huntington Library</repository>  <idno>MS.El.26.C.9</idno> </altIdentifier>
Content model
<content>
 <sequence>
  <classRef key="model.placeNamePart"
   expand="sequenceOptional"/>
  <elementRef key="institution"
   minOccurs="0"/>
  <elementRef key="repository"
   minOccurs="0"/>
  <elementRef key="collection"
   minOccurs="0"/>
  <elementRef key="idno"/>
  <elementRef key="note" minOccurs="0"/>
 </sequence>
</content>
    
Schema Declaration
element altIdentifier
{
   teiatt.global.attributes,
   teiatt.typed.attributes,
   teiatt.datable.attributes,
   (
      teiplaceName?,
      teibloc?,
      teicountry?,
      teiregion?,
      teisettlement?,
      teidistrict?,
      teigeogName?,
      teiinstitution?,
      teirepository?,
      teicollection?,
      teiidno,
      teinote?
   )
}

1.21. <am>

<am> (abbreviation marker) contains a sequence of letters or signs present in an abbreviation which are omitted or replaced in the expanded form of the abbreviation. [11.3.1.2. Abbreviation and Expansion]
Module transcr
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.editLike (@evidence, @instant)
Member of
Contained by
analysis: cl pc phr s span w
figures: cell figDesc
linking: ab seg
May contain
Example
do you <abbr>Mr<am>.</am> </abbr> Jones?
Example
<choice>  <abbr>Aug<am>g</am>  </abbr>  <expan>Aug<ex>ustorum duo</ex>  </expan> </choice>
Example
<abbr>eu<am>   <g ref="#b-er"/>  </am>y</abbr> <abbr>  <am>   <g ref="#b-per"/>  </am>sone </abbr> ...
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">
  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.pPart.transcriptional"/>
 </alternate>
</content>
    
Schema Declaration
element am
{
   teiatt.global.attributes,
   teiatt.typed.attributes,
   teiatt.editLike.attributes,
   ( text | teimodel.gLike | teimodel.pPart.transcriptional )*
}

1.22. <analytic>

<analytic> (analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. [3.12.2.1. Analytic, Monographic, and Series Levels]
Module core
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
May contain
Note

May contain titles and statements of responsibility (author, editor, or other), in any order.

The <analytic> element may only occur within a <biblStruct>, where its use is mandatory for the description of an analytic level bibliographic item.

Example
<biblStruct>  <analytic>   <author>Chesnutt, David</author>   <title>Historical Editions in the States</title>  </analytic>  <monogr>   <title level="j">Computers and the Humanities</title>   <imprint>    <date when="1991-12">(December, 1991):</date>   </imprint>   <biblScope>25.6</biblScope>   <biblScope>377–380</biblScope>  </monogr> </biblStruct>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">
  <elementRef key="author"/>
  <elementRef key="editor"/>
  <elementRef key="respStmt"/>
  <elementRef key="title"/>
  <classRef key="model.ptrLike"/>
  <elementRef key="date"/>
  <elementRef key="textLang"/>
  <elementRef key="idno"/>
  <elementRef key="availability"/>
 </alternate>
</content>
    
Schema Declaration
element analytic
{
   teiatt.global.attributes,
   (
      teiauthor
    | teieditor
    | teirespStmt
    | teititle
    | teimodel.ptrLike
    | teidate
    | teitextLang
    | teiidno
    | teiavailability
   )*
}

1.23. <anchor>

<anchor> (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. [8.4.2. Synchronization and Overlap 16.5. Correspondence and Alignment]
Module linking
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
Member of
Contained by
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
textcrit: rdg wit witDetail
May contain Empty element
Note

On this element, the global xml:id attribute must be supplied to specify an identifier for the point at which this element occurs within a document. The value used may be chosen freely provided that it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence.

Example
<s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s> <s>Help me find it.<ptr target="#A234"/> </s>
Content model
<content>
 <empty/>
</content>
    
Schema Declaration
element anchor { teiatt.global.attributes, teiatt.typed.attributes, empty }

1.24. <annotation>

<annotation> represents an annotation following the Web Annotation Data Model. [16.10. The standOff Container]
Module linking
Attributes att.global (xml:id, @n, @xml:lang, @xml:base, @xml:space) att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana) att.global.facs (@facs) att.global.change (@change) att.global.responsibility (@cert, @resp) att.global.source (@source) att.pointing (target, @targetLang, @evaluate)
xml:id (identifier) provides a unique identifier for the element bearing the attribute.
Derived from att.global
Status Required
Datatype ID
target specifies the destination of the reference by supplying one or more URI References
Derived from att.pointing
Status Required
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
motivation
Status Optional
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Legal values are:
assessing
intent is to assess the target resource in some way, rather than simply make a comment about it
bookmarking
intent is to create a bookmark to the target or part thereof
classifying
intent is to classify the target in some way
commenting
intent is to comment about the target
describing
intent is to describe the target, rather than (for example) comment on it
editing
intent is to request an edit or a change to the target resource
highlighting
intent is to highlight the target resource or a segment thereof
identifying
intent is to assign an identity to the target
linking
intent is to link to a resource related to the target
moderating
intent is to assign some value or quality to the target
questioning
intent is to ask a question about the target
replying
intent is to reply to a previous statement, either an annotation or another resource
tagging
intent is to associate a tag with the target
Note

For further detailed explanation of the suggested values, see the Web Annotation Vocabulary (WAV). The motivations described here map to URIs defined by the WAV and when exported to RDF or JSON-LD must have the URI http://www.w3.org/ns/oa# prepended.

As an RDF vocabulary, WADM permits the definition of new motivations (see Appendix C of the WAV). In TEI, new motivations may be defined in a custom ODD (see section 23.3.1.3). New motivations must also map to URIs defined by an RDF ontology extending the WAV.

Member of
Contained by
May contain
Example
<annotation xml:id="ann1"  motivation="linkingtarget="#Gallia"> <!-- See https://www.w3.org/TR/annotation-model/#lifecycle-information and https://www.w3.org/TR/annotation-model/#agents -->  <respStmt xml:id="fred">   <resp>creator</resp>   <persName>Fred Editor</persName>  </respStmt>  <revisionDesc>   <change status="created"    when="2020-05-21T13:59:00Zwho="#fred"/>   <change status="modified"    when="2020-05-21T19:48:00Zwho="#fred"/>  </revisionDesc> <!-- See https://www.w3.org/TR/annotation-model/#rights-information -->  <licence target="http://creativecommons.org/licenses/by/3.0/"/> <!-- Multiple bodies --> <!-- Pointers to sections of text in the same document -->  <ptr target="#string-range(c1p1s1,0,6)"/>  <ptr target="#string-range(c1p1s6,19,7)"/> </annotation>
Example
<annotation xml:id="TheCorrectTitle"  motivation="commentingtarget="#line1">  <note>The correct title of this specification, and the correct full name of XML, is    "Extensible Markup Language". "eXtensible Markup Language" is just a spelling error.    However, the abbreviation "XML" is not only correct but, appearing as it does in the title    of the specification, an official name of the Extensible Markup Language. </note> </annotation>
Content model
<content>
 <sequence>
  <elementRef key="respStmt" minOccurs="0"
   maxOccurs="unbounded"/>
  <elementRef key="revisionDesc"
   minOccurs="0" maxOccurs="unbounded"/>
  <elementRef key="licence" minOccurs="0"
   maxOccurs="unbounded"/>
  <classRef key="model.annotationPart.body"
   minOccurs="0" maxOccurs="unbounded"/>
 </sequence>
</content>
    
Schema Declaration
element annotation
{
   teiatt.global.attribute.n,
   teiatt.global.attribute.xmllang,
   teiatt.global.attribute.xmlbase,
   teiatt.global.attribute.xmlspace,
   teiatt.global.rendition.attribute.rend,
   teiatt.global.rendition.attribute.style,
   teiatt.global.rendition.attribute.rendition,
   teiatt.global.linking.attribute.corresp,
   teiatt.global.linking.attribute.synch,
   teiatt.global.linking.attribute.sameAs,
   teiatt.global.linking.attribute.copyOf,
   teiatt.global.linking.attribute.next,
   teiatt.global.linking.attribute.prev,
   teiatt.global.linking.attribute.exclude,
   teiatt.global.linking.attribute.select,
   teiatt.global.analytic.attribute.ana,
   teiatt.global.facs.attribute.facs,
   teiatt.global.change.attribute.change,
   teiatt.global.responsibility.attribute.cert,
   teiatt.global.responsibility.attribute.resp,
   teiatt.global.source.attribute.source,
   teiatt.pointing.attribute.targetLang,
   teiatt.pointing.attribute.evaluate,
   attribute xml:id { text },
   attribute target { list { + } },
   attribute motivation
   {
      list
      {
         (
            "assessing"
          | "bookmarking"
          | "classifying"
          | "commenting"
          | "describing"
          | "editing"
          | "highlighting"
          | "identifying"
          | "linking"
          | "moderating"
          | "questioning"
          | "replying"
          | "tagging"
         )+
      }
   }?,
   (
      teirespStmt*,
      teirevisionDesc*,
      teilicence*,
      teimodel.annotationPart.body*
   )
}

1.25. <app>

<app> (apparatus entry) contains one entry in a critical apparatus, with an optional lemma and usually one or more readings or notes on the relevant passage. [12.1.1. The Apparatus Entry]
Module textcrit
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (type, @subtype)
type classifies the variation contained in this element according to some convenient typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
from identifies the beginning of the lemma in the base text.
Status Optional
Datatype teidata.pointer
Note

This attribute should be used when either the double-end point method of apparatus markup, or the location-referenced method with a URL rather than canonical reference, are used.

to identifies the endpoint of the lemma in the base text.
Status Optional
Datatype teidata.pointer
Note

This attribute is only used when the double-end point method of apparatus markup is used, when the encoded apparatus is not embedded in-line in the base-text.

loc (location) indicates the location of the variation, when the location-referenced method of apparatus markup is used.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
Note

This attribute is used only when the location-referenced encoding method is used. It supplies a string containing a canonical reference for the passage to which the variation applies.

Member of
Contained by
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
May contain
Example
<app>  <lem wit="#El #Hg">Experience</lem>  <rdg wit="#Latype="substantive">Experiment</rdg>  <rdg wit="#Ra2type="substantive">Eryment</rdg> </app>
Example
<app type="substantive">  <rdgGrp type="subvariants">   <lem wit="#El #Hg">Experience</lem>   <rdg wit="#Ha4">Experiens</rdg>  </rdgGrp>  <rdgGrp type="subvariants">   <lem wit="#Cp #Ld1">Experiment</lem>   <rdg wit="#La">Ex<g ref="#per"/>iment</rdg>  </rdgGrp>  <rdgGrp type="subvariants">   <lem resp="#ed2013">Eriment</lem>   <rdg wit="#Ra2">Eryment</rdg>  </rdgGrp> </app>
Example
<app loc="1">  <rdg resp="#SEG">TIMΩΔA</rdg> </app>
Example
<app loc="1-6">  <note>Too badly worn to yield a text</note> </app>
Example
<choice xml:id="choice3">  <reg>σύμπαντα</reg>  <orig>ΣΙΝΠΑΤΑΝ</orig> </choice> <!-- ... --> <app from="#choice3">  <note>Mommsen's fanciful normalization, reproduced here, has not been accepted by all recent editions</note> </app>
Content model
<content>
 <sequence>
  <elementRef key="lem" minOccurs="0"/>
  <alternate maxOccurs="unbounded"
   minOccurs="0">
   <classRef key="model.rdgLike"/>
   <classRef key="model.noteLike"/>
   <elementRef key="witDetail"/>
   <elementRef key="wit"/>
   <elementRef key="rdgGrp"/>
  </alternate>
 </sequence>
</content>
    
Schema Declaration
element app
{
   teiatt.global.attributes,
   teiatt.typed.attribute.subtype,
   attribute type { text }?,
   attribute from { text }?,
   attribute to { text }?,
   attribute loc { list { + } }?,
   (
      lem?,
      (
         teimodel.rdgLike
       | teimodel.noteLike
       | teiwitDetail
       | teiwit
       | teirdgGrp
      )*
   )
}

1.26. <appInfo>

<appInfo> (application information) records information about an application which has edited the TEI file. [2.3.11. The Application Information Element]
Module header
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
header: encodingDesc
May contain
header: application
Example
<appInfo>  <application version="1.24ident="Xaira">   <label>XAIRA Indexer</label>   <ptr target="#P1"/>  </application> </appInfo>
Content model
<content>
 <classRef key="model.applicationLike"
  minOccurs="1" maxOccurs="unbounded"/>
</content>
    
Schema Declaration
element appInfo { teiatt.global.attributes, teimodel.applicationLike+ }

1.27. <application>

<application> provides information about an application which has acted upon the document. [2.3.11. The Application Information Element]
Module header
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
ident supplies an identifier for the application, independent of its version number or display name.
Status Required
Datatype teidata.name
version supplies a version number for the application, independent of its identifier or display name.
Status Required
Datatype teidata.versionNumber
Member of
Contained by
header: appInfo
May contain
linking: ab
Example
<appInfo>  <application version="1.5"   ident="ImageMarkupTool1notAfter="2006-06-01">   <label>Image Markup Tool</label>   <ptr target="#P1"/>   <ptr target="#P2"/>  </application> </appInfo>
This example shows an appInfo element documenting the fact that version 1.5 of the Image Markup Tool1 application has an interest in two parts of a document which was last saved on June 6 2006. The parts concerned are accessible at the URLs given as target for the two <ptr> elements.
Content model
<content>
 <sequence>
  <classRef key="model.labelLike"
   minOccurs="1" maxOccurs="unbounded"/>
  <alternate>
   <classRef key="model.ptrLike"
    minOccurs="0" maxOccurs="unbounded"/>
   <classRef key="model.pLike"
    minOccurs="0" maxOccurs="unbounded"/>
  </alternate>
 </sequence>
</content>
    
Schema Declaration
element application
{
   teiatt.global.attributes,
   teiatt.typed.attributes,
   teiatt.datable.attributes,
   attribute ident { text },
   attribute version { text },
   ( teimodel.labelLike+, ( teimodel.ptrLike* | teimodel.pLike* ) )
}

1.28. <argument>

<argument> (argument) contains a formal list or prose description of the topics addressed by a subdivision of a text. [4.2. Elements Common to All Divisions 4.6. Title Pages]
Module textstructure
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
core: lg list
figures: figure table
msdescription: msItem
textcrit: rdg
May contain
Example
<argument>  <p>Monte Video — Maldonado — Excursion    to R Polanco — Lazo and Bolas — Partridges —    Absence of Trees — Deer — Capybara, or River Hog —    Tucutuco — Molothrus, cuckoo-like habits — Tyrant    Flycatcher — Mocking-bird — Carrion Hawks —    Tubes formed by Lightning — House struck</p> </argument>
Content model
<content>
 <sequence>
  <alternate minOccurs="0"
   maxOccurs="unbounded">
   <classRef key="model.global"/>
   <classRef key="model.headLike"/>
  </alternate>
  <sequence minOccurs="1"
   maxOccurs="unbounded">
   <classRef key="model.common"/>
   <classRef key="model.global"
    minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
 </sequence>
</content>
    
Schema Declaration
element argument
{
   teiatt.global.attributes,
   (
      ( teimodel.global | teimodel.headLike )*,
      ( teimodel.common, teimodel.global* )+
   )
}

1.29. <author>

<author> (author) in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement]
Module core
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Member of
Contained by
May contain
Note

Particularly where cataloguing is likely to be based on the content of the header, it is advisable to use a generally recognized name authority file to supply the content for this element. The attributes key or ref may also be used to reference canonical information about the author(s) intended from any appropriate authority, such as a library catalogue or online resource.

In the case of a broadcast, use this element for the name of the company or network responsible for making the broadcast.

Where an author is unknown or unspecified, this element may contain text such as Unknown or Anonymous. When the appropriate TEI modules are in use, it may also contain detailed tagging of the names used for people, organizations or places, in particular where multiple names are given.

Example
<author>British Broadcasting Corporation</author> <author>La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693)</author> <author>Anonymous</author> <author>Bill and Melinda Gates Foundation</author> <author>  <persName>Beaumont, Francis</persName> and <persName>John Fletcher</persName> </author> <author>  <orgName key="BBC">British Broadcasting    Corporation</orgName>: Radio 3 Network </author>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration
element author
{
   teiatt.global.attributes,
   teiatt.naming.attributes,
   teiatt.datable.attributes,
   teimacro.phraseSeq
}

1.30. <authority>

<authority> (release authority) supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor. [2.2.4. Publication, Distribution, Licensing, etc.]
Module header
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref)
Member of
Contained by
core: monogr
May contain
Example
<authority>John Smith</authority>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
    
Schema Declaration
element authority
{
   teiatt.global.attributes,
   teiatt.canonical.attributes,
   teimacro.phraseSeq.limited
}

1.31. <availability>

<availability> (availability) supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc. [2.2.4. Publication, Distribution, Licensing, etc.]
Module header
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default)
status (status) supplies a code identifying the current availability of the text.
Status Optional
Datatype teidata.enumerated
Legal values are:
free
(free) the text is freely available.
unknown
(unknown) the status of the text is unknown.
restricted
(restricted) the text is not freely available.
Member of
Contained by
msdescription: adminInfo
May contain
core: p
header: licence
linking: ab
Note

A consistent format should be adopted

Example
<availability status="restricted">  <p>Available for academic research purposes only.</p> </availability> <availability status="free">  <p>In the public domain</p> </availability> <availability status="restricted">  <p>Available under licence from the publishers.</p> </availability>
Example
<availability>  <licence target="http://opensource.org/licenses/MIT">   <p>The MIT License      applies to this document.</p>   <p>Copyright (C) 2011 by The University of Victoria</p>   <p>Permission is hereby granted, free of charge, to any person obtaining a copy      of this software and associated documentation files (the "Software"), to deal      in the Software without restriction, including without limitation the rights      to use, copy, modify, merge, publish, distribute, sublicense, and/or sell      copies of the Software, and to permit persons to whom the Software is      furnished to do so, subject to the following conditions:</p>   <p>The above copyright notice and this permission notice shall be included in      all copies or substantial portions of the Software.</p>   <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR      IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,      FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE      AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,      OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN      THE SOFTWARE.</p>  </licence> </availability>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">
  <classRef key="model.availabilityPart"/>
  <classRef key="model.pLike"/>
 </alternate>
</content>
    
Schema Declaration
element availability
{
   teiatt.global.attributes,
   teiatt.declarable.attributes,
   attribute status { "free" | "unknown" | "restricted" }?,
   ( teimodel.availabilityPart | teimodel.pLike )+
}

1.32. <back>

<back> (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]
Module textstructure
Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls)
Contained by
textstructure: floatingText text
transcr: facsimile
May contain
Note

Because cultural conventions differ as to which elements are grouped as back matter and which as front matter, the content models for the <back> and <front> elements are identical.

Example
<back>  <div type="appendix">   <head>The Golden Dream or, the Ingenuous Confession</head>   <p>TO shew the Depravity of human Nature, and how apt the Mind is to be misled by Trinkets      and false Appearances, Mrs. Two-Shoes does acknowledge, that after she became rich, she      had like to have been, too fond of Money <!-- .... -->   </p>  </div> <!-- ... -->  <div type="epistle">   <head>A letter from the Printer, which he desires may be inserted</head>   <salute>Sir.</salute>   <p>I have done with your Copy, so you may return it to the Vatican, if you please;    <!-- ... -->   </p>  </div>  <div type="advert">   <head>The Books usually read by the Scholars of Mrs Two-Shoes are these and are sold at Mr      Newbery's at the Bible and Sun in St Paul's Church-yard.</head>   <list>    <item n="1">The Christmas Box, Price 1d.</item>    <item n="2">The History of Giles Gingerbread, 1d.</item> <!-- ... -->    <item n="42">A Curious Collection of Travels, selected from the Writers of all Nations,        10 Vol, Pr. bound 1l.</item>   </list>  </div>  <div type="advert">   <head>By the KING's Royal Patent, Are sold by J. NEWBERY, at the Bible and Sun in St.      Paul's Church-Yard.</head>   <list>    <item n="1">Dr. James's Powders for Fevers, the Small-Pox, Measles, Colds, &amp;c. 2s.        6d</item>    <item n="2">Dr. Hooper's Female Pills, 1s.</item> <!-- ... -->   </list>  </div> </back>
Content model
<content>
 <sequence>
  <alternate minOccurs="0"
   maxOccurs="unbounded">
   <classRef key="model.frontPart"/>
   <classRef key="model.pLike.front"/>
   <classRef key="model.pLike"/>
   <classRef key="model.listLike"/>
   <classRef key="model.global"/>
  </alternate>
  <alternate minOccurs="0">
   <sequence>
    <classRef key="model.div1Like"/>
    <alternate minOccurs="0"
     maxOccurs="unbounded">
     <classRef key="model.frontPart"/>
     <classRef key="model.div1Like"/>
     <classRef key="model.global"/>
    </alternate>
   </sequence>
   <sequence>
    <classRef key="model.divLike"/>
    <alternate minOccurs="0"
     maxOccurs="unbounded">
     <classRef key="model.frontPart"/>
     <classRef key="model.divLike"/>
     <classRef key="model.global"/>
    </alternate>
   </sequence>
  </alternate>
  <sequence minOccurs="0">
   <classRef key="model.divBottomPart"/>
   <alternate minOccurs="0"
    maxOccurs="unbounded">
    <classRef key="model.divBottomPart"/>
    <classRef key="model.global"/>
   </alternate>
  </sequence>
 </sequence>
</content>
    
Schema Declaration
element back
{
   teiatt.global.attributes,
   teiatt.declaring.attributes,
   (
      (
         teimodel.frontPart
       | teimodel.pLike.front
       | teimodel.pLike
       | teimodel.listLike
       | teimodel.global
      )*,
      (
         (
            teimodel.div1Like,
            ( teimodel.frontPart | teimodel.div1Like | teimodel.global )*
         )
       | (
            teimodel.divLike,
            ( teimodel.frontPart | teimodel.divLike | teimodel.global )*
         )
      )?,
      ( teimodel.divBottomPart, ( teimodel.divBottomPart | teimodel.global )* )?
   )
}

1.33. <bibl>

<bibl> (bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements]
Module core
Attributes att.declarable (@default) att.typed (@type, @subtype) att.sortable (@sortKey) att.docStatus (@status) att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) att.global.rendition (@rend, @style, @rendition) att.global.linking (corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana) att.global.facs (@facs) att.global.change (@change) att.global.responsibility (@cert, @resp) att.global.source (@source)
corresp
Status Recommended
Datatype string
Suggested values include:
#Ackermans_Juv_ForgetMeNot
(Ackermann's Juvenile Forget Me Not | 1830—1832 | Children's gift book/annual founded by Rudolf Ackermann and edited by Frederic S)
#Amulet
(The Amulet; or Christian and Literary Remembrancer | 1826—1836 | Gift book/annual started in 1826. Mitford published yearly in this periodical be)
#Anniversary_annual
(The Anniversary | 1829 | Short-lived gift book/annual published in 1829. Mitford published the story Goin)
#Anti-Jacobin
(The Anti-Jacobin, or Weekly Examiner | 1797-11-20—1798-07-09 | Conserative Tory newspaper founded by George Canning whose short run of 36 issue)
#Berkshire_Chron
(Berkshire Chronicle | Newspaper founded in 1825, now known as the Reading Chronicle.)
#Bijou_annual
(The Bijou: An Annual of Literature and the Arts | Short-lived gift book/annual published between 1828 and 1830. Mitford published )
#Blackwoods
(Blackwood’s Magazine | 1817-04—1980 | Founded as a Tory magazine in opposition to the Whig Edinburgh Review.)
#BritishCritic_per
(British Critic, A New Review | Conservative periodical with High Church editorial views. Published monthly betw)
#Cameo_annual
(The Cameo: A Melange of Literature and the Arts, selected from the Bijou | Short-lived giftbook/annual from the early 1830s. Title pages are undated. Altho)
#Christmas_Box
(The Christmas Box: An Annual Present for Young Persons | 1829—1830 | Short-lived gift book/annual for children. Mitford published in this periodical )
#Comic_Offering
(The Comic Offering, or Ladies' Melange of Literary Mirth | Literary humor annual edited by and for women founded by Smith, Elder, and co. M)
#Courier_news
(The Courier | 1804-04-20—1842-07-06 | London newspaper that ran daily except on Sundays from 1804 to 1842.)
#EclecticRev
(The Eclectic Review | Monthly periodical published between 1805 and 1868. Focusesd on long and short r)
#Edinburgh_Tales
(The Edinburgh Tales | 1845—1846 | Three-volume anthology of stories published in Tait's Edinburgh Magazine while u)
#EdinburghMag1785to1816
(Edinburgh Magazine; or Literary Miscellany | Published by Sibbald, 1785 to 1816, then published by Constable until 1826.)
#EdinburghMag1817to1826
(Edinburgh Magazine; or Literary Miscellany | Previously published by Sibbald, then published by Constable, 1817 to 1826.)
#EdinburghRev_per
(Edinburgh Review, second series | Quarterly political and literary review founded by Francis Jeffrey, Sydney Smith)
#English_Annual
(The English Annual | Short-lived annual from the 1830s. Mitford published in this periodical in 1838.)
#EuroMag
(European Magazine | Monthly periodical published from 1782 until 1826. Original title: European Maga)
#Examiner
(The Examiner | 1808—1886 | Weekly periodical launched by editor Leigh Hunt and his brother, the printer Joh)
#Findens_Tableaux_annual
(Finden's Tableaux | 1837—1843 | Finden's Tableaux was a lavishly illustrated gift book/annual produced between 1)
#ForgetMeNot
(Forget Me Not | 1822-11—1847 | Gift book/annual founded by Rudolf Ackermann and edited by Frederic Shoberl thro)
#Friendships_Off
(Friendship's Offering | Gift book/annual published in the 1820s by Lupton Relfe and then revived in the )
#Gem_annual
(The Gem | Short-lived gift book/annual published between 1829 and 1832, perhaps the succes)
#John_Bull
(John Bull | English periodical founded in 1820 and published between 1820 and 1825 and in a )
#Journal_BellesLettres
(The Journal of Belles Lettres | American annual published between 1832 and 1842 Mitford was published in this pe)
#Juv_Forget
(The Juvenile Forget Me Not: A Christmas or New Year's Gift, or Birthday Present | Gift book/annual for children published between 1829 and 1837. Mitford published)
#Juv_Keepsake
(The Juvenile Keepsake | Gift book/annual for children. Mitford published her story The Two Magpies in th)
#La_Belle_Assemblee
(La Belle Assemblée, Or Bell's Court and Fashionable Magazine, Addressed Particularly to the Ladies | 1806—1832 | A general-interest miscellaneous periodical aimed at a female readership. Origin)
#Ladys_Mag
(The Lady's Magazine | 1770—1847 | A popular and influential monthly magazine for women that ran from 1756 until 18)
#Ladys_Mag_Ser1
(The Lady's Magazine; or Entertaining Companion for the Fair Sex, appropriated solely for their Use and Amusement, series one | 1770—1818 | Monthly magazine for women founded by bookseller and publisher John Coote and ed)
#Ladys_Mag_Ser2_v1-3
(The Lady's Magazine; or Entertaining Companion for the Fair Sex, appropriated solely for their Use and Amusement, new series 2, vol. 1-3 | 1820—1822 | A continuation of The Lady's Magazine as a new series (series two), volumes 1 th)
#Ladys_Mag_Ser2_v4-10
(The Lady's Magazine; or Mirror of the Belle-Lettres, Fine Arts, Fashions, Music, Drama, &c., new series 2, vol. 4-10 | 1823—1829 | Many of Mitford's contributions to the magazine were to this series, a continuat)
#Ladys_Monthly_Museum
(Lady’s Monthly Museum; Or, Polite Repository of Amusement and Instruction | A monthly periodical running from 1798 to 1832.)
#Laurel_annual
(The Laurel: Fugitive Poetry of the XIXth century | 1830 | Literary annual published in 1830 and edited by Miss S. Lawrence. Mitford publis)
#Letter_to_HM_1820
(An Englishwoman’s Letter to Mrs. Hannah More on the Present Crisis | | Anonymously published eighteen-page pamphlet on the Queen Caroline Affair. World)
#Lit_Gazette
(The Literary Gazette, and Journal of Belles Lettres, Arts, Sciences | Periodical founded by Henry Colburn, ran from 1817 to 1863. For details on the j)
#Lit_Souvenir
(The Literary Souvenir, or, Cabinet of Poetry and Romance | Gift book/annual published in the 1820s and 1830s and edited by Alaric Watts. Mi)
#LondonMag
(The London Magazine | 1820—1829 | An 18th-century periodical of this title (The London Magazine, or Gentleman’s Mo)
#Marshalls_Christmas
(Marshall's Christmas Box: A Juvenile Annual | 1828—1832 | Children's gift book/annual founded by William Marshall. Mitford published in th)
#Metropolitan
(The Metropolitan | 1831—1850 | A London monthly originally titled The Metropolitan: A Monthly Journal of Litera)
#MonthlyMag
(The Monthly Magazine | Monthly general-interest periodical. Published between 1796 and 1843. Founded by)
#Museum_per
(The Museum; or Record of Literature, Fine Arts, Antiquities, the Drama, &c. | 1822-04-27 | Weekly periodical edited by Peter Bayley and printed by John Valpy.)
#New_Monthly_Mag
(New Monthly Magazine and Literary Journal | Periodical edited by Thomas Campbell and Cyrus Redding from 1821 to 1830, after )
#New_Years_Gift
(The New Year's Gift and Juvenile Souvenir | Gift book/annual for children published between 1829 and 1836. Mitford published)
#NewYork_Visiter
(New York Visiter and Parlour Companion | Short-lived American periodical published between 1838 and 1840. An interview wi)
#Observer
(The Observer | Founded on December 4, 1791 by W.S. Bourne. It is the first Sunday newspaper in )
#Pamphleteer_per
(The Pamphleteer | Published between 1813 and 1828. Full title: The Pamphleteer: Respectfully Dedic)
#Panoramic_Misc
(Panoramic Miscellany, and Review of Literature, Science, Arts, Inventions and Occurrences | 1826-01-31—1826-06-01 | Periodical edited by John Thelwall to which Mitford, signing as M, contributed t)
#Pledge_Friendship
(The Pledge of Friendship: A Christmas Present, and New Year's Gift | Short-lived gift book/annual published between 1826 and 1828. Mitford published )
#Poetical_Album
(The Poetical Album and Register of Modern Fugitive Poetry | 1828—1829 | Short-lived literary annual published between 1828 and 1829 and edited by Alaric)
#Political_Register
(Cobbett's Weekly Political Register | Weekly periodical issued by William Cobbett from 1802 to 1835. Founded as Tory a)
#QuarterlyRev_per
(Quarterly Review | 1809—1967 | Tory periodical founded by George Canning in 1809, published by John Murray. Wil)
#ReadingMer_per
(The Reading Mercury and Oxford Gazette, etc. | Newspaper of Reading, Berkshire. Founded as The Reading Mercury, or Weekly Enter)
#Remember_Me
(Remember Me: A Token of Christian Affection; consisting of entirely original pieces in prose and verse. | Gift book/annual published in the 1830s and 1840s. Mitford published in this per)
#Remembrance_annual
(Remembrance | Gift book/annual published in the 1830s. Mitford published in this periodical in)
#Review_RaisingLaz
(Mr. Haydon’s Raising of Lazarus | 1823-04-01 | Detailed discussion of the contents of Haydon’s painting, The Raising of Lazarus)
#Royal_LadysMag
(The Royal Lady's Magazine; and Archives of the Court of St. James | 1831—1835 | Mitford published in this periodical in 1832.)
#Sheffield_Iris
(The Iris | Newspaper of Sheffield, Yorkshire, to which Barbara Hofland contributed poems.)
#Spectator
(The Spectator | A daily periodical founded by Joseph Addison Richard Steele which was published )
#Stage
(Letter by Philo-Dramaticus | Letter reprinted in the Observer on June 20, 1825 from Blackwoods. The letter is)
#Tatler
(The Tatler | A literary and society journal founded by Richard Steele which was published fro)
#Times_news
(The Times | Newspaper issued daily, begun in London in 1785 as The Daily Universal Register,)
#Trueman_Clergy
(Timothy Trueman’s Admonitions to the Clergy, Respecting Tithes: First Published in a Letter Inserted in the Statesman Newspaper, and Now Reprinted with Several Corrections and Additions, Particularly an Introduction | 1816 | Pseudonymously authored by Mitford’s acquaintance Mr. Johnson.)
#Trueman_Gehazi
(The Curse of Gehazi, or, Leprosy of Corruption: Exemplified in a Narrative of the Life of Robert Watkins, alias Robert Turner Watkins, alias Bribery Bob, Who was Executed on the 30th of July Last, for the Robbery and Murder of Mr. Stephen Rodway, Late of Cricklade, in Whitshire | An essay on representative government pseudonymously authored by Mitford’s acqua)
#Trueman_Westminster
(A Letter to the Independent Electors of Westminster, as it Appeared in the Independent Whig of Sunday, May 21, 1809 | An essay on representative government pseudonymously authored by Mitford’s acqua)
#Winters_Wreath
(The Winter's Wreath | Gift book/annual published from the mid-1820s to 1832. Some issues subtitled, a )
#Abbot_WS
(The Abbot | 1820 | Historical novel: One of Scott’s series of Tales from Benedictine Sources, The A)
#Absent_Member_BR
(The Absent Member | 1835 | This story was also published in the Amulet for 1835.)
#Absentee
(The Absentee | 1812)
#Account_GeoMathews
(Account of the Extraordinary and Shocking Case of George Mathews | 1819 | Full title: Account of the Extraordinary and Shocking Case of George Mathews: Wh)
#Acct_Knox
(Account of the captivity of Capt. Robert Knox and other Englishmen, in the island of Ceylon | 1818 | Full title: Account of the Captivity of Capt. Robert Knox and other Englishmen, )
#Acct_War1808
(Account of the War in Spain and Portugal, and in the South of France, from 1808, to 1814, inclusive | 1818 | She rated considered it a sad uncandid military book)
#AcctDenmark1692
(An Account of Denmark in 1692 | 1694 | Full title: An Account of Denmark as it was in the year MDCXCII.)
#Admiral_on_Shore_OV
(An Admiral on Shore [Our Village version] | 1828 | This sketch appeared in volume three of Our Village in 1828.)
#Aeneid_CP
(The Works of Virgil, in Latin and English. The original Text correctly printed from the most authentic Editions, collated for this Purpose. The Æneid Translated By the Rev. Mr. Christopher Pitt, The Eclogues and Georgics, with Notes on the Whole, By the Rev. Mr. Joseph Warton. With several New Observations By Mr. Holdsworth, Mr. Spence, and Others. Also, A Dissertation on the Sixth Book of the Æneid, by Mr. Warburton. On the Shield of Æneas, by Mr. W. Whitehead. On the Character of Japis, by the late Dr. Atterbury, Bishop of Rochester. And, Three Essays on Pastoral, Didactic and Epic Poetry, by the Editor | 1753)
#Aeneid_Dryden
(The Aeneid | 1688 | Dryden’s translation of The Aeneid may be found in Miscellany Poems, in two part)
#Aeneid_JB
(The Æneid of Virgil, translated into blank verse by J. Beresford | 1794)
#Aeneid_Virgil
(The Aeneid | Latin epic poem written between 29 and 19 BC.)
#Aeschylus_Potter
(The Tragedies of Aeschylus | Translation of Aeschylus’s plays read by Mitford.)
#Aesops_Fables_Croxall
(Fables of Aesop and Others, Translated into English. With Instructive Applications; and a Cut Before Each Fable. | 1722—1728 | The most influential and frequently reprinted English translation of the Fables )
#Agamemnon_play
(Agamemnon | Athenian tragedy attributed to Aeschylus; the first play of the Oresteia)
#Aladdin_panto
(Aladdin | There were many pantomimes under this name on the English stage, many combining )
#Alcestis_play
(Alcestis | Athenian tragedy attributed to Euripides. First produced at the City Dionysia fe)
#Alice_DS_1827
(Alice: A Dramatic Sketch | 1827 | Dramatic sketch. Appeared in Forget Me Not, a Christmas and New Year's present f)
#All_For_Love_play
(All for Love | 1678 | First performed in 1677 and published in 1678, based on Antony and Cleopatra.)
#AllsWellTEW
(All’s Well that Ends Well | 1623 | Drama likely first performed around 1604 and first printed in 1623.)
#Altham
(Altham and His Wife: A Domestic Tale | 1810 | 1 vol. Mitford calls it a pretty tale. Source: Journal)
#America_Birkbeck
(Notes on a Journey in America, from the Coast of Virginia to the Territory of Illinois | 1817 | Mitford likely read the second edition, published in London in 1818 by J. Ridgwa)
#AmStories_Above10
(American Stories for Young People, Intended for Children above Ten Years of Age | 1832)
#AmStories_Under10
(American Stories for Little Boys and Girls, Intended for Children under Ten Years of Age | 1831)
#Anecdotes_WSeward
(Anecdotes of Distinguished Persons | 1804 | 4 vols. Full title: Anecdotes of Distinguished Persons: Chiefly of the Last and )
#AnecdotesTo1700_JM
(Anecdotes of the Manners and Customs of London from the Roman Invasion to the Year 1700 | 1811 | Full title: Anecdotes of the Manners and Customs of London from the Roman Invasi)
#Another_Glance_OV
(Another Glance at Our Village | 1886—1888 | Alternative title assigned to A Parting Glance at Our Village in Walter Scott Pu)
#Antigone_MRM_1827
(Antigone: A Portrait in Verse | 1827 | 1827 verse portrait based on Antigone.)
#Antigone_play
(Antigone)
#Antiquary
(The Antiquary)
#AntiquitatesCurio
(Antiquitates Curiosae: the etymology of many remarkable old sayings, proverbs, & singular customs | 1819)
#Antony_Cleopatra
(Antony and Cleopatra | 1623 | Drama likely first performed around 1607 and first printed in 1623.)
#Arabian_Tales
(Arabian Tales; or, A Continuation of the Arabian Nights Entertainments, consisting of stories related by the Sultana of the Indies, newly tr[anslated] from the original Arabic into French by Dom Chavis and Cazotte; and tr[anslated] from the French into English, by Robert Heron | 1792 | Mitford was likely familiar with this 1792 English translation of the Thousand a)
#As_You_Like_It_play
(As You Like It | 1623 | First performed around 1599 and first printed 1623.)
#Athalie_play
(Athalie | 1691 | One of two plays written by Jean Racine (along with Esther), for the students at)
#Atherton
(Atherton, and Other Tales | 1854)
#Aunt_Deborah_CS
(Aunt Deborah | 1835)
#Aunt_Martha_OV
(Aunt Martha [Our Village version] | 1824 | This sketch appeared as the twenty-second story in volume one of Our Village in )
#AuthAcct_FrRev
(Authentic Account of the French Revolution | Author and date unidentified. Mitford rated it interesting. Source: Journal.)
#AutumnRhine
(An Autumn Near the Rhine | 1818 | Full title: An Autumn Near the Rhine; Or Sketches of Courts, Society, Scenery, &)
#BaronsDa_FT
(The Baron's Daughter | 1838 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#Beacon_FT
(The Beacon | 1839 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#BeautifulWoman_1827
(On a Beautiful Woman [1827 version] | 1827 | Sonnet 7 in the 1827 collection (page 300) . Also appeared in the 1822 New Month)
#Beauty_MRM
(Beauty: An Ode. | 1811 | Poem first collected in 1811 Poems, mentioned in a 13 February 1821 letter from )
#Beauty_of_Village_CS
(The Beauty of the Village | 1835 | This story also appeared in the Friendship's Offering for 1835".)
#Bees_Fable
(The Fable of the Bees, or, Private vices, public benefits: containing several discourses to demonstrate that human frailties, during the degeneracy of mankind, may be turn’d to the advantage of the civil society, and made to supply the place of moral virtues. | 1714)
#BeggarGirl
(The Beggar Girl and her Benefactors | 1790 | 5 vols. Minerva Press. Mitford rated it as famous.)
#Belford_Races_BR
(Belford Races | 1835)
#Belford_Regis
(Belford Regis; or, Sketches of a Country Town | 1835)
#Belinda_ME
(Belinda | 1801)
#Belles_Ballroom1_Will_BR
(Belles of the Ballroom, No. I - The Will | 1835 | This story was orginally published in the Forget Me Not for 1834 with the title )
#Belles_Ballroom2_Matchmaking_BR
(Belles of the Ballroom, No. II - Matchmaking Match-Making | 1835 | This story was published, in a slightly different version, in the Friendship's O)
#Belles_Ballroom3_SilverArrow_BR
(Belles of the Ballroom, No. III - The Silver Arrow | 1835 | This story also appeared as The Silver Arrow in the English Annual for 1836.)
#Belles_Ballroom_BR
(Belles of the Ballroom | 1835 | A series of stories within Mitford's later book of prose sketches, Belford Regis)
#BelovedMotherBirthday_1810
(To my Beloved Mother, On Her Birth-Day, June 15, 1808. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#Bertha_1811
(Bertha. A Ballad. | 1811 | 1811 poem.)
#Bertram_CM
(Bertram; or, The Castle of St. Aldobrand: a tragedy, in five acts | 1816)
#BessyBell_1811
(Bessy Bell and Mary Gray. A Ballad. | 1811 | 1811 poem.)
#Bible
(Christian Bible | The sacred scriptures of Christianity consisting of the Old and New Testament.)
#Bibletrans_Bellamy
(The Holy Bible Newly Translated from the Original Hebrew: with Notes Critical and Explanatory | 1818 | Published by subscription in 1818. Originally published in three volumes in abou)
#Bio_Note_OV_JMDent
(Biographical Note [Our Village, J.M. Dent, 1900+ edition])
#Bio_Preface_OV_Caldwell
(Biographical Preface {Our Village, Caldwell edition, n.d., 1910s?])
#Bio_Preface_VilTales
(Biographical Preface [to Village Tales and Sketches, Routledge, 1880] | 1881)
#Bio_SketchMRM_Works_Crissy
(Works of Mary Russell Mitford: Prose and Verse [Crissy edition, 1841; Crissy & Markley, 1846])
#BioMem_PrCharlotte
(Biographical Memoir of the Public and Private Life of the Much Lamented Princess Charlotte Augusta of Wales and Saxe-Coburg | 1817 | Full title: A biographical memoir of the public and private life of the much lam)
#BirdCatcher_OV
(The Bird-Catcher [Our Village version] | 1828 | This sketch appeared in volume three of Our Village in 1828.)
#Black_Velvet_Bag_LM
(The Black Velvet Bag [Lady's Magazine version] | 1823-07 | This sketch was first published in the July 1823 issue of The Lady's Magazine. I)
#Black_Velvet_Bag_OV
(The Black Velvet Bag [Our Village version] | 1826 | This sketch appeared in volume two of Our Village in 1826. It was originally pub)
#Blanch
(Blanch: A Poem in Four Cantos | 1827)
#BlankPaperBook_1827
(Written in a Blank-Paper Book Given to the Author by a Friend [1827 version] | 1827 | Sonnet 1 in the 1827 collection (page 293) . Also appeared in the 1821 New Month)
#BlindMansStory_1811
(The Blind Man's Story. | 1811 | 1811 poem.)
#Bluebeard_GC
(Bluebeard, or Female Curiosity: a Dramatic Romance in Three Acts | 1798)
#Boarding_School_Rec_English_Teacher_LM
(Boarding School Recollections, No. III. The English Teacher [Lady's Magazine version] | 1822-12-31 | This sketch was issued as No. III in the Boarding School Recollections series th)
#Boarding_School_Rec_French_Teacher_LM
(Boarding School Recollections, No. I. The French Teacher [Lady's Magazine version] | 1822-10-31 | This sketch appeared as No. 1 in the Boarding School Recollections series in The)
#Boarding_School_Rec_LM
(Early Recollections [subseries published in Lady's Magazine] Boarding School Recollections. No. I. The French Teacher Boarding School Recollections. No. II. My School-Fellows Boarding School Recollections. No. III. The English Teacher | An occasional series of sketches by Mitford for The Lady's Magazine. Some of the)
#Boarding_School_Rec_My_SchoolFellows_LM
(Boarding School Recollections. No. II. My School-Fellows | 1822-11 | This sketch appeared as No. II in the Boarding School Recollections series in Th)
#Bonduca_play
(Bonduca | First performed around 1613, first printed in 1647.)
#BoR
(Bill of Rights | 1689 | One of the basic instruments of the British constitution, the English Bill of Ri)
#Bramley_Maying_LM
(Bramley Maying [Lady's Magazine version] | 1823-05 | This sketch was later collected in volume one of Our Village .)
#Bramley_Maying_OV
(Bramley Maying [Our Village version] | 1824 | This sketch appeared as the eighth story in volume one of Our Village in 1824. I)
#Branford
(Branford | Author and date unidentified. Mitford rated it pretty good.)
#Bridal_Eve_DS_1827
(Bridal Eve: A Dramatic Sketch | 1827 | Dramatic sketch. Appeared in Forget Me Not, a Christmas and New Year's present f)
#Bride_FT
(The Bride | 1839 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#Bride_of_Lammermoor_WS
(The Bride of Lammermoor | 1819 | Part of Tales of my Landlord, third series. Bride of Lammermoor made up volumes )
#Buccaneer_FT
(The Buccaneer | 1838 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#BurkeWks_Rivington
(The Works of the Rt. Hon. Edmund Burke | 1801—1823 | The Rivingtons published a comprehensive edition of Burke's works and correspond)
#BustFox_1810
(On a Bust of Fox. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#Byron_6thPoems
(The Works of the Right Honourable Lord Byron. Vol. 6 of 6 | 1818 | Full title: The Works of the Right Honourable Lord Byron. In Six Volumes. Vol. V)
#Cain_play
(Cain: A Mystery | 1821 | Published together with The Two Foscari and Sardanapalus.)
#Calamities
(Calamities of Authors | 1812 | Full title: Calamities of Authors: including some inquiries respecting their mor)
#Camilla_FB
(Camilla, or a Picture of Young Lady | 1796)
#CanterburyTales
(The Canterbury Tales | 1400 | Collection of 23 tales and a prologue frame story, written over a period of year)
#Captive_DS_1827
(The Captive: A Dramatic Sketch | 1827 | Dramatic sketch. Reprinted in volume two of The Dramatic Works of Mary Russell M)
#CaptivityCaptKnox
(Account of the Captivity of Robert Knox and Other Englishmen, in the Island of Ceylon: And of the Captain’s Miraculous Escape and Return to England in September 1680, After Detention on the Island of Nineteen Years and a Half | 1818)
#Carpenters_Daughter_BR
(The Carpenter's Daughter | 1835 | This story was first published in the Friendship's Offering for 1834.)
#Cartel_FT
(The Cartel | 1838 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#CarysDante
(The Vision; or, Hell, Purgatory, and Paradise | 1814 | Printed for the author.)
#Cast_Signal_FT
(Castile. The Signal | 1837 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#Castle_in_Air_OV
(A Castle in the Air [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was also publishe)
#Cecilia_FB
(Cecilia; or Memoirs of an Heiress | 1782)
#Cenci_play
(The Cenci: A Tragedy, in Five Acts | 1819 | Percy Bysshe Shelley's only completed stage play was written in 1819, informed b)
#CharlesI_MRMplay
(Charles the First; An Historical Tragedy, in Five Acts | 1834)
#CharlesV
(The History of the Reign of the Emperor Charles V | 1769)
#Chas_Grandison_novel
(The history of Sir Charles Grandison: In a series of letters published from the originals, by the editor of Pamela and Clarissa. | 1753)
#ChasI_GCtoJG1825
(George Colman letter to James Graham | 1825-09-29 | Letter from George Colman to James Graham, Duke of Montrose, regarding the decis)
#ChasI_GCtoMRM1825
(George Colman letter to Mary Russell Mitford | 1825-10-10 | Letter from George Colman to Mary Russell Mitford, notifying her of the decision)
#ChasI_JGtoGC1825
(James Graham letter to George Colman | 1825-09-25 | Letter from James Graham, Duke of Montrose to George Colman, regarding the decis)
#ChasI_MRMtoGC1825
(Mary Russell Mitford letter to George Colman | 1825-12-18 | Letter from George Colman to Mary Russell Mitford, regarding the decision to ref)
#ChasI_Warrant
(Death Warrant of Charles Stuart | 1649-01-29 | The warrant for the execution of Charles I for treason, signed on January 29, 16)
#Chaucer_Wks_Martins
(Poetical Works of Geoffrey Chaucer | 1782 | Collected poetical works, including the Canterbury Tales, in 14 volumes, publish)
#Cheerfulness_1810
(To Cheerfulness. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#ChildeHaroldsPil
(Childe Harold’s Pilgrimage | Published in parts between 1812 and 1818.)
#Children_of_the_Village_Routledge
(Children of the Village Dora Creswell Children of the Village. Amy Lloyd Patty's New Hat Children of the Village. The Magpies Children of the Village. The Robins Going to the Races The China Jug Children of the Village. Harry Lewington Children of the Village. Pride Shall Have a Fall Children of the Village. The Two Dolls Children of the Village. The Foster Mother Children of the Village. Young Master Ben | 1880 | An illustrated collection of Mitford's Our Village stories, largely but not enti)
#Children_of_Village_OV
(Children of the Village [Our Village subseries] Children of the Village. Amy Lloyd Children of the Village. The Magpies Children of the Village. Harry Lewington Children of the Village. The Robins Children of the Village. Pride Shall Have a Fall Children of the Village. The Foster Mother Children of the Village. The Two Dolls Children of the Village. Young Master Ben | 1830—1832 | The title of a subseries within the Our Village books that ran through volumes f)
#Children_Vil_Amy_Lloyd_OV
(Children of the Village. Amy Lloyd [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It had been publishe)
#Children_Vil_FosterMother_OV
(Children of the Village. The Foster-Mother [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832.)
#Children_Vil_Harry_Lewington_OV
(Children of the Village. Harry Lewington [Our Village version] Harry Lewington and his Dog [Gem Annual version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was previously pu)
#Children_Vil_Pride_Shall_Have_Fall_OV
(Children of the Village. Pride Shall Have a Fall [Our Village version] | 1830 | This sketch appeared, with a few revisions, in volume four of Our Village in 183)
#Children_Vil_TheMagpies_OV
(Children of the Village. The Magpies [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was also publishe)
#Children_Vil_TheRobins_OV
(Children of the Village. The Robins [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was previously pu)
#Children_Vil_Two_Dolls_OV
(Children of the Village. The Two Dolls [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was also publishe)
#Children_Vil_Young_Master_Ben_OV
(Children of the Village. Young Master Ben [Our Village version] Young Master Ben [Comic Offering version] | 1832 | This sketch appeared in volume five of Our Village in 1832. It was also publishe)
#China_Jug_OV
(The China Jug [Our Village version] | 1830 | This sketch appeared, with some revision, in volume four of Our Village in 1830.)
#Choephorae_Aes_play
(Choephoræ | Athenian tragedy attributed to Aeschylus; the second play of the Oresteia)
#Christina
(Christina, The Maid of the South Seas; A Poem | 1811)
#Christmas_Amusements1_OV
(Christmas Amusements, No. 1 [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832. It was republished w)
#Christmas_Amusements2_OV
(Christmas Amusements, No. II [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832. Portions of it (Char)
#Christmas_Amusements3_OV
(Christmas Amusements, No. III [Our Village version] | 1832 | This story appeared in volume five of Our Village in 1832. A portion of it, incl)
#Christmas_Amusements4_OV
(Christmas Amusements, No. IV [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832.)
#Christmas_Amusements5_OV
(Christmas Amusements, No. V [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832.)
#Christmas_Amusements6_OV
(Christmas Amusements, No. VI [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832.)
#Christmas_Amusements_OV
(Christmas Amusements [Our Village subseries] Christmas Amusements, No. I Christmas Amusements, No. II Christmas Amusements, No. III Christmas Amusements, No. IV Christmas Amusements, No. V Christmas Amusements, No. VI | 1832 | The title of a subseries of sketches that appeared in volume five of Our Village)
#Christmas_Party_OV
(A Christmas Party [Our Village version] | 1828 | This sketch appeared in the volume three of Our Village in 1828.)
#ChronHist_Arctic
(A Chronological History of Voyages Into the Arctic Regions | 1818 | Full title: A Chronological History of Voyages Into the Arctic Regions; Undertak)
#Cid_play
(The Cid | 1637)
#Cinna_play
(Cinna | 1643)
#CircNarr_Russia
(A Circumstantial Narrative of the Campaign in Russia | 1814 | 2 vols. Full title: A Circumstantial Narrative of the Campaign in Russia: embell)
#Cistineae
(Cistineae: the Natural Order of Cistus, or Rock-Rose; Illustrated by Coloured Figures & Descriptions of All the Distinct Species, and the Most Prominent Varieties, that could be at Present produced in the Gardens of Great Britain; With the Best Directions for Their Cultivation and Propagation | 1825—1830 | )
#City_Wives_play
(The City Wives’ Confederacy | A comedic play by Sir John Vanbrugh based on Florent Carton de Dancourt’s Les bo)
#Clarissa
(Clarissa, or, The history of a young lady : comprehending the most important concerns of private life: and particularly shewing, the distresses that may attend the misconduct both of parents and children, in relation to marriage | 1748)
#ClarkesTravelsScand
(Travels in Various Countries of Europe, Asia and Africa. Part the third, section the first: Scandinavia | 1819 | Clarke began publishing a series of travel accounts in 1811 under the series tit)
#ClassicalTour_Hoare
(A Classical Tour Through Italy and Sicily | 1819 | Full title: A Classical Tour Through Italy and Sicily: tending to illustrate som)
#Claudias_Dr
(Claudia’s Dream | One of Mitford’s dramatic sketches, appeared in Lady’s Magazine September 30, 18)
#CoA
(the Code of Alfred | 0893 | This law book, or Doom-book, is attributed to King Alfred. In the text, Alfred’s)
#Coeur_de_Lion_poem
(Coeur de Lion; or the Third Crusade. A Poem in 16 books. | 1822)
#Coll_PolTracts
(A Collection of Political Tracts | 1754 | Full title: A Collection of Political Tracts: By the author of the Dissertation )
#Collectanea
(Collectanea Curiosa, or Miscellaneous Tracts: Relating to the History and Antiquities of England and Ireland, the Universities of Oxford and Cambridge, and a Variety of Other Subjects | 1781)
#ComicDramas_ME
(Comic Dramas, in Three Acts | 1817 | Contains three plays: Love and Law; The Two Guardians; and The Rose, Thistle and)
#Compl_Angler
(The Compleat Angler, or, The Contemplative Man’s Recreation: Being a Discourse of Rivers, and Fish-ponds, and Fish and Fishing: Not Unworthy the Perusal of Most Anglers | 1653 | First published in 1653, then expanded and republished in further editions in 16)
#Confessions_OpiumEater_nonfict
(Confessions of an English Opium-Eater)
#Consumption_1811
(Ode to Consumption. | 1811 | 1811 poem. This poem is reprinted as a selection in Benjamin Suggitt Nayler's 18)
#Corinne_deS
(Corinne, ou, L’Italie | 1807)
#Coriolanus_play
(Coriolanus | 1623 | Believed to have been written between 1605 and 1610, first printed)
#Cottage_Names_OV
(Cottage Names [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830.)
#Country_Apothecary_OV
(A Country Apothecary [Our Village version] | 1828 | This sketch appeared in the volume three of Our Village in 1828. It was also pub)
#Country_Barber_OV
(A Country Barber [Our Village version] The Last of the Barbers [Literary Souvenir version] | 1828 | This sketch appeared in the volume three of Our Village in 1828. It was also pub)
#Country_Cricket_Match_LM
(A Country Cricket Match [Lady's Magazine version] | 1823-06)
#Country_Cricket_Match_OV
(A Country Cricket Match [Our Village version] | 1824 | This sketch appeared as the fourteenth story in volume one of Our Village in 182)
#Country_Excursions_BR
(Country Excursions | 1835)
#Country_Lodgings_CS
(Country Lodgings | 1835)
#Country_Neighbours
(Tales of Fancy: Country Neighbors; or, The Secret | 1816 | Country Neighbors makes up volumes two and three of the three-volume work. As sh)
#Country_Pictures_OV
(Country Pictures [alternative title sometimes assigned to Our Village, the story, Our Village version] | The sketch entitled Our Village was sometimes retitled Country Pictures in some )
#Country_Stories
(Country Stories | 1835)
#Cousin_Mary_LM
(Cousin Mary [Lady's Magazine version] | 1823-04)
#Cousin_Mary_OV
(Cousin Mary [Our Village version] | 1824 | This sketch appeared as the ninth story in volume one of Our Village in 1824. It)
#Cranford
(Cranford | 1853)
#Cribbage_Players_OV
(The Cribbage Players. A Country Dialogue [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832.)
#CrimTrials_Porteous
(Criminal Trials Illustrative of the Tale Entitled The Heart of Mid-Lothian | 1818 | Full title: Criminal Trials Illustrative of the Tale Entitled The Heart of Mid-L)
#Critic_play
(The Critic: or, a Tragedy Rehearsed | A burlesque satire on theatrical production and performance, first performed in )
#CritProse_Dryden
(The Critical and Miscellaneous Prose Works of John Dryden | 1800 | Full title: The Critical and Miscellaneous Prose Works of John Dryden, Now First)
#Cunigonda_DS_1827
(Cunigonda's Vow: A Dramatic Sketch | 1827 | Dramatic sketch. Reprinted in volume two of The Dramatic Works of Mary Russell M)
#Curate_St_Nicholas_BR
(The Curate of St. Nicholas | 1835 | A version of this story was published as Our Rector in the English Annual for 18)
#Cyllenius_epic
(The Travels of Cyllenius: A Poem, in 66 cantos | 1795 | First published in 1795 and privately printed by Charles Dickinson himself. Peri)
#Cymbeline_play
(Cymbeline | 1623 | First performed around 1611 and first printed in 1623.)
#Daniells
(Rural Sports | Printed in numerous editions between 1801-1817.)
#Deaf_Dumb_play
(Deaf and Dumb)
#DeafasPost_play
(Deaf as a Post (Drury Lane, 1823) | a one-act farce)
#Decline_Fall
(The Decline and Fall of the Roman Empire)
#Dedication_to_Father_OV1
(Dedication to her father [of Our Village] | In late editions of Our Village, Mitford added this dedication to her father. No)
#Delphine
(Delphine | 1802 | Mitford rated it not good and much too dismal.)
#DeRance
(De Rancé: a Poem | 1815)
#Desc_NSWales
(A Description of the Colony of New South Wales | 1819 | Full title: A Statistical, Historical, and Political Description of the Colony o)
#DescCat_Louvre
(A Descriptive Catalogue of the Pictures in the Royal Museum, or, the Louvre | 1817 | Full title: A Descriptive Catalogue of the Pictures in the Royal Museum, or, the)
#Diary_Dodington
(The Diary of the late George Bubb Dodington | 1784 | Full title: The Diary of the Late George Bubb Dodington, Baron of Melcombe Regis)
#Diary_Invalid
(The Diary of an Invalid | 1820 | Full title: The Diary of an Invalid; being the journal of a tour in pursuit of h)
#Discipline
(Discipline: A Novel | 1814 | First edition published anonymously.)
#Display_JT
(Display | 1815 | Full title: Display: A Tale. For Young People.)
#Dissenting_Minister_BR
(The Dissenting Minister | 1835)
#DoctorCasden_LM
(Doctor Casden | 1824-06 | This sketch appeared in The Lady's Magazine in June 1824. It was re-titled for v)
#DoctorTubb_OV
(Doctor Tubb [Our Village version] | 1826 | This sketch appeared in volume two of Our Village in 1826. It was originally pub)
#Don_Juan_poem
(Don Juan | Published in parts between 1820 and 1824.)
#Don_Quixote_novel
(El ingenioso hidalgo don Quijote de la Mancha | Published in two volumes in 1605 and 1615)
#Don_Sebastian_play
(Don Sebastian)
#DonningtonCastle_1827
(On Visiting Donnington Castle [1827 version] | 1827 | Sonnet 18 in the 1827 collection (pages 311-12). Also appeared in the 1821 New M)
#Dora_Creswell_OV
(Dora Creswell [Our Village version] | 1828 | This sketch appeared in volume three of Our Village in 1828. It also appeared as)
#Douglas_play
(Douglas: A Tragedy | 1757 | First performed in 1756in Edinburgh, followed by a performance in London in 1757)
#Dramatic_Works_of_MRM
(The Dramatic Works of Mary Russell Mitford | 1854)
#DramaticScenes
(Dramatic Scenes, Sonnets, and Other Poems | 1827)
#Dudley
(Dudley | 1819 | 3 volumes. by Miss O'Keeffe.)
#Early_Rec_Caroline_Cleveland_OV
(Early Recollections. Caroline Cleveland [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832. It was also publishe)
#Early_Rec_Cobbler_Over_Way_OV
(Early Recollections. The Cobbler Over the Way [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was also publishe)
#Early_Rec_English_Teacher_OV
(Early Recollections. The English Teacher [Our Village version] | 1826 | This sketch appeared in volume two of Our Village in 1826. It was originally pub)
#Early_Rec_French_Emigrants_OV
(Early Recollections. French Emigrants [Our Village version] | 1826 | This sketch originally appeared in the February 29, 1824 issue of The Lady's Mag)
#Early_Rec_French_Teacher_OV
(Early Recollections. The French Teacher [Our Village version] | 1826 | This sketch appeared in volume two of Our Village in 1826. It originally appeare)
#Early_Rec_General_and_Lady_OV
(Early Recollections. The General and his Lady [Our Village version] The General and His Lady: A Sketch [Literary Souvenir version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was also publishe)
#Early_Rec_My_Godfather_OV
(Early Recollections. My Godfather [Our Village version] | 1826 | This sketch appeared in volume two of Our Village in 1826. It was also published)
#Early_Rec_My_SchoolFellows_OV
(Early Recollections. My School-Fellows | 1826 | This sketch appeared in volume two of Our Village in 1826. It was originally pub)
#Early_Rec_MyGodfathers_Manoeuvering_OV
(Early Recollections. My Godfather's Manoeuvering [Our Village version] | 1826 | This sketch appeared in volume two of Our Village in 1826.)
#Early_Rec_OV
(Early Recollections [Our Village subseries] Early Recollections. Caroline Cleveland Early Recollections. The Cobbler Over the Way Early Recollections. The English Teacher Early Recollections. French Emigrants Early Recollections. The General and His Lady Early Recollections. The French Teacher Early Recollections. My Godfather Early Recollections. My Godfather's Manoeuverings Early Recollections. My School-Fellows Early Recollections. Tom Hopkins Early Recollections. A Widow Gentlewoman | 1826—1832 | The title of an Our Village subseries, Early Recollections first ran occasionall)
#Early_Rec_Tom_Hopkins_OV
(Early Recollections. Tom Hopkins [Our Village version] Tom Hopkins [Gem Annual version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was published pre)
#Early_Rec_Widow_Gentlewoman_OV
(Early Recollections. A Widow Gentlewoman [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832. It was republished i)
#EditorIntro_OV_DentEveryman
(Editor's Introduction [Dent Everyman edition])
#EditorIntro_OV_FolioSoc
(Our Village, Folio Society, 1996)
#EditorIntro_OV_Macmillan
(| This introduction by Anne Thackeray Ritchie was influential in establishing Mitf)
#EditorIntro_OV_OUP_pb
(Editor's Introduction [Oxford University Press, pb])
#EditorIntro_OV_Penguin
(Editor's Introduction [Our Village, Penguin edition, 1987])
#EditorIntro_OV_SampsonLowMSR_BC
(Our Village [Sampson Low, Martson, Seale & Rivington edition, 1882] | This introduction appeared in the 1882 Sampson Low, Martson & and Rivington, and)
#Ellen_OV
(Ellen [Our Village version] | 1824 | This sketch appeared as the twelfth story in volume one of Our Village in 1824. )
#Ellesmere
(Ellesmere | Author and date unidentified.)
#Emily_DS
(Emily, A Dramatic Sketch | 1827 | Originally appeared in the London Magazine 3.17 (May 1821): 499-505. Later repri)
#Emily_DS_1827
(Emily, A Dramatic Sketch | 1827 | Dramatic sketch. Appeared in the London Magazine 3.17 (May 1821): 499-505 . Late)
#Emma_JA
(Emma: A Novel | 1819)
#Enc_Metr
(Encyclopedia Metropolitana; or, Universal Dictionary of Knowledge (30 vols., 1817-1845))
#Endymion
(Endymion)
#Eng_KingsWd_FT
(England. The King's Ward | 1837 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#EnglefieldHouse_1827
(Englefield House [1827 version] | 1827 | Sonnet 10 in the 1827 collection (page 303) .)
#Epilogue_Orestes_TNT
(Epilogue to Orestes by Euripides | Talfourd wrote an Epilogue for a performance of Orestes by Euripides . Later pri)
#Epistle_Friend_1810
(Epistle to a Friend. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#EpitaphOnMary_1811
(Epitaph on Mary, the Wife of George Mitford, Esq. | 1811 | 1811 poem.)
#EskdaleHerdboy
(The Eskdale Herd-Boy | 1819 | Full title: The Eskdale Herd-Boy, a Scottish Tale for the Instruction and Amusem)
#Essays_of_Elia_nonfict
(The Essays of Elia)
#Eunice
(Eunice | 1809)
#Euro_Settlements_in_Am
(An Account of the European Settlements in America, in six parts | 1757)
#Evelina_FB
(Evelina: Or, The History of a Young Lady’s Entrance Into the World | 1778 | First edition published anonymously.)
#EveningHour_1827
(Sweet is the balmy evening hour | 1827 | 1827 untitled song. Title taken from first line. Also appeared in the 1827 Pledg)
#EveningPrimrose_1810
(To the Evening Primrose. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#EveningsRichest_1827
(Evening's richest colours glowing | 1827 | 1827 untitled song. Title taken from first line.)
#FaerieQu_ES
(The Faerie Queene | )
#Fair_Rosamund_DS_1827
(Fair Rosamund: A Dramatic Sketch | 1827 | Dramatic sketch. Reprinted in volume two of The Dramatic Works of Mary Russell M)
#FairEleanor_1811
(Fair Eleanor: A Tale. | 1811 | 1811 poem.)
#FaithfulShepherdess_JF
(The Faithful Shepherdess | Likely first performed in 1608 and first appeared in print in 1609.)
#Fall_Jerusalem_HM
(The Fall of Jerusalem | 1820 | Full title: The Fall of Jerusalem: A Dramatic Poem.)
#FallofRobespierre
(The Fall of Robespierre: An Historic Drama | 1794 | Three-act historical drama collaboratively written by Samuel Taylor Coleridge an)
#Fannys_Fairings_OV
(Fanny's Fairings [Our Village version] | 1828 | This sketch appeared in the third volume of Our Village in 1828. It was also pub)
#Father_Bocking_1810
(To my Father, on his Return from Bocking. May 29, 1808. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#FavoriteBower_1810
(Written in a Favorite Bower, Previous to Leaving Home, May 14, 1809. | 1810 | 1810 poem refers to Mitford's home Bertram House and is dated May 14, 1809. This)
#Fawn_DS_1827
(The Fawn: A Dramatic Sketch | 1827 | Dramatic sketch. Reprinted in volume two of The Dramatic Works of Mary Russell M)
#Fiesco_MRMplay
(Fiesco | Mitford’s first attempt to write a full-length tragedy, never performed or print)
#Fiesco_play
(Die Verschwörung des Fiesco zu Genua; or Fiesco’s Conspiracy at Genoa)
#FindensT_1838
(Findens' Tableaux: A Series of Picturesque Scenes of National Character, Beauty, and Costume | 1837 | 1838 annual edited by Mitford, to which she contributed five selections.)
#FindensT_1839
(Findens' Tableaux of the Affections; A series of Picturesque Illustrations of the Womanly Virtues | 1838 | 1839 annual edited by Mitford, to which she contributed four selections.)
#FindensT_1840
(Findens' Tableaux: The Iris of Prose, Poetry, and Art for MDCCXL | 1839 | 1840 annual edited by Mitford, to which she contributed six selections.)
#FindensT_1841
(Findens' Tableaux: The Iris of Prose, Poetry, and Art for MDCCXLI | 1840 | 1841 annual edited by Mitford, to which she contributed six selections.)
#FindensT_1843
(Finden's Tableaux of National Character, Beauty, and Costume | 1842 | A two-volume anthology of previously-published stories and poems from Finden's T)
#Fingal_Ossian
(Fingal: An Ancient Epic Poem, in Six Books: Together with Several Other Poems, Composed by Ossian the Son of Fingal. Translated from the Galic Language, by James Macpherson. | 1762 | Galic is Macpherson’s spelling.)
#Fisherman_in_Married_State_OV
(The Fisherman in his Married State [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832. It is a second part )
#FishingSeat_1827
(The Fishing-Seat, Whiteknights [1827 version] | 1827 | Sonnet 14 in the 1827 collection (page 307) . Also appeared in the 1827 Literary)
#Flirtation_Extraordinary_BR
(Flirtation Extraordinary | 1835 | This story was also published in the English Annual for 1837 with the title A Se)
#Florence_Macarthy_SO
(Florence Macarthy: An Irish Tale | 1818 | Mitford records that she was very much amused by it. Later, she writes that she )
#ForgetMeNot_1827
(The Forget-Me-Not [1827 version] | 1827 | Sonnet 3 in the 1827 collection (page 295) .)
#Foscari_MRMplay
(Foscari: A Tragedy | 1826)
#Fragments_Ossian
(Fragments of Ancient Poetry Collected in the Highlands of Scotland, and Translated from the Galic or Erse Language | 1760 | Galic is Macpherson’s spelling.)
#Frags_Dumas
(Fragments des oeuvres d'Alexandre Dumas choisis à l'usage de la jeunesse par Miss Mitford | 1846)
#Freshwater_Fisherman_OV
(The Freshwater Fisherman. A Sketch [Our Village version] | 1832 | This sketch appeared in volume five of Our Village in 1832. It also appeared in )
#FriendBirthday_1827
(To a Friend on Her Birthday [1827 version] | 1827 | Sonnet 15 in the 1827 collection (page 308) . Also appeared in the 1822 New Mont)
#FriendsAlbum_1827
(Written in a Friend's Album [1827 version] | 1827 | Sonnet 17 in the 1827 collection (page 310) . Also appeared in Marshall's Christ)
#FriendToLisbon_1827
(On the Departure of a Friend to Lisbon for the Recovery of Her Health [1827 version] | 1827 | Sonnet 21 in the 1827 collection (page 315) .)
#FudgeFamilyParis
(The Fudge Family in Paris | 1818)
#GammerGurton
(Gammer Gurton’s Needle | Comic play written during the 1550s, considered one of the first comedies in Eng)
#Gaston_deBlondeville
(Gaston de Blondeville | 1854 | First published in The Dramatic Works of Mary Russell Mitford; not published sep)
#Gaston_novel
(Gaston de Blondeville)
#GaySummerMorn_1827
('Tis a gay summer morn, and the sunbeams dance | 1827 | 1827 untitled song. Title taken from first line.)
#Geraniaceae
(Geraniaceae: The Natural Order of Gerania, Illustrated by Coloured Figures and Descriptions; Comprising the Numerous and Beautiful Mule-varieties Cultivated in the Gardens of Great Britain, with Directions for Their Treatment | 1820—1830 | Printed in 5 volumes between 1820 and 1830.)
#GhostStories_OV
(Ghost Stories [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830.)
#Gleaner_FT
(The Gleaner | 1840 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#Glenarvon_fict
(Glenarvon)
#Glenfergus_fict
(Glenfergus. In Three Volumes | 1820)
#GlowWorm_1810
(To the Glow-Worm. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#Going_to_Races_OV
(Going to the Races [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was previously pu)
#Grace_Neville_OV
(Grace Neville [Our Village version] | 1828 | This sketch appeared in volume three of Our Village in 1828. It was previously p)
#Great_Farmhouse_LM
(A Great Farmhouse [Lady's Magazine version] | 1823-02 | This sketch was collected in volume one of Our Village .)
#Great_Farmhouse_OV
(A Great Farmhouse [Our Village version] | 1824 | This sketch appeared as the fifth story volume one of Our Village in 1824. It or)
#Greek_Plays_BR
(The Greek Plays | 1835)
#Ground_Ash_CS
(The Ground Ash | 1835)
#GulliversTr_JS
(Jonathan Swift | 1726 | Amended 1735)
#Guy_Mannering
(Guy Mannering)
#Hacho
(Hacho; or, the Spell of St. Wilten | 1819 | Narrative poem in imitation of Scott, written while the author was at Cambridge.)
#HalidonHill
(Halidon Hill; A Dramatic Sketch from Scottish History | 1822)
#Hamlet_play
(Hamlet | 1603 | First performed around 1602 and first printed in 1603.)
#Hannah_LM
(Hannah [Lady's Magazine version] | 1823-01 | This sketch was later collected in volume one of Our Village in 1824.)
#Hannah_OV
(Hannah [Our Village version] | 1824 | Hannahappeared as the second story volume one of Our Village in 1824. It was ori)
#HaroldEx
(Harold the Exile | 1819 | 3 volumes. Published anonymously and with no publisher listed. Considered to be )
#Harry_L_Talking_Gent_LM
(Harry L., or The Talking Gentleman [Lady's Magazine version] | 1823-08 | This sketch appeared in the August 1823 issue of The Lady's Magazine. It was lat)
#HavardChasI_play
(The Tragedy of Charles I | 1747)
#HayCarrying_OV
(Hay-Carrying [Our Village version] | 1828 | This sketch appeared in volume three of Our Village in 1828. It was first publis)
#Haydon_Corresp
(Benjamin Robert Haydon: Correspondence and Table-Talk | )
#Haymakers_OV
(The Haymakers. A Country Story [Our Village Version[ | 1832 | This sketch appeared in volume five of Our Village in 1832. It was previously pu)
#Haymaking_OV
(Haymaking [alternate title assigned to Hay-Carrying in some later editions of Our Village])
#Hazlitt_LecComic
(Lectures on the English Comic Writers)
#Hazlitt_LecDrama
(Lectures on the Dramatic Literature of the Age of Elizabeth)
#HeadlongHall
(Headlong Hall | 1816 | Mitford rated it as famous.)
#HearingTalfourd_1827
(On Hearing Mr. Talfourd Plead in the Assize-Hall at Reading, On His First Circuit, March 1821 [1827 version] | 1827 | Sonnet 13 in the 1827 collection (page 306) .)
#Heart_of_Mid
(The Heart of Midlothian | 1822)
#Heiress_MRM
(The Heiress | Projected novel by Mary Russell Mitford, apparently never completed. Coles posit)
#Helen_play
(Helen)
#Henry_Talbot_DS_1827
(Henry Talbot: A Dramatic Sketch | 1827 | Dramatic sketch. Reprinted in volume two of The Dramatic Works of Mary Russell M)
#HenryIVpt1_play
(Henry IV, part one | First printed in 1598; likely in performance before that date.)
#HenryIVpt2_play
(Henry IV, part two | 1600)
#HenryV_play
(Henry V)
#HenryVIII_play
(Henry VIII)
#HermitInLondon
(The Hermit in London | 1819 | Published anonymously. 5 volumes. Full title: The Hermit In London, Or, Sketches)
#Hester_BR
(| 1835)
#Hist_Crusades_CM
(The History of the Crusades | 1820 | Full title: The History of the Crusades, for the recovery and possession of the )
#Hist_JSpinner
(The History of Jenny Spinner | 1800 | Full title: The History of Jenny Spinner, the Hertfordshire Ghost. Written by he)
#Hist_ParisianMass
(The History of the Parisian Massacre | 1810 | Full title: The History of the Parisian Massacre; Wherein all the minute circums)
#HistAcctAfrica_JL
(Historical Account of Discoveries and Travels in Africa, by the late J. Leyden | 1817 | Full title: Historical Account of Discoveries and Travels in Africa, by the late)
#HistEdRichII_Howard
(History of the Reigns of Edward and Richard II | 1690 | Published near the end of his life, this play involved Sir Robert, a royalist sy)
#HistEngland_Hume
(The History of England | 1754—1761 | Hume wrote the six volumes of this monumental history in reverse chronological o)
#History_Burnet
(Bishop Burnet's History of his Own Time | 1818 | Full title: Bishop Burnet's History of his Own Time from the restoration of King)
#History_Municipal_Church_St_Lawrence
(A History of the Municipal Church of St. Lawrence, Reading | 1883 publication used by Needham to establish local histories and identities of )
#HistWIndies_BE
(History of the West Indies | 1798 | 5 volumes. Full title: The History, Civil and Commercial, of the British West In)
#HoflandsJerusalem_1827
(On Mr. Hofland's Picture of Jerusalem at the Time of the Crucifixion [1827 version] | 1827 | Sonnet 2 in the 1827 collection (page 294) . Also appeared in the 1826 Amulet as)
#Holcroft_Mems
(Memoirs of the Late Thomas Holcroft, Written by Himself and Continued to the Time of His Death | 1816)
#Honeymoon_play
(The Honeymoon)
#Honor_OCallaghan_CS
(Honor O'Callaghan | 1835)
#HopG_FT
(Hop-Gathering | 1840 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#Hopping_Bob_OV
(Hopping Bob [Our Village version] | 1830 | This sketch appeared in volume four of Our Village in 1830. It was also publishe)
#Horace_play
(Horace | 1640)
#HoundandHorn_1827
(With hound and horn and huntsman's call | 1827 | 1827 untitled song. Title taken from first line.)
#Hudibras_SB
(Hudibras | First published in three parts in 1663, 1664 and 1678, then as a single edition )
#HumanLife_SR
(Human Life: A Poem | 1819)
#Humphrey_Clinker_fict
(The Expedition of Humphrey Clinker | 1771)
#Hypocrite
(The Hypocrite | A satirical version of Moliere’splay, Tartuffe by Bickerstaff.)
#Il_Pensoroso
(Il Pensoroso | 1645 | Written 1632, together with L' Allegro.)
#Iliad
(The Iliad | The author of this poem would have been presumed to be Homer in Mitford’s time.)
#Illinois_Birkbeck
(Letters from Illinois: Illustrated by a Map of the United States, Shewing Mr. Birkbeck’s Journey from Norfolk to Illinois and a Map of English Prairie and the Adjacent Country by John Melish | 1818 | Mitford likely read this edition, published in London; editions also appeared in)
#Illus_LitHist
(Illustrations of the Literary History of the Eighteenth Century | 1818 | Full title: Illustrations of the Literary History of the Eighteenth Century, Con)
#Imitated_Italian_1810
(Imitated from the Italian. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#Impromptu_Whitbread_1810
(Impromptu, On Hearing Mr. Whitbread Declare, On Lord Melville's Trial, That He Fondly Trusted his Name Would Descend with Honor to Posterity. | 1810 | 1810 poem. This title not republished in Poems: Second Edition with Considerable)
#Independence
(Independence | Author and date unidentified.)
#Independence_1827
(Independence | 1827 | 1827 narrative poem.)
#India_JournalResidence_Graham
(Maria Graham | 1812 | Another edition was published in 1813 in Edinburgh by A. Constable and Company, )
#Inez_deCastro_MRMplay
(Inez de Castro; A Tragedy in Five Acts | )
#InfantileLove_1811
(Infantile Love. | 1811 | 1811 poem. A portion of this poem appears as an epigraph in Poems by Eliza Gabri)
#Inferno_Dante
(Inferno | 1472 | The Inferno is the first part of Dante Alighieri’s 14th-century epic poem %h3 Di)
#Inquisitive_Gent_OV
(The Inquisitive Gentleman [Our Village version] | 1826 | This sketch appeared in volume two of Our Village in 1826.)
#InsaneWorld
(The Insane World | 1818 | Full title: The Insane World; or, a Week in London. A Satire. Mitford dismissed )
#IntendedRemoval_1827
(On an Intended Removal From a Favourite Residence. November, 1820 [1827 version] | 1827 | Sonnet 20 in the 1827 collection (page 314) . Also appeared in the 1822 New Mont)
#IntNarr_Bruce
(An Interesting Narrative of the Travels of James Bruce, Esq. into Abyssinia | 1790 | Full title: An Interesting Narrative of the Travels of James Bruce, Esq. into Ab)
#Intro_DW
(Introduction | 1854 | Introduction, first published in The Dramatic Works of Mary Russell Mitford; not)
#Intro_Farewell_to_OV_v5
(Introduction. Farewell to Our Village | 1832 | This sketch appeared as the introduction to the fifth and final volume of Our Vi)
#Introduction_ExtractsLetters_OV_v3
(Introduction [to Our Village, volume 3] | 1828 | This essay appeared in the third volume of Our Village in 1828.)
#Introductory_Letter_to_Miss_W_OV
(Introductory Letter, to Miss W. [Our Village version] | 1830 | This appeared in the fourth volume of Our Village, by way of introduction. The l)
#InvariablePrin_WLB
(The Invariable Principles of Poetry, in a Letter Addressed to Thomas Campbell, Esq.; Occasioned by Some Critical Observations in his Specimens of British Poets, Particularly Relating to the Poetical Character of Pope. | | Part of a controversy over the significance poetry of Alexander Pope in the earl)
#Ion_Euripides
(Ion | -0414—-0412 | The ancient Greek play on which Thomas Noon Talfourd based his political tragedy)
#Ion_TNTplay
(Ion)
#Irish_Haymaker_BR
(The Irish Haymaker | 1835)
#Isabella_poem
(Isabella, or the Pot of Basil | 1820 | Keats's narrative poem is adapted from the tale of Isabella and Lorenzo from Gio)
#Italian_AR
(The Italian | 1797 | Full title: The Italian, or the Confessional of the Black Penitents. A Romance.)
#ItalianTrans_ChasD
(Italian Translations | 1819 | Unpublished manuscript translations of works in Italian. Mitford reviewed the ma)
#Ivanhoe
(Ivanhoe)
#Jack_Hatch_OV
(Jack Hatch [Our Village version] | 1826 | This sketch appeared in volume two of Our Village in 1826. It was also published)
#Jesse_Cliffe_CS
(Jesse Cliffe | 1835 | This story was also published in The Library of Fiction; or Family Story Teller )
#Jessy_Lucas_OV
(Jessy Lucas [Our Village version] Jessy of Kibe's Farm [Bijou version] | 1828 | This sketch appeared in volume three of Our Village in 1828. It was also publish)
#JoannasProphecy_1810
(Joanna's Prophecy. | 1810 | 1810 poem. This title also published in Poems: Second Edition with Considerable )
#JohnBull_play
(John Bull the Englishman’s Fireside, a Comedy in five acts. | 1805)
#JohnGospel_NewTest
(The Gospel of John | Fourth Book of the New Testament of the Christian Bible, presumably (and contest)
#Johnson_Lives
(Lives of the English Poets | 1783)
#Journal_Greenland
(Greenland: being extracts from a journal kept in that country in the years 1770 to 1778 | 1818 | Full title: Greenland: being extracts from a journal kept in that country in the)
#Journal_India1817
(Journal of a Route Across India | 1819 | Full title: Journal of a Route Across India, Through Egypt, to England, in the L)
#Journal_Soldier71st
(A Journal of a Soldier of the 71st | 1819 | Full title: A Journal of a Soldier of the 71st, or Glasgow Regiment, Highland Li)
#Julian_MRMplay
(Julian; a Tragedy in Five Acts | 1823)
#Julius_Caesar_play
(Julius Caesar | 1599 | Shakespeare's play about the assassination of Julius Caesar.)
#JuniusLtrs
(The Letters of Junius | 1772 | Collection of letters written pseudonymously between 1769 and 1772 and colleccte)
#Kehama
(The Curse of Kehama: A Poem in Two Volumes | 1810)
#Kenilworth_WS
(Kenilworth | 1821)
#King_Harwood_BR
(King Harwood | 1835)
#King_John_play
(The Life and Death of King John | Likely written in the mid-1590s; not published until it appeared in the First Fo)
#King_John_Valpy
(King John, an Historical Tragedy, Altered from Shakespeare, as it was Acted at Reading School for the Subscription to the Naval Pillar, to be Erected in Honor of the Naval Victories of the Present War | 1800)
#King_Lear_play
(King Lear)
#KingAnecd
(Political and Literary Anecdotes of His Own Times. | According to the title page, a memoir of Dr. William King, written in his sevent)
#KingCoal
(King Coal's Levée | 1819 | Full title: King Coal's Levee, Or Geological Etiquette, With Explanatory Notes; )
#KingsPg_FT
(The King's Page | 1839 | A short story by Mary Russell Mitford. Also collected in Finden's Tableaux of Na)
#Knights_Swan
(Knights of the Swan | 1796 | 2 volumes. Full title: The Knights of the Swan: or, the court of Charlemagne: a )
#Lallegro
(John Milton | 1645 | Poem found in Milton’s 1645 Poems of Mr. John Milton both English and Latin, Com)
#Lamb_Chas_NewStyleActing
(Charles Lamb)
#Lamb_Chas_Works
(Charles Lamb | )
#Lament_Tasso
(Lament of Tasso)
#Laodamia_WW
(Laodamia | 1815)
#LeavingPicture_1827
(On Leaving a Favourite Picture [1827 version] | 1827 | Sonnet 16 in the 1827 collection (page 309) . Appeared in the 1821 New Monthly M)
#LecComic_WHaz
(Lectures on the English Comic Writers, delivered at the Surry Institution | 1819 | Spelled Surry on title page.)
#LecDramatic_WHaz
(Lectures Chiefly on the Dramatic Literature of the Age of Elizabeth, Delivered at the Surry Institution | 1820)
#LecPoetry_WHaz
(Lectures on the English Poets, delivered at the Surrey Institution | 1819)
#Lects_WmLawrence
(Cursory Observations upon the Lectures on Physiology, Zoology, and the Natural History of Man | 1819 | Full title: Cursory Observations upon the Lectures on Physiology, Zoology, and t)
#LectsHistLit_Schlegel
(Lectures on the History of Literature: Ancient and Modern | 1819)
#Lectures_JOpie
(Lectures on Painting | 1809 | Full title: Lectures on Painting, Delivered at the Royal Academy of Arts: with a)
#Lectures_Paint_HF
(Lectures on Painting: Delivered at the Royal Academy, March, 1801. | 1801)
#LegendGoodWomen
(The Legend of Good Women | A collection of legends believed to be composed during the 1380s.)
#LeightonPr
(Leighton Priory | Author and date unidentified.)
#Letters_Hearne_Aubrey
(Letters Written by Eminent Persons in the Seventeenth and Eighteenth Centuries: To Which are Added, Hearne’s Journeys to Reading, and to Whaddon Hall, the Seat of Browne Willis, Esq., and Lives of Eminent Men by John Aubrey, Esq., the Whole Now First Published from the Originals | 1813)
#Letters_NItaly
(Letters from the North of Italy | 1819 | 2 vols. Full title: Letters from the North of Italy: Addressed to Henry