Example: <author>

These search results reproduce every example of the use of <author> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <author> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

3 Elements Available in All TEI Documents


3.3.3 Quotation

<div xml:id="mm01type="chapter">
 <head>Chapter 1</head>
 <epigraph>
  <cit>
   <quote>
    <l>Since I can do no good because a woman</l>
    <l>Reach constantly at something that is near it.</l>
   </quote>
   <bibl>
    <title>The Maid's Tragedy</title>
    <author>Beaumont and Fletcher</author>
   </bibl>
  </cit>
 </epigraph>
 <p>Miss Brooke had that kind of beauty which seems to be thrown into
     relief by poor dress...</p>
</div>

3.8.1 Notes and Simple Annotation

<titleStmt>
 <title>The Rime of the Ancient Mariner: an annotated edition</title>
 <author xml:id="STC">Samuel Taylor Coleridge</author>
 <editor xml:id="JLL">John Livingston Lowes</editor>
</titleStmt>

3.11.1 Methods of Encoding Bibliographic References and Lists of References

<biblStruct>
 <monogr>
  <author>
   <persName>
    <forename>Edward</forename>
    <forename full="init">R.</forename>
    <surname>Tufte</surname>
   </persName>
   <idno type="scopus">6506403994</idno>
   <idno type="lcaf">http://id.loc.gov/authorites/names/n50012763.html</idno>
  </author>
  <title level="m">Envisioning Information</title>
  <imprint>
   <pubPlace>Cheshire, Conn.</pubPlace>
   <publisher>Graphics Press</publisher>
   <date when="1990"/>
  </imprint>
 </monogr>
</biblStruct>

3.11.1 Methods of Encoding Bibliographic References and Lists of References

<biblFull>
 <titleStmt>
  <title>Envisioning Information</title>
  <author>Tufte, Edward R[olf]</author>
 </titleStmt>
 <extent>126 pp.</extent>
 <publicationStmt>
  <publisher>Graphics Press</publisher>
  <pubPlace>Cheshire, Conn. USA</pubPlace>
  <date>1990</date>
 </publicationStmt>
</biblFull>

3.11.1 Methods of Encoding Bibliographic References and Lists of References

<listBibl>    <head>Bibliography</head>    <biblStruct xml:id="NELSON80">       <analytic>         <author>           <persName>             <surname>Nelson</surname>             <forename>Theodore</forename>             <forename>Holm</forename>           </persName>         </author>         <title level="a">Replacing the printed word:              a complete literary system</title>       </analytic>       <monogr>          <title level="m">Information Processing '80:  Proceedings of the IFIPS              Congress, October 1980</title>          <editor>            <persName>              <forename>Simon</forename>              <forename>H.</forename>              <surname>Lavington</surname>            </persName>          </editor>          <imprint>             <publisher>North-Holland</publisher>             <pubPlace>Amsterdam</pubPlace>             <date when="1980"/>          </imprint>          <biblScope unit="ppfrom="1013"
 to="1023">
1013–23</biblScope>       </monogr>       <note>Apparently a draft of section 4 of            <title level="m">Literary Machines</title>.</note>    </biblStruct>      <bibl xml:id="NELSON88"><author><persName><forename>Ted</forename> <surname>Nelson</surname></persName></author><title level="u">Literary Machines</title> (privately published,  <date when="1987">1987</date>).</bibl>      <bibl xml:id="BAXTER88"><author><persName><surname>Baxter</surname><forename>Glen</forename></persName></author>: <title level="m">Glen Baxter His Life: the years of struggle</title>  <pubPlace>London</pubPlace><publisher>Thames and Hudson</publisher><date when="1988">1988</date>.</bibl> </listBibl>

3.11.1 Methods of Encoding Bibliographic References and Lists of References

<list>
 <head>Bibliography</head>
 <item>
  <bibl xml:id="NEL80">
   <author>Nelson, T. H.</author>
   <title level="a">Replacing the printed word:
         a complete literary system</title>.
   <title level="m">Information Processing '80:
         Proceedings of the IFIPS Congress, October 1980</title>.
   <editor>Simon H. Lavington</editor>
   <publisher>North-Holland</publisher>:
   <pubPlace>Amsterdam</pubPlace>,
   <date>1980</date>.
   <biblScope>pp 1013–23
    </biblScope>
   <note>Apparently a draft of section 4 of
    <title>Literary Machines</title>.</note></bibl>
 </item>
 <item>
  <bibl xml:id="NEL88">Ted Nelson: <title>Literary Machines</title>
       (privately published, 1987)</bibl>
 </item>
 <item>
  <bibl xml:id="BAX88">
   <author>Baxter, Glen</author>
   <title>Glen Baxter His Life: the years of struggle</title>
       London: Thames and Hudson, 1988.
   </bibl>
 </item>
</list>

3.11.2.1 Analytic, Monographic, and Series Levels

<bibl type="article"
 subtype="magazine_articlexml:id="beaupaire_1911">

 <author>
  <name>
   <surname>Beaupaire</surname>
       (<forename>Edmond</forename>)</name>
 </author>,
 <title level="a">A propos de la rue de la Femme-sans-Tête</title>,
 <bibl type="monogr">
  <title level="j">La Cité</title>,
  <date when="1911-01">janvier 1911</date>, pp. <biblScope unit="ppfrom="5to="17">5-17</biblScope>.
  </bibl></bibl>

3.11.2.1 Analytic, Monographic, and Series Levels

<biblStruct>
 <analytic>
  <author>Albert Schachter</author>
  <title level="a">Iolaos</title>
 </analytic>
 <monogr>
  <title level="m">Herakles to Poseidon</title>
  <imprint>
   <date>1986</date>
  </imprint>
  <biblScope unit="pp">64-70</biblScope>
 </monogr>
 <monogr>
  <title level="m">Cults of Boiotia</title>
  <imprint>
   <pubPlace>London</pubPlace>
  </imprint>
  <extent>4 vols.</extent>
  <biblScope unit="part">2</biblScope>
 </monogr>
 <series>
  <title level="s">Bulletin of the Institute of Classical Studies
       Supplements</title>
  <biblScope unit="vol">38</biblScope>
 </series>
</biblStruct>

3.11.2.1 Analytic, Monographic, and Series Levels

<biblStruct>
 <analytic>
  <author>
   <persName>
    <surname>Thaller</surname>
    <forename>Manfred</forename>
   </persName>
  </author>
  <title level="a">A Draft Proposal for a Standard for the
       Coding of Machine Readable Sources</title>
 </analytic>
 <monogr>
  <title level="j">Historical Social Research</title>
  <imprint>
   <date when="1986-10">October 1986</date>
  </imprint>
  <biblScope unit="vol">40</biblScope>
  <biblScope unit="ppfrom="3to="46">3-46</biblScope>
 </monogr>
 <monogr>
  <title level="m">Modelling Historical Data:
       Towards a Standard for Encoding and
       Exchanging Machine-Readable Texts</title>
  <editor>
   <persName>
    <forename>Daniel</forename>
    <forename full="init">I.</forename>
    <surname>Greenstein</surname>
   </persName>
  </editor>
  <imprint xml:lang="de">
   <pubPlace>St. Katharinen</pubPlace>
   <publisher>Max-Planck-Institut für Geschichte
         In Kommission bei
         Scripta Mercaturae Verlag</publisher>
   <date when="1991"/>
  </imprint>
 </monogr>
 <series xml:lang="de">
  <title level="s">Halbgraue Reihe
       zur Historischen Fachinformatik</title>
  <respStmt>
   <resp>Herausgegeben von</resp>
   <name type="person">Manfred Thaller</name>
   <name type="org">Max-Planck-Institut für Geschichte</name>
  </respStmt>
  <title level="s">Serie A: Historische Quellenkunden</title>
  <biblScope unit="vol">11</biblScope>
 </series>
</biblStruct>

3.11.2.1 Analytic, Monographic, and Series Levels

<biblStruct>
 <analytic>
  <author>
   <forename>James</forename>
   <forename>H.</forename>
   <surname>Coombs</surname>
  </author>
  <author>
   <forename>Allen</forename>
   <surname>Renear</surname>
  </author>
  <author>
   <forename>Steven</forename>
   <forename>J.</forename>
   <surname>DeRose</surname>
  </author>
  <title level="a">Markup Systems and The Future of Scholarly Text
       Processing</title>
  <idno type="DOI">10.1145/32206.32209</idno>
 </analytic>
 <monogr>
  <title level="j">Communications of the ACM</title>
  <imprint>
   <date>1987</date>
  </imprint>
  <biblScope unit="vol">30</biblScope>
  <biblScope unit="issue">11</biblScope>
  <biblScope unit="pp">933–947</biblScope>
 </monogr>
 <ref type="url">http://xml.coverpages.org/coombs.html</ref>
</biblStruct>

3.11.2.1 Analytic, Monographic, and Series Levels

<bibl xml:id="NELSON_80">
 <author>
  <persName>
   <surname>Nelson</surname>,
   <forename>T.</forename>
   <forename>H.</forename></persName>
 </author>
 <date when="1980">1980</date>.
 <title level="a">Replacing the printed word: a complete literary
     system</title>. In <title level="m">Information Processing '80: Proceedings of the
     IFIPS Congress, October 1980</title>,
   ed.
 <editor>
  <persName>
   <forename>Simon</forename>
   <forename>H.</forename>
   <surname>Lavington</surname>
  </persName>
 </editor>,
 <biblScope unit="pp">1013-23</biblScope>.
 <pubPlace>Amsterdam</pubPlace>: <publisher>North-
     Holland</publisher>. (<note>Apparently a draft of section 4 of
  <ref target="#NELSON_88">
   <title level="m">Literary
         Machines</title>
  </ref>.</note>)
 </bibl>

<analytic>

<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>

<monogr>

<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 unit="pagefrom="377to="380">377–380</biblScope>
 </monogr>
</biblStruct>

<monogr>

<biblStruct type="book">
 <monogr>
  <author>
   <persName>
    <forename>Leo Joachim</forename>
    <surname>Frachtenberg</surname>
   </persName>
  </author>
  <title type="mainlevel="m">Lower Umpqua Texts</title>
  <imprint>
   <pubPlace>New York</pubPlace>
   <publisher>Columbia University Press</publisher>
   <date>1914</date>
  </imprint>
 </monogr>
 <series>
  <title type="mainlevel="s">Columbia University Contributions to
       Anthropology</title>
  <biblScope unit="volume">4</biblScope>
 </series>
</biblStruct>

3.11.2.2 Titles, Authors, and Editors

<biblStruct>
 <analytic>
  <author ref="http://id.loc.gov/authorities/names/no2001067434">
   <persName>
    <forename>Lucy</forename>
    <forename>Allen</forename>
    <surname>Paton</surname>
   </persName>
  </author>
  <title>Notes on Manuscripts of the
   <title level="mxml:lang="fr">Prophécies de Merlin</title></title>
 </analytic>
 <monogr>
  <title level="j">PMLA</title>
  <imprint>
   <date>1913</date>
  </imprint>
  <biblScope unit="vol">8</biblScope>
  <biblScope unit="pp">122</biblScope>
 </monogr>
</biblStruct>

3.11.2.2 Titles, Authors, and Editors

<bibl>
 <author ref="http://viaf.org/viaf/95301405">John Warrack</author>. „Es waren seine letzten Töne!“
   In <editor ref="http://viaf.org/viaf/263865979">Joachim Veit</editor>
   and <editor ref="http://viaf.org/viaf/268371810">Frank Ziegler</editor> eds. Weber-Studien Bd. 3, Mainz (1996), pp.300–317
 </bibl>

3.11.2.2 Titles, Authors, and Editors

<bibl>
 <author>Lominandze, DG</author>.
 <title level="m">Cyclotron waves in plasma</title>.
 <respStmt>
  <resp>Translated by</resp>
  <name>AN. Dellis</name>
 </respStmt>;
 <respStmt>
  <resp>edited by</resp>
  <name>SM. Hamberger</name>
 </respStmt>.
 <edition>1st ed.</edition>
 <pubPlace>Oxford</pubPlace>:
 <publisher>Pergamon Press</publisher>,
 <date>1981</date>.
 <extent>206 p.</extent>
 <title level="s">International series in natural philosophy</title>.
 <note place="inline">Translation of:
  <title xml:lang="ru-Latnlevel="m">Ciklotronnye volny v
       plazme</title>.
  <idno type="ISBN">0-08-021680-3</idno>.
  </note></bibl>

<author>

<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>

<author>

<author>La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693)</author>
<author>Anonyme</author>
<author> Erckmann-Chatrian</author>
<author>
 <orgName key="ARTE">Association relative à la télévision européenne</orgName>
</author>

<author>

<author>中央日報</author>
<author>中央通訊社董事長馬星野</author>

3.11.2.3 Document Identifiers

<biblStruct>
 <monogr>
  <author>
   <forename>John</forename>
   <surname>Downame</surname>
  </author>
  <title type="short">Foure treatises tending to disswade all Christians from foure no lesse hainous then common sinnes</title>
  <idno type="stc2ndEd">7141</idno>
  <imprint>
   <pubPlace>At London</pubPlace>
   <publisher>Imprinted by Felix Kyngston, for William Welby, and are to be sold at his shop in Pauls Church-yard at the signe of the Greyhound</publisher>
   <date when="1609">1609</date>
  </imprint>
 </monogr>
</biblStruct>

3.11.2.4 Imprint, Size of a Document, and Reprint Information

<biblStruct>
 <monogr>
  <author>Nicholas, Charles K.</author>
  <author>Welsch, Lawrence A.</author>
  <title level="m">On the interchangeability of SGML and ODA</title>
  <idno type="NIST">NISTIR 4681</idno>
  <imprint>
   <pubPlace>Gaithersburg, MD</pubPlace>
   <publisher>National Institute of Standards and Technology
    </publisher>
   <date when="1992-01">January 1992</date>
  </imprint>
  <extent>19 pp.</extent>
 </monogr>
</biblStruct>

3.11.2.4 Imprint, Size of a Document, and Reprint Information

<biblStruct>
 <monogr>
  <author>Hansen, W.</author>
  <title level="u">Creation of hierarchic text
       with a computer display</title>
  <idno type="ANL">ANL-7818</idno>
  <note place="inline">Ph.D. dissertation</note>
  <imprint>
   <publisher>Dept. of Computer Science, Stanford Univ.</publisher>
   <pubPlace>Stanford, CA</pubPlace>
   <date when="1971-06">June 1971</date>
  </imprint>
 </monogr>
</biblStruct>

3.11.2.4 Imprint, Size of a Document, and Reprint Information

<biblStruct>
 <monogr>
  <author>Shirley, James</author>
  <title type="main">The gentlemen of Venice</title>
  <title type="sub">a tragi-comedie presented at the private
       house in Salisbury Court by Her Majesties servants</title>
  <note place="inline">[Microform]</note>
  <imprint>
   <pubPlace>London</pubPlace>
   <publisher>H. Moseley</publisher>
   <date>1655</date>
  </imprint>
  <extent>78 p.</extent>
 </monogr>
 <monogr>
  <imprint>
   <pubPlace>New York</pubPlace>
   <publisher>Readex Microprint</publisher>
   <date>1953</date>
  </imprint>
  <extent>1 microprint card, 23 x 15 cm.</extent>
 </monogr>
 <series>
  <title level="s">Three centuries of drama: English, 1642–1700</title>
 </series>
</biblStruct>

3.11.2.5 Scopes and Ranges in Bibliographic Citations

<biblStruct>
 <analytic>
  <author>
   <persName>
    <surname>Wrigley</surname>
    <forename full="init">E.</forename>
    <forename full="init">A.</forename>
   </persName>
  </author>
  <title level="a">Parish registers and the historian</title>
 </analytic>
 <monogr>
  <author>
   <persName>
    <surname>Steel</surname>
    <forename full="init">D.</forename>
    <forename full="init">J.</forename>
   </persName>
  </author>
  <author>
   <persName>
    <surname>Steel</surname>
    <forename full="init">A.</forename>
    <forename full="init">E.</forename>
    <forename full="init">F.</forename>
   </persName>
  </author>
  <title level="m">General sources of births, marriages and deaths before 1837</title>
  <imprint>
   <pubPlace>London</pubPlace>
   <publisher>Society of Genealogists</publisher>
   <date when="1968"/>
  </imprint>
  <biblScope unit="ppfrom="155to="167">155–167</biblScope>
 </monogr>
 <series>
  <title level="s">National index of parish registers</title>
  <biblScope unit="vol">1</biblScope>
 </series>
</biblStruct>

3.11.2.5 Scopes and Ranges in Bibliographic Citations

<biblStruct>
 <analytic>
  <author>Boguraev, Branimir</author>
  <author>Neff, Mary</author>
  <title level="a">Text Representation, Dictionary Structure,
       and Lexical Knowledge</title>
 </analytic>
 <monogr>
  <title level="j">Literary &amp; Linguistic Computing</title>
  <imprint>
   <date>1992</date>
  </imprint>
  <biblScope unit="vol">7</biblScope>
  <biblScope unit="issue">2</biblScope>
  <biblScope unit="pp">110-112</biblScope>
 </monogr>
</biblStruct>

3.11.2.5 Scopes and Ranges in Bibliographic Citations

<biblStruct>
 <analytic>
  <author>Chesnutt, David</author>
  <title level="a">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 from="377to="280">377–380</biblScope>
 </monogr>
</biblStruct>

3.11.2.5 Scopes and Ranges in Bibliographic Citations

<biblStruct>
 <analytic>
  <author>Chesnutt, David</author>
  <title level="a">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 unit="ppfrom="377to="280">377–380</biblScope>
 </monogr>
 <citedRange>378</citedRange>
</biblStruct>

3.11.2.7 Related Items

<biblStruct xml:id="bibl03">
 <monogr>
  <author>Swinburne, Algernon Charles</author>
  <title level="m">Swinburne's <title level="m">Atalanta in Calydon</title>: A Facsimile of the
       First Edition</title>
  <editor>Georges Lafourcade</editor>
  <imprint>
   <pubPlace>London</pubPlace>
   <publisher>Oxford UP</publisher>
   <date>1930</date>
  </imprint>
 </monogr>
 <relatedItem type="otherEdition">
  <ref target="#bibl04"/>
 </relatedItem>
</biblStruct>
<biblStruct xml:id="bibl04">
 <monogr>
  <author> Swinburne, Algernon Charles</author>
  <title level="m">Atalanta in Calydon</title>
  <imprint>
   <pubPlace>London</pubPlace>
   <publisher>Edward Moxon</publisher>
   <date>1865</date>
  </imprint>
 </monogr>
</biblStruct>

3.11.2.7 Related Items

<biblStruct>
 <monogr>
  <author>Shirley, James</author>
  <title type="main">The gentlemen of Venice</title>
  <imprint>
   <pubPlace>New York</pubPlace>
   <publisher>Readex Microprint</publisher>
   <date>1953</date>
  </imprint>
  <extent>1 microprint card, 23 x 15 cm.</extent>
 </monogr>
 <series>
  <title level="s">Three centuries of drama: English, 1642–1700</title>
 </series>
 <relatedItem type="otherEdition">
  <biblStruct>
   <monogr>
    <author>Shirley, James</author>
    <title type="mainlevel="m">The gentlemen of Venice</title>
    <title type="sublevel="m">a tragi-comedie presented at the private
           house in Salisbury Court by Her Majesties servants</title>
    <imprint>
     <pubPlace>London</pubPlace>
     <publisher>H. Moseley</publisher>
     <date when="1655">1655</date>
    </imprint>
    <extent>78 p.</extent>
   </monogr>
  </biblStruct>
 </relatedItem>
</biblStruct>

3.11.2.7 Related Items

<biblStruct>
 <monogr>
  <author>Tolkien, J.R.R.</author>
  <title level="m">Den hobbit</title>
  <title type="sub">aus dem Engleschen iwwersat</title>
  <editor role="translator">Henry Wickens</editor>
  <imprint>
   <pubPlace>Esch-sur-Sûre</pubPlace>
   <publisher>Op der Lay S. àr. L</publisher>
   <date>2002</date>
  </imprint>
 </monogr>
 <relatedItem type="translatedFrom">
  <bibl>
   <author>Tolkien, J.R.R.</author>
   <title level="m">The Hobbit</title>.
   <publisher>Collins</publisher>
   <date>1997</date></bibl>
 </relatedItem>
</biblStruct>

<bibl>

<bibl>
 <title level="a">L'Enracinement</title>
 <author>Simone Weil</author>, <title>Prélude à une déclaration des devoirs envers l'être
     humain </title>. <publisher>Gallimard</publisher>
 <date>1968</date>.</bibl>

<bibl>

<bibl>
 <title level="a">我的從影經過</title>。收錄於 <author>王漢倫</author><title>中國無聲電影</title>.
 <publisher>北京:中國電影</publisher>
 <date>1996</date></bibl>

<bibl>

<bibl>
 <title level="a">The Interesting story of the Children in the Wood</title>. In
 <author>Victor E Neuberg</author>, <title>The Penny Histories</title>.
 <publisher>OUP</publisher>
 <date>1968</date>. </bibl>

<bibl>

<bibl type="articlesubtype="book_chapter"
 xml:id="carlin_2003">

 <author>
  <name>
   <surname>Carlin</surname>
       (<forename>Claire</forename>)</name>
 </author>,
 <title level="a">The Staging of Impotence : France’s last
     congrès</title> dans
 <bibl type="monogr">
  <title level="m">Theatrum mundi : studies in honor of Ronald W.
       Tobin</title>, éd.
  <editor>
   <name>
    <forename>Claire</forename>
    <surname>Carlin</surname>
   </name>
  </editor> et
  <editor>
   <name>
    <forename>Kathleen</forename>
    <surname>Wine</surname>
   </name>
  </editor>,
  <pubPlace>Charlottesville, Va.</pubPlace>,
  <publisher>Rookwood Press</publisher>,
  <date when="2003">2003</date>.
  </bibl></bibl>

<biblStruct>

<biblStruct>
 <monogr>
  <author>Blain, Virginia</author>
  <author>Clements, Patricia</author>
  <author>Grundy, Isobel</author>
  <title>The Feminist Companion to Literature in English: women writers from the middle ages
       to the present</title>
  <edition>first edition</edition>
  <imprint>
   <publisher>Yale University Press</publisher>
   <pubPlace>New Haven and London</pubPlace>
   <date>1990</date>
  </imprint>
 </monogr>
</biblStruct>

<biblStruct>

<biblStruct>
 <monogr>
  <author>Anouilh, Jean</author>
  <title>Antigone</title>
  <edition>première édition</edition>
  <imprint>
   <publisher>in Nouvelles pièces noires, La Table ronde</publisher>
   <pubPlace>Paris</pubPlace>
   <date>1955</date>
  </imprint>
 </monogr>
</biblStruct>

<biblStruct>

<biblStruct>
 <monogr>
  <author>王大明</author>
  <author>文天行</author>
  <author>廖全京</author>
  <title>抗戰文藝報刊編目彙編</title>
  <edition>初版</edition>
  <imprint>
   <publisher>四川省社會科學院</publisher>
   <pubPlace>成都</pubPlace>
   <date>1984</date>
  </imprint>
 </monogr>
</biblStruct>

<listBibl>

<listBibl>
 <head>Works consulted</head>
 <bibl>Blain, Clements and Grundy: Feminist Companion to
     Literature in English (Yale, 1990)
  </bibl>
 <biblStruct>
  <analytic>
   <title>The Interesting story of the Children in the Wood</title>
  </analytic>
  <monogr>
   <title>The Penny Histories</title>
   <author>Victor E Neuberg</author>
   <imprint>
    <publisher>OUP</publisher>
    <date>1968</date>
   </imprint>
  </monogr>
 </biblStruct>
</listBibl>

<listBibl>

<listBibl>
 <head>Liste des ouvrages cités</head>
 <bibl>Les Petits Romantiques </bibl>
 <biblStruct>
  <analytic>
   <title>La poésie en prose</title>
  </analytic>
  <monogr>
   <title>Aloysius Bertrand, "inventeur" du poème en prose</title>
   <author>Bert Guégand</author>
   <imprint>
    <publisher>PUN</publisher>
    <date>2000</date>
   </imprint>
  </monogr>
 </biblStruct>
</listBibl>

<listBibl>

<listBibl>
 <head>參考書籍</head>
 <bibl>潘定衡、楊朝文: 蚩尤的傳說 (貴陽:貴州民族出版社,1989 ) </bibl>
 <biblStruct>
  <analytic>
   <title>中國古史的傳說時代 </title>
  </analytic>
  <monogr>
   <title>苗族蚩尤神话,與逐鹿之戰。</title>
   <author>吳曉東</author>
   <imprint>
    <publisher>北京:民族文學研究 </publisher>
    <date> 1998 </date>
   </imprint>
  </monogr>
 </biblStruct>
</listBibl>

<relatedItem>

<biblStruct>
 <monogr>
  <author>Shirley, James</author>
  <title type="main">The gentlemen of Venice</title>
  <imprint>
   <pubPlace>New York</pubPlace>
   <publisher>Readex Microprint</publisher>
   <date>1953</date>
  </imprint>
  <extent>1 microprint card, 23 x 15 cm.</extent>
 </monogr>
 <series>
  <title>Three centuries of drama: English, 1642–1700</title>
 </series>
 <relatedItem type="otherForm">
  <biblStruct>
   <monogr>
    <author>Shirley, James</author>
    <title type="main">The gentlemen of Venice</title>
    <title type="sub">a tragi-comedie presented at the private house in Salisbury
           Court by Her Majesties servants</title>
    <imprint>
     <pubPlace>London</pubPlace>
     <publisher>H. Moseley</publisher>
     <date>1655</date>
    </imprint>
    <extent>78 p.</extent>
   </monogr>
  </biblStruct>
 </relatedItem>
</biblStruct>

3.11.2.8 Notes and Statement of Language

<bibl>
 <author>Coombs, James H., Allen H. Renear,
     and Steven J. DeRose.</author>
 <title level="a">Markup Systems and the Future of Scholarly
     Text Processing.</title>
 <title level="j">Communications of the ACM</title>
 <biblScope>30.11 (November 1987): 933–947.</biblScope>
 <note>Classic polemic supporting descriptive over procedural
     markup in scholarly work.</note>
</bibl>

3.11.3 Bibliographic Pointers

<biblStruct>
 <analytic>
  <author>
   <forename>Suzana</forename>
   <surname>Sukovic</surname>
  </author>
  <title level="a">Beyond the Scriptorium: The Role of the Library in Text
       Encoding</title>
 </analytic>
 <monogr>
  <title level="j">D-Lib</title>
  <ref type="url">http://www.dlib.org/dlib/january02/sukovic/01sukovic.html</ref>
  <imprint>
   <biblScope unit="vol">8</biblScope>
   <biblScope unit="issue">1</biblScope>
   <date>2002</date>
  </imprint>
 </monogr>
</biblStruct>

1 The TEI Infrastructure


att.canonical

<author>
 <name key="name 427308"
  type="organisation">
[New Zealand Parliament, Legislative Council]</name>
</author>

att.canonical

<author>
 <name key="Hugo, Victor (1802-1885)"
  ref="http://www.idref.fr/026927608">
Victor Hugo</name>
</author>

att.global

<div type="bibl">
 <head>Bibliography</head>
 <listBibl xml:base="http://www.lib.ucdavis.edu/BWRP/Works/">
  <bibl>
   <author>
    <name>Landon, Letitia Elizabeth</name>
   </author>
   <ref target="LandLVowOf.sgm">
    <title>The Vow of the Peacock</title>
   </ref>
  </bibl>
  <bibl>
   <author>
    <name>Compton, Margaret Clephane</name>
   </author>
   <ref target="NortMIrene.sgm">
    <title>Irene, a Poem in Six Cantos</title>
   </ref>
  </bibl>
  <bibl>
   <author>
    <name>Taylor, Jane</name>
   </author>
   <ref target="TaylJEssay.sgm">
    <title>Essays in Rhyme on Morals and Manners</title>
   </ref>
  </bibl>
 </listBibl>
</div>

att.edition

<listBibl>
 <bibl xml:id="stapledon1937">
  <author>Olaf Stapledon</author>,
  <title>Starmaker</title>, <publisher>Methuen</publisher>, <date>1937</date></bibl>
 <bibl xml:id="stapledon1968">
  <author>Olaf Stapledon</author>,
  <title>Starmaker</title>, <publisher>Dover</publisher>, <date>1968</date></bibl>
</listBibl>
<!-- ... -->
<p>Looking into the future aeons from the supreme moment of
   the cosmos, I saw the populations still with all their
   strength maintaining the<pb n="411edRef="#stapledon1968"/>essentials of their ancient culture,
   still living their personal lives in zest and endless
   novelty of action, … I saw myself still
   preserving, though with increasing difficulty, my lucid
   con-<pb n="291edRef="#stapledon1937"/>sciousness;</p>

2 The TEI Header


<teiHeader>

<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>Shakespeare: the first folio (1623) in electronic form</title>
   <author>Shakespeare, William (1564–1616)</author>
   <respStmt>
    <resp>Originally prepared by</resp>
    <name>Trevor Howard-Hill</name>
   </respStmt>
   <respStmt>
    <resp>Revised and edited by</resp>
    <name>Christine Avern-Carr</name>
   </respStmt>
  </titleStmt>
  <publicationStmt>
   <distributor>Oxford Text Archive</distributor>
   <address>
    <addrLine>13 Banbury Road, Oxford OX2 6NN, UK</addrLine>
   </address>
   <idno type="OTA">119</idno>
   <availability>
    <p>Freely available on a non-commercial basis.</p>
   </availability>
   <date when="1968">1968</date>
  </publicationStmt>
  <sourceDesc>
   <bibl>The first folio of Shakespeare, prepared by Charlton Hinman (The Norton Facsimile,
         1968)</bibl>
  </sourceDesc>
 </fileDesc>
 <encodingDesc>
  <projectDesc>
   <p>Originally prepared for use in the production of a series of old-spelling
         concordances in 1968, this text was extensively checked and revised for use during the
         editing of the new Oxford Shakespeare (Wells and Taylor, 1989).</p>
  </projectDesc>
  <editorialDecl>
   <correction>
    <p>Turned letters are silently corrected.</p>
   </correction>
   <normalization>
    <p>Original spelling and typography is retained, except that long s and ligatured
           forms are not encoded.</p>
   </normalization>
  </editorialDecl>
  <refsDecl xml:id="ASLREF">
   <cRefPattern matchPattern="(\S+) ([^.]+)\.(.*)"
    replacementPattern="#xpath(//div1[@n='$1']/div2/[@n='$2']//lb[@n='$3'])">

    <p>A reference is created by assembling the following, in the reverse order as that
           listed here: <list>
      <item>the <att>n</att> value of the preceding <gi>lb</gi></item>
      <item>a period</item>
      <item>the <att>n</att> value of the ancestor <gi>div2</gi></item>
      <item>a space</item>
      <item>the <att>n</att> value of the parent <gi>div1</gi></item>
     </list></p>
   </cRefPattern>
  </refsDecl>
 </encodingDesc>
 <revisionDesc>
  <list>
   <item>
    <date when="1989-04-12">12 Apr 89</date> Last checked by CAC</item>
   <item>
    <date when="1989-03-01">1 Mar 89</date> LB made new file</item>
  </list>
 </revisionDesc>
</teiHeader>

<teiHeader>

<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>La Parisienne</title>
   <author>Henry BECQUE</author>
  </titleStmt>
  <publicationStmt>
   <distributor>ATILF (Analyse et Traitement Informatique de la Langue Française)</distributor>
   <idno type="FRANTEXT">L434</idno>
   <address>
    <addrLine>44, avenue de la Libération</addrLine>
    <addrLine>BP 30687</addrLine>
    <addrLine>54063 Nancy Cedex</addrLine>
    <addrLine>FRANCE</addrLine>
   </address>
   <availability status="free">
    <p>Dans un cadre de recherche ou d'enseignement</p>
   </availability>
  </publicationStmt>
  <sourceDesc>
   <biblStruct>
    <monogr>
     <imprint>
      <publisher>Paris : Fasquelle, 1922.</publisher>
     </imprint>
    </monogr>
   </biblStruct>
  </sourceDesc>
 </fileDesc>
 <profileDesc>
  <creation>
   <date>1885</date>
  </creation>
 </profileDesc>
</teiHeader>

2.2.1 The Title Statement

<titleStmt>
 <title>Two stories by Edgar Allen Poe: electronic version</title>
 <author>Poe, Edgar Allen (1809-1849)</author>
 <respStmt>
  <resp>compiled by</resp>
  <name>James D. Benson</name>
 </respStmt>
</titleStmt>

2.2.7 The Source Description

<sourceDesc>
 <biblStruct xml:lang="fr">
  <monogr>
   <author>Eugène Sue</author>
   <title>Martin, l'enfant trouvé</title>
   <title type="sub">Mémoires d'un valet de chambre</title>
   <imprint>
    <pubPlace>Bruxelles et Leipzig</pubPlace>
    <publisher>C. Muquardt</publisher>
    <date when="1846">1846</date>
   </imprint>
  </monogr>
 </biblStruct>
</sourceDesc>

<sourceDesc>

<sourceDesc>
 <bibl>
  <title level="a">The Interesting story of the Children in the Wood</title>. In
  <author>Victor E Neuberg</author>, <title>The Penny Histories</title>.
  <publisher>OUP</publisher>
  <date>1968</date>. </bibl>
</sourceDesc>

<biblFull>

<biblFull>
 <titleStmt>
  <title>The Feminist Companion to Literature in English: women writers from the middle ages
       to the present</title>
  <author>Blain, Virginia</author>
  <author>Clements, Patricia</author>
  <author>Grundy, Isobel</author>
 </titleStmt>
 <editionStmt>
  <edition>UK edition</edition>
 </editionStmt>
 <extent>1231 pp</extent>
 <publicationStmt>
  <publisher>Yale University Press</publisher>
  <pubPlace>New Haven and London</pubPlace>
  <date>1990</date>
 </publicationStmt>
 <sourceDesc>
  <p>No source: this is an original work</p>
 </sourceDesc>
</biblFull>

<biblFull>

<biblFull>
 <titleStmt>
  <title>勘誤表:審視後的生命</title>
  <author>喬治.史坦納。</author>
 </titleStmt>
 <editionStmt>
  <edition>台灣地區繁中版本</edition>
 </editionStmt>
 <extent>208面</extent>
 <publicationStmt>
  <publisher>行人出版社</publisher>
  <pubPlace>台北</pubPlace>
  <date>2007</date>
 </publicationStmt>
 <sourceDesc>
  <p>譯自 Errata: An Examined Life (1997)</p>
 </sourceDesc>
</biblFull>

2.4.3 The Text Classification

<keywords scheme="#welch">
 <term>ceremonials</term>
 <term>fairs</term>
 <term>street life</term>
</keywords>
<!-- elsewhere in the document -->
<taxonomy xml:id="welch">
 <bibl>
  <title>Notes on London Municipal Literature, and a Suggested
       Scheme for Its Classification</title>
  <author>Charles Welch</author>
  <edition>1895</edition>
 </bibl>
</taxonomy>

2.6 The Revision Description

<titleStmt>
 <title>The Amorous Prince, or, the Curious Husband, 1671</title>
 <author>
  <persName ref="#abehn.aeh">Behn, Aphra</persName>
 </author>
 <respStmt xml:id="pcaton.xzc">
  <persName>Caton, Paul</persName>
  <resp>electronic publication editor</resp>
 </respStmt>
 <respStmt xml:id="wgui.ner">
  <persName>Gui, Weihsin</persName>
  <resp>encoder</resp>
 </respStmt>
 <respStmt xml:id="jwernimo.lrv">
  <persName>Wernimont, Jacqueline</persName>
  <resp>encoder</resp>
 </respStmt>
</titleStmt>

2.7 Minimal and Recommended Headers

<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>Common sense, a machine-readable transcript</title>
   <author>Paine, Thomas (1737-1809)</author>
   <respStmt>
    <resp>compiled by</resp>
    <name>Jon K Adams</name>
   </respStmt>
  </titleStmt>
  <editionStmt>
   <edition>
    <date>1986</date>
   </edition>
  </editionStmt>
  <publicationStmt>
   <distributor>Oxford Text Archive.</distributor>
   <address>
    <addrLine>Oxford University Computing Services,</addrLine>
    <addrLine>13 Banbury Road,</addrLine>
    <addrLine>Oxford OX2 6RB,</addrLine>
    <addrLine>UK</addrLine>
   </address>
  </publicationStmt>
  <notesStmt>
   <note>Brief notes on the text are in a
         supplementary file.</note>
  </notesStmt>
  <sourceDesc>
   <biblStruct>
    <monogr>
     <editor>Foner, Philip S.</editor>
     <title>The collected writings of Thomas Paine</title>
     <imprint>
      <pubPlace>New York</pubPlace>
      <publisher>Citadel Press</publisher>
      <date>1945</date>
     </imprint>
    </monogr>
   </biblStruct>
  </sourceDesc>
 </fileDesc>
 <encodingDesc>
  <samplingDecl>
   <p>Editorial notes in the Foner edition have not
         been reproduced. </p>
   <p>Blank lines and multiple blank spaces, including paragraph
         indents, have not been preserved. </p>
  </samplingDecl>
  <editorialDecl>
   <correction status="high"
    method="silent">

    <p>The following errors
           in the Foner edition have been corrected:
     <list>
      <item>p. 13 l. 7 cotemporaries contemporaries</item>
      <item>p. 28 l. 26 [comma] [period]</item>
      <item>p. 84 l. 4 kin kind</item>
      <item>p. 95 l. 1 stuggle struggle</item>
      <item>p. 101 l. 4 certainy certainty</item>
      <item>p. 167 l. 6 than that</item>
      <item>p. 209 l. 24 publshed published</item>
     </list></p>
   </correction>
   <normalization>
    <p>No normalization beyond that performed
           by Foner, if any. </p>
   </normalization>
   <quotation marks="all">
    <p>All double quotation marks
           rendered with ", all single quotation marks with
           apostrophe. </p>
   </quotation>
   <hyphenation eol="none">
    <p>Hyphenated words that appear at the
           end of the line in the Foner edition have been reformed.</p>
   </hyphenation>
   <stdVals>
    <p>The values of <att>when-iso</att> on the <gi>time</gi>
           element always end in the format <val>HH:MM</val> or
     <val>HH</val>; i.e., seconds, fractions thereof, and time
           zone designators are not present.</p>
   </stdVals>
   <interpretation>
    <p>Compound proper names are marked. </p>
    <p>Dates are marked. </p>
    <p>Italics are recorded without interpretation. </p>
   </interpretation>
  </editorialDecl>
  <classDecl>
   <taxonomy xml:id="lcsh">
    <bibl>Library of Congress Subject Headings</bibl>
   </taxonomy>
   <taxonomy xml:id="lc">
    <bibl>Library of Congress Classification</bibl>
   </taxonomy>
  </classDecl>
 </encodingDesc>
 <profileDesc>
  <creation>
   <date>1774</date>
  </creation>
  <langUsage>
   <language ident="enusage="100">English.</language>
  </langUsage>
  <textClass>
   <keywords scheme="#lcsh">
    <term>Political science</term>
    <term>United States -- Politics and government —
           Revolution, 1775-1783</term>
   </keywords>
   <classCode scheme="#lc">JC 177</classCode>
  </textClass>
 </profileDesc>
 <revisionDesc>
  <change when="1996-01-22who="#MSM"> finished proofreading </change>
  <change when="1995-10-30who="#LB"> finished proofreading </change>
  <change notBefore="1995-07-04who="#RG"> finished data entry at end of term </change>
  <change notAfter="1995-01-01who="#RG"> began data entry before New Year 1995 </change>
 </revisionDesc>
</teiHeader>

8 Transcriptions of Speech


8.2 Documenting the Source of Transcribed Speech

<sourceDesc>
 <scriptStmt xml:id="CNN12">
  <bibl>
   <author>CNN Network News</author>
   <title>News headlines</title>
   <date when="1991-06-12">12 Jun 91</date>
  </bibl>
 </scriptStmt>
</sourceDesc>

8.2 Documenting the Source of Transcribed Speech

<recording type="audiodur="P10M">
 <equipment>
  <p>Recorded from FM Radio to digital tape</p>
 </equipment>
 <broadcast>
  <bibl>
   <title>Interview on foreign policy</title>
   <author>BBC Radio 5</author>
   <respStmt>
    <resp>interviewer</resp>
    <name>Robin Day</name>
   </respStmt>
   <respStmt>
    <resp>interviewee</resp>
    <name>Margaret Thatcher</name>
   </respStmt>
   <series>
    <title>The World Tonight</title>
   </series>
   <note>First broadcast on <date when="1989-11-27">27 Nov 1989</date></note>
  </bibl>
 </broadcast>
</recording>

<scriptStmt>

<scriptStmt>
 <bibl>
  <author>Craig Warner</author>
  <title>Strangers on a Train</title>
  <title type="sub">Based on the novel by Patricia Highsmith</title>
  <edition>French's acting edition</edition>
  <idno type="ISBN">978 0 573 01972 2</idno>
  <publisher>Samuel French Ltd</publisher>
 </bibl>
</scriptStmt>

<recording>

<recording type="audiodur="P10M">
 <equipment>
  <p>podcast</p>
 </equipment>
 <broadcast>
  <bibl>
   <title>Questions sur la souffrance et la santé au travail : pénibilité, stress,
         dépression, harcèlement, maladies et accidents...</title>
   <author>France Inter</author>
   <respStmt>
    <resp>Présentateur</resp>
    <name>Alain Bédouet</name>
   </respStmt>
   <respStmt>
    <resp>Personne interrogée</resp>
    <name>Marie Pezé</name>
   </respStmt>
   <series>
    <title>Le Téléphone sonne</title>
   </series>
   <note>Marie Pezé est Docteur en psychologie, psychanalyste, expert judiciaire ; dirige
         la consultation « souffrance et travail » à l’Hôpital de Nanterre (92), auteure de
    <title>ils ne mourraient pas tous mais tous étaient frappés</title>, Editions
         Pearson.</note>
   <note>Première diffusion le <date when="2008-09-24"> mercredi 24 septembre
           2008</date></note>
  </bibl>
 </broadcast>
</recording>

<recording>

<recording type="audiodur="P10M">
 <equipment>
  <p>將FM廣播重錄成數位磁帶</p>
 </equipment>
 <broadcast>
  <bibl>
   <title>鬼話連篇</title>
   <author>中國廣播公司</author>
   <respStmt>
    <resp>男主持人</resp>
    <name>司馬中原</name>
   </respStmt>
   <respStmt>
    <resp>女主持人</resp>
    <name>常勤芬</name>
   </respStmt>
   <series>
    <title>鬼吹燈</title>
   </series>
   <note>首播於<date when="1989-11-27">1989年11月27日</date></note>
  </bibl>
 </broadcast>
</recording>

<recording>

<recording type="audiodur="P10M">
 <equipment>
  <p>Recorded from FM Radio to digital tape</p>
 </equipment>
 <broadcast>
  <bibl>
   <title>Interview on foreign policy</title>
   <author>BBC Radio 5</author>
   <respStmt>
    <resp>interviewer</resp>
    <name>Robin Day</name>
   </respStmt>
   <respStmt>
    <resp>interviewee</resp>
    <name>Margaret Thatcher</name>
   </respStmt>
   <series>
    <title>The World Tonight</title>
   </series>
   <note>First broadcast on
    <date when="1989-11-27">27 Nov 89</date></note>
  </bibl>
 </broadcast>
</recording>

<broadcast>

<broadcast>
 <bibl>
  <author>Radio Trent</author>
  <title>Gone Tomorrow</title>
  <respStmt>
   <resp>Presenter</resp>
   <name>Tim Maby</name>
  </respStmt>
  <respStmt>
   <resp>Producer</resp>
   <name>Mary Kerr</name>
  </respStmt>
  <date when="1989-06-12T12:30:00">12 June 89, 1230 pm</date>
 </bibl>
</broadcast>

<broadcast>

<broadcast>
 <bibl>
  <author>中國廣播公司</author>
  <title>司馬中原說鬼故事</title>
  <respStmt>
   <resp>主持人</resp>
   <name>司馬中原</name>
  </respStmt>
  <respStmt>
   <resp>主持人</resp>
   <name>常勤芬</name>
  </respStmt>
  <date when="1989-06-12T12:30:00">1989年6月12日1230 pm</date>
 </bibl>
</broadcast>

9 Dictionaries


<sense>

<sense n="2">
 <usg type="time">Vx.</usg>
 <def>Vaillance, bravoure (spécial., au combat)</def>
 <cit type="example">
  <quote>La valeur n'attend pas le nombre des années</quote>
  <bibl>
   <author>Corneille</author>
  </bibl>
 </cit>
</sense>

<sense>

<sense n="2">
 <usg type="time">Vx.</usg>
 <def>Vaillance, bravoure (spécial., au combat)</def>
 <cit type="example">
  <quote>La valeur n'attend pas le nombre des années.</quote>
  <bibl>
   <author>Corneille</author>
   <title>Le Cid</title>
  </bibl>
 </cit>
</sense>

<sense>

<sense n="2">
 <usg type="time">現代</usg>
 <def>胭脂和香粉,舊時借指婦女</def>
 <cit type="example">
  <quote>那一年頌蓮留著齊耳的短髮,用一條天藍色的緞帶箍住,她的臉是圓圓的,不施脂粉,但顯得有點蒼白。</quote>
  <bibl>
   <author>蘇童</author>
  </bibl>
 </cit>
</sense>

9.3.5.1 Examples

<sense n="2">
 <usg type="time">Vx.</usg>
 <def>Vaillance, bravoure (spécial., au combat)</def>
 <cit type="example">
  <quote>La valeur n'attend pas le nombre des années</quote>
  <bibl>
   <author>Corneille</author>
  </bibl>
 </cit>
</sense>

10 Manuscript Description


10.2 The Manuscript Description Element

<msDesc>
 <msIdentifier>
  <settlement>Oxford</settlement>
  <repository>Bodleian Library</repository>
  <idno>MS. Add. A. 61</idno>
  <altIdentifier type="SC">
   <idno>28843</idno>
  </altIdentifier>
 </msIdentifier>
 <msContents>
  <msItem>
   <author xml:lang="en">Geoffrey of Monmouth</author>
   <author xml:lang="la">Galfridus Monumetensis</author>
   <title type="uniformxml:lang="la">De origine et gestis Regum Angliae</title>
   <rubric xml:lang="la">Hic incipit Bruitus Anglie</rubric>
   <incipit xml:lang="la">Cum mecum multa &amp; de multis</incipit>
   <textLang mainLang="la">Latin</textLang>
  </msItem>
 </msContents>
 <physDesc>
  <objectDesc form="codex">
   <supportDesc material="perg">
    <support>
     <p>Parchment.</p>
    </support>
    <extent>i + 55 leaves <dimensions scope="alltype="leaf"
      unit="inch">

      <height></height>
      <width>5⅜</width>
     </dimensions></extent>
   </supportDesc>
   <layoutDesc>
    <layout columns="2">
     <p>In double columns.</p>
    </layout>
   </layoutDesc>
  </objectDesc>
  <handDesc>
   <p>Written in more than one hand.</p>
  </handDesc>
  <decoDesc>
   <p>With a few coloured capitals.</p>
  </decoDesc>
 </physDesc>
 <history>
  <origin>
   <p>Written in <origPlace>England</origPlace> in the <origDate notAfter="1300"
     notBefore="1200">
13th cent.</origDate></p>
  </origin>
  <provenance>
   <p>On fol. 54v very faint is <quote xml:lang="la">Iste liber est fratris
           guillelmi de buria de <gap/> Roberti ordinis fratrum
           Pred<ex>icatorum</ex></quote>, 14th cent. (?): <quote>hanauilla</quote> is
         written at the foot of the page (15th cent.).</p>
  </provenance>
  <acquisition>
   <p>Bought from the rev. <name key="MCRAYWD">W. D. Macray</name> on <date when="1863-03-17">March 17, 1863</date>, for £1 10s.</p>
  </acquisition>
 </history>
</msDesc>

<msDesc>

<msDesc>
 <msIdentifier>
  <settlement>Oxford</settlement>
  <repository>Bodleian Library</repository>
  <idno type="Bod">MS Poet. Rawl. D. 169.</idno>
 </msIdentifier>
 <msContents>
  <msItem>
   <author>Geoffrey Chaucer</author>
   <title>The Canterbury Tales</title>
  </msItem>
 </msContents>
 <physDesc>
  <objectDesc>
   <p>A parchment codex of 136 folios, measuring approx
         28 by 19 inches, and containing 24 quires.</p>
   <p>The pages are margined and ruled throughout.</p>
   <p>Four hands have been identified in the manuscript: the first 44
         folios being written in two cursive anglicana scripts, while the
         remainder is for the most part in a mixed secretary hand.</p>
  </objectDesc>
 </physDesc>
</msDesc>

<msDesc>

<msDesc>
 <msIdentifier>
  <settlement>台北</settlement>
  <repository>CBETA</repository>
  <idno type="cbeta">Taisho Tripitaka Vol. T08, No. 230</idno>
 </msIdentifier>
 <msContents>
  <msItem>
   <author>唐玄奘</author>
   <title>大般若波羅蜜多經電子版本</title>
  </msItem>
 </msContents>
 <physDesc>
  <objectDesc>
   <p>總共有600卷</p>
   <p>亦收錄於高麗藏、嘉興藏、永樂北藏、永樂南藏、乾隆藏、佛教大藏經、中華藏...等。</p>
   <p>唯獨新纂卍續藏未收錄此經</p>
  </objectDesc>
 </physDesc>
</msDesc>

10.3.5 References to Locations within a Manuscript

<msItem n="1">
 <locus target="#f1r #f1v #f2r">ff. 1r-2r</locus>
 <author>Ben Jonson</author>
 <title>Ode to himself</title>
 <rubric rend="italics">
  <lb/> An Ode
  <lb/> to him selfe.</rubric>
 <incipit>Com leaue the loathed stage</incipit>
 <explicit>And see his chariot triumph ore his wayne.</explicit>
 <bibl>
  <name>Beal</name>, <title>Index 1450-1625</title>, JnB 380</bibl>
</msItem>
<!-- within transcription ... -->
<pb xml:id="f1r"/>
<!-- ... -->
<pb xml:id="f1v"/>
<!-- ... -->
<pb xml:id="f2r"/>
<!-- ... -->

<locus>


<!-- within ms description --><msItem n="1">
 <locus target="#F1r #F1v #F2rfrom="1r"
  to="2r">
ff. 1r-2r</locus>
 <author>Ben Jonson</author>
 <title>Ode to himself</title>
 <rubric rend="italics"> An Ode<lb/> to him selfe.</rubric>
 <incipit>Com leaue the loathed stage</incipit>
 <explicit>And see his chariot triumph ore his wayne.</explicit>
 <bibl>
  <name>Beal</name>, <title>Index 1450-1625</title>, JnB 380</bibl>
</msItem>
<!-- within transcription ... -->
<pb xml:id="F1r"/>
<!-- ... -->
<pb xml:id="F1v"/>
<!-- ... -->
<pb xml:id="F2r"/>
<!-- ... -->

<locus>

<msItem n="1">
 <locus target="#fr_F1r #fr_F1v #fr_F2r">ff. 1r-2r</locus>
 <author>Ben Jonson</author>
 <title>Ode to himself</title>
 <rubric rend="italics"> An Ode<lb/> to him selfe.</rubric>
 <incipit>Com leaue the loathed stage</incipit>
 <explicit>And see his chariot triumph ore his wayne.</explicit>
 <bibl>
  <name>Beal</name>, <title>Index 1450-1625</title>, JnB 380</bibl>
</msItem>
<pb xml:id="fr_F1r"/>
<pb xml:id="fr_F1v"/>
<pb xml:id="fr_F2r"/>

10.6.2 Authors and Titles

<author>Diogenes Laertius</author>
<respStmt>
 <resp>in the translation of</resp>
 <name>Ambrogio Traversari</name>
</respStmt>

10.6.3 Rubrics, Incipits, Explicits, and Other Quotations from the Text

<msContents>
 <msItem>
  <locus>f. 1-223</locus>
  <author>Radulphus Flaviacensis</author>
  <title>Expositio super Leviticum </title>
  <incipit>
   <locus>f. 1r</locus> Forte Hervei monachi</incipit>
  <explicit>
   <locus>f. 223v</locus> Benedictio salis et aquae</explicit>
 </msItem>
</msContents>

<msItemStruct>

<msItemStruct n="2defective="false"
 class="#biblComm">

 <locus from="24vto="97v">24v-97v</locus>
 <author>Apringius de Beja</author>
 <title type="uniformxml:lang="la">Tractatus in Apocalypsin</title>
 <rubric>Incipit Trac<supplied reason="omitted">ta</supplied>tus
     in apoka<lb/>lipsin eruditissimi uiri <lb/> Apringi ep<ex>iscop</ex>i
     Pacensis eccl<ex>esi</ex>e</rubric>
 <finalRubric>EXPLIC<ex>IT</ex> EXPO<lb/>SITIO APOCALIPSIS
     QVA<ex>M</ex> EXPOSVIT DOM<lb/>NVS APRINGIUS EP<ex>ISCOPU</ex>S.
     DEO GR<ex>ACI</ex>AS AGO. FI<lb/>NITO LABORE ISTO.</finalRubric>
 <bibl>
  <ref target="http://amiBibl.xml#Apringius1900">Apringius</ref>, ed. Férotin</bibl>
 <textLang mainLang="la">Latin</textLang>
</msItemStruct>

<msItemStruct>

<msItemStruct n="2defective="false"
 class="#biblComm">

 <locus from="24vto="97v">24v-97v</locus>
 <author>Apringius de Beja</author>
 <title type="uniformxml:lang="la">Tractatus in Apocalypsin</title>
 <rubric>Incipit Trac<supplied reason="omitted">ta</supplied>tus in apoka<lb/>lipsin
     eruditissimi uiri <lb/> Apringi ep<ex>iscop</ex>i Pacensis eccl<ex>esi</ex>e</rubric>
 <finalRubric>EXPLIC<ex>IT</ex> EXPO<lb/>SITIO APOCALIPSIS QVA<ex>M</ex>
     EXPOSVIT DOM<lb/>NVS APRINGIUS EP<ex>ISCOPU</ex>S. DEO GR<ex>ACI</ex>AS AGO.
     FI<lb/>NITO LABORE ISTO.</finalRubric>
 <bibl>
  <ref target="http://amiBibl.xml#Apringius1900">Apringius</ref>, ed. Férotin</bibl>
 <textLang mainLang="la">Latin</textLang>
</msItemStruct>

<msItemStruct>

<msItemStruct>
 <locus from="1to="4">pp.1-4</locus>
 <author>不詳</author>
 <title xml:lang="zh-TW">麻薯舊社屯外委潘清章等立招給墾批總約字</title>
 <rubric>4號,第九例。</rubric>
 <finalRubric>代筆社記</finalRubric>
 <bibl>
  <ref target="http://catalog.ndap.org.tw/?URN=2155368">數位典藏聯合目錄</ref>,國立臺灣大學圖書館管理</bibl>
 <textLang mainLang="zh-tw">繁體中文</textLang>
</msItemStruct>

10.9.1.1 Record History

<additional>
 <adminInfo>
  <recordHist>
   <source>
    <p>Information transcribed from <bibl>
      <ref target="#IMEV">IMEV</ref>
             123</bibl>.</p>
   </source>
  </recordHist>
 </adminInfo>
 <listBibl>
  <bibl xml:id="IMEV">
   <author>Carleton Brown</author> and <author>Rossell Hope Robbins</author>
   <title level="m">The index of Middle English verse</title>
   <pubPlace>New York</pubPlace>
   <date>1943</date></bibl>
<!-- other bibliographic records relating to this manuscript here -->
 </listBibl>
</additional>

12 Critical Apparatus


12.1.4.3 The Witness List

<listWit>
 <witness xml:id="A">die sog. <soCalled>Kleine (oder alte)
       Heidelberger Liederhandschrift</soCalled>.
  <bibl>Universitätsbibliothek Heidelberg col. pal.
       germ. 357. Pergament, 45 Fll. 18,5 × 13,5 cm.</bibl>
     Wahrscheinlich die älteste der drei großen Hss. Sie
  <quote>datiert aus dem 13. Jahrhundert, etwa um 1275. Ihre Sprache
       weist ins Elsaß, evtl. nach Straßburg. Man geht wohl nicht
       fehl, in ihr eine Sammlung aus dem Stadtpatriziat zu sehen</quote>
     (<bibl>
   <author>Blank</author>, [vgl. <ref>Lit. z. Hss. Bd. 2,
         S. 39</ref>] S. 14</bibl>). Sie enthält 34 namentlich
     genannte Dichter. <quote>Zu den Vorzügen von A gehört, daß
       sie kaum je bewußt geändert hat, so daß sie für
       manche Dichter ... oft den besten Text liefert</quote> (so wohl mit
     Recht <bibl>
   <author>v. Kraus</author>
  </bibl>).</witness>
 <witness xml:id="a">Bezeichnung <bibl>
   <author>Lachmann</author>
  </bibl>s für die von einer 2. Hand auf bl. 40–43
     geschriebenen Strophen der Hs. A.</witness>
 <witness xml:id="B">die <soCalled>Weingartner (Stuttgarter)
       Liederhandschrift</soCalled>. <bibl>Württembergische
       Landesbibliothek Stuttgart, HB XIII poetae germanici 1.
       Pergament, 156 Bll. 15 × 11,5 cm; 25 teils ganzseitig,
       teils halbseitige Miniaturen.</bibl> Kaum vor 1306 in Konstanz
     geschrieben. Sie enthält Lieder von 25 namentlich genannten
     Dichtern. (Dazu kommen Gedichte von einigen ungenannten
     bzw. unbekannten Dichtern, ein Marienlobpreis und eine
     Minnelehre.)</witness>
</listWit>

13 Names, Dates, People, and Places


<org>

<org xml:id="JAMs">
 <orgName>Justified Ancients of Mummu</orgName>
 <desc>An underground anarchist collective spearheaded by <persName>Hagbard
       Celine</persName>, who fight the Illuminati from a golden submarine, the
  <name>Leif Ericson</name></desc>
 <bibl>
  <author>Robert Shea</author>
  <author>Robert Anton Wilson</author>
  <title>The Illuminatus! Trilogy</title>
 </bibl>
</org>