<?xml version="1.0" encoding="utf-8"?><TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:eg="http://www.tei-c.org/ns/Examples" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xml:base="file:/srv/hudson/jobs/TEIP5/workspace/P5/Exemplars/tei_jtei.odd" xml:lang="en"><?TEIVERSION Version 2.9.1. Last updated on
	15th October 2015, revision 46ac023?> <teiHeader><fileDesc><titleStmt><title>jTEI input customization</title><author xml:id="RvdB"><name>Ron Van den Branden</name> <email>ron.vandenbranden@kantl.be</email></author><author xml:id="MDH"><name>Martin Holmes</name> <email>mholmes@uvic.ca</email></author></titleStmt><editionStmt><edition>Originally generated on <date>2014-01-30T13:29:15Z</date> using oddbyexample.xsl. Progressively modified after that.</edition></editionStmt><publicationStmt><p/></publicationStmt><sourceDesc><p>Originally generated by oddbyexample.xsl, based on analyzing 6 files from file:/F:/ctb/jTEI/jTEIsource/branches/working docs/tei2openedition/oddbyexample. Manually modified thereafter. </p></sourceDesc></fileDesc><encodingDesc><tagsDecl><rendition xml:id="italic">font-style:italic;</rendition><rendition xml:id="el-emph">font-style: italic;</rendition><rendition xml:id="el-term">font-style: italic;</rendition><rendition xml:id="el-foreign">font-style: italic;</rendition><rendition xml:id="el-mentioned">font-style: italic;</rendition><rendition xml:id="mono">font-family:Courier;</rendition><rendition xml:id="el-att">font-family:Courier;</rendition><rendition xml:id="el-code">font-family:Courier;</rendition><rendition xml:id="el-gi">font-family:Courier;</rendition><rendition xml:id="el-ident">font-family:Courier;</rendition><rendition xml:id="el-val">font-family:Courier;</rendition><rendition xml:id="el-tag">font-family:Courier;</rendition><rendition xml:id="sup">vertical-align:super;</rendition><rendition xml:id="border">border: 1px solid black;</rendition><rendition xml:id="table">width: 100%;</rendition><rendition xml:id="el-quotation">margin-left:2em;display:block;</rendition><rendition xml:id="h1">font-weight: bold; font-size: 120%;display: block;</rendition><rendition xml:id="generic-head">font-weight: bold;display: block;</rendition><rendition xml:id="pre">white-space:preserve;</rendition></tagsDecl></encodingDesc><revisionDesc><change who="#RvdB #MDH" from="2014-02-12"> Gradual enhancement and modification of the schema as we work through the initial tests with documents for Issue 6 and 7 of the journal.</change><change who="#RvdB" when="2014-02-12"> <list><item>Created initial ODD with oddbyexample.xsl</item><item>Simplified + refined initial version</item></list></change></revisionDesc></teiHeader> <text><front><titlePage><docTitle><titlePart type="main">Journal of the Text-Encoding Initiative Article Schema</titlePart><titlePart type="sub">Schema and guidelines for encoding an article for the journal</titlePart></docTitle><docAuthor>Ron Van den Branden</docAuthor><docAuthor>Martin Holmes</docAuthor><docDate>2014</docDate></titlePage></front><body><div xml:id="introduction"><head>Introduction</head><p>This document introduces and documents the content and use of the schemas provided by the <title level="j">Journal of the Text Encoding Initiative</title>, as part of the TEI P5 distribution, for the use of authors who want to submit their articles to the journal in TEI. The schema described in this document is highly constrained and restrictive, consisting only of some 80 elements, compared with the complete TEI schema which contains nearly six hundred. In addition to general structural constraints, the ODD file also embeds fine-grained Schematron rules, severely limiting your options as you encode your file.</p><p>It is very likely that, as an experienced and confident TEI encoder with a broad knowledge of the TEI schema, you will find this at least a little frustrating. Where the TEI typically provides several ways of encoding the same phenomenon, we usually support only one. Where larger TEI schemas will allow you to describe rendering features (<hi rend="tag">&lt;hi rend="italic"&gt;</hi>) we do not allow that; we force you to choose a conceptual tag such as <ref target="#TEI.emph">&lt;emph&gt;</ref> or <hi rend="tag">&lt;title level="j"&gt;</hi>.</p><p>The reasons for this are fairly obvious. From the XML document you submit, we need to generate a range of different outputs—ODT for reviewers and copyeditors to read and annotate, OpenEdition XML for submission to the <ref target="http://wwww.revues.org/">revues.org</ref> publication engine that supports the journal website, and an accompanying PDF version. We must enforce a degree of conformity across all submissions, not only in order to maintain consistency when we publish, but also to ensure that contributions are assessed by reviewers in as fair a manner as possible, without possible influences due to divergence from the expected style rules or formatting conventions.</p><p>However, this constraint and conformity has advantages for you too, as an author. Our schemas will enforce a number of constraints which, we believe, may assist you in improving the quality of your article; these are a few of them: <list><item><!-- [RvdB] problem: not all <quote> elements have accompanying <ref>:
                -jtei-6-Mandell-source.xml: the source for a blockquote is given in a <note>, since it isn't a bibliographical resource (but an email)
                [MDH] solution: we don't accept this in future. :-)            -->All quotations should be linked to references in the text.</item><item>All references must be linked to bibliography items.</item><item>All bibliography items must be cited somewhere in the text.</item><item><!-- [RvdB] 2 exceptions:
                -jtei-6-Cummings-source.xml: v<hi rendition="#sup">li</hi> iij<hi rendition="#sup">s</hi> iiij<hi rendition="#sup">d</hi>
                [MDH] This is a good one; can't think of a solution there. The problem is that I don't have an easy way 
                of handling arbitrary CSS in <rendition>; it needs to know whether it's applying to a block level element, 
                an inline element, a list or whatever. We will need to standardize here.            -->All text styles such as italicization or quotation marks appear as a result of conceptual tags.</item></list></p><p>In what follows, we aim to provide a readable guide to encoding your article (or perhaps even composing it) according to the journal schemas, beginning with the template we provide, and viewing your results as you work through the use of CSS (in Author Mode in Oxygen) or by transforming it into ODT for examination in your word-processor, or to PDF.</p><p>This document is a work-in-progress (always), and we welcome your feedback at either <ref target="mailto:mholmes@uvic.ca">mholmes@uvic.ca</ref> (Martin Holmes) or <ref target="mailto:ron.vandenbranden@kantl.be">ron.vandenbranden@kantl.be</ref> (Ron Van den Branden).</p></div><div xml:id="oxygen"><head>Encoding for jTEI in Oxygen</head><div xml:id="templates"><head>Using the Template</head><p>Starting with version 16.2, the default distribution of Oxygen should include the jTEI components as part of its built-in TEI P5 framework. If you are using an older version of Oxygen, you can subscribe to the TEI-built version of the framework, by following <ref target="http://blogs.it.ox.ac.uk/jamesc/2014/04/02/auto-update-your-tei-framework-in-oxygen/">these instructions</ref>.</p><p>In Oxygen, you can start a new article based on the jTEI template by selecting <ident>File</ident> → <ident>New</ident>, and selecting <ident>JTEI Article [TEI P5]</ident> under <ident>Framework templates</ident> → <ident>TEI P5</ident>.</p><figure><graphic url="images/new-from-jtei-template.png"/><head type="legend">Selecting the <ident>jTEI article</ident> template in Oxygen.</head></figure><p>You will see that the root <ref target="#TEI.TEI">&lt;TEI&gt;</ref> element in the new file has an attribute <hi rend="att">rend</hi>=<hi rend="val">jTEI</hi>. This tells Oxygen that it's a jTEI file, so that it can apply standard jTEI rendering and validation scenarios to it. If you don't want to keep this attribute value, you can achieve the same effect by saving the file with a filename matching this format: <q>jtei-*-source.xml</q> (where the asterisk stands for anything you like); Oxygen will also recognize files with names in this format as jTEI files.</p></div><div xml:id="testing"><head>Testing Your Document</head><p>The Oxygen framework provides two output rendering scenarios, which allow you to transform your jTEI article to the ODT and PDF formats. Open the ODT file you create in a recent version of LibreOffice or OpenOffice; Microsoft Office does not support the current ODT specification. The PDF file can be viewed in a PDF viewer such as Adobe Reader. If you see any problems with the rendering, don't worry, and please don't change good TEI XML to bad TEI in an attempt to make it render more successfully; report the problem to us and we'll look into it.</p></div></div><div xml:id="structure"><head>Basic Text Structure</head><p>A jTEI journal article is a relatively simple TEI document consisting of a <ref target="#TEI.teiHeader">&lt;teiHeader&gt;</ref> and a <ref target="#TEI.text">&lt;text&gt;</ref>.</p><div xml:id="header"><head>The Header and Metadata</head><p>This is an example <ref target="#TEI.teiHeader">&lt;teiHeader&gt;</ref>:</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><teiHeader><fileDesc><titleStmt><title type="main">Learning the TEI in a Digital Environment</title><author><name><forename>Stella</forename><surname>Dee</surname></name><affiliation>Stella Dee is currently a <roleName>Research Associate</roleName> 
                      working to develop e-learning resources for historical languages with the 
                      Open Philology Project at the <orgName>University of Leipzig</orgName>. 
                      The research of this article was conducted while studying for a Masters 
                      degree in digital humanities at King’s College, London.</affiliation><email>dee@informatik.uni-leipzig.de</email></author></titleStmt><publicationStmt><publisher>TEI Consortium</publisher><date>2014</date><idno>Issue 7</idno><availability><p>TEI Consortium 2014 (Creative Commons Attribution-NoDerivs 3.0 Unported License)</p></availability></publicationStmt><sourceDesc><p>No source, born digital.</p></sourceDesc></fileDesc><encodingDesc><projectDesc><p>Revues.org -centre for open electronic publishing- is the platform for journals in the
                    humanities and social sciences, open to quality periodicals looking to publish full-text
                    articles online.</p></projectDesc></encodingDesc><profileDesc><langUsage><language ident="en"/></langUsage><textClass><keywords xml:lang="en"><term>pedagogy</term><term>student resources</term><term>survey</term><term>file publication</term></keywords></textClass></profileDesc></teiHeader></egXML><p>Some of the content is boilerplate material provided by the template. These are the parts that you must supply:<!--[RvdB] should we provide visualization of the header in the Author CSS, then?--></p><list><item>The title of your article (in <code>fileDesc/titleStmt/title[@type='main']</code>).</item><item>Author information for each author (in <code>fileDesc/titleStmt/author</code>). Provide one <ref target="#TEI.author">&lt;author&gt;</ref> element for each author. Encode the names as shown, using <ref target="#TEI.forename">&lt;forename&gt;</ref> and <ref target="#TEI.surname">&lt;surname&gt;</ref>, inside <ref target="#TEI.name">&lt;name&gt;</ref>. Then provide a brief biographical paragraph for each author in <ref target="#TEI.affiliation">&lt;affiliation&gt;</ref>, and an email address.</item><item>Keywords (in <code>profileDesc/textClass/keywords</code>). Provide a handful of general categories under which you feel your article fits. There is (currently) no formal ontology of article categories to choose from. You may consult the <ref target="http://jtei.revues.org/108">list of keywords from previous articles</ref> on the journal website, but if you don't see what you need, feel free to use new ones. The editors may formalize these categories in future.</item></list></div><div xml:id="front"><head>Front Matter</head><p>The front matter must consist of an abstract, encoded in <hi rend="tag">&lt;div type="abstract"&gt;</hi>. This should consist of one or two short paragraphs, covering the purpose and content of the article.</p><p>The only other thing that may appear in the front matter is a brief acknowledgements section. If you need to include this to acknowledge contributors, funding agencies etc., insert it after the abstract, encoded as <hi rend="tag">&lt;div type="acknowledgements"&gt;</hi>. It should be no longer than one short paragraph.</p></div><div xml:id="body"><head>The Body</head><p>The content of the article appears in the body. It should be divided into sections using <ref target="#TEI.div">&lt;div&gt;</ref> elements. Each <ref target="#TEI.div">&lt;div&gt;</ref> element should have an <hi rend="att">xml:id</hi> attribute, and its first child should be a <ref target="#TEI.head">&lt;head&gt;</ref> element with a suitable heading (in title case). <ref target="#TEI.div">&lt;div&gt;</ref> elements may be nested to provide subsections.</p><p>Do not provide section numbering in explicitly in the <ref target="#TEI.head">&lt;head&gt;</ref>s of your <ref target="#TEI.div">&lt;div&gt;</ref>s. These will be provided automatically by the rendering tools.</p></div><div xml:id="back"><head>Back Matter: the Bibliography and Appendices</head><p>The back matter consists of a bibliography (required), which is encoded in <hi rend="tag">&lt;div type="bibliography"&gt;</hi>, and optional appendices, each of which if present must be encoded using <hi rend="tag">&lt;div type="appendix"&gt;</hi>. Appendices must appear after the bibliography.</p><p>The bibliography consists of a <ref target="#TEI.listBibl">&lt;listBibl&gt;</ref> element containing a series of <ref target="#TEI.bibl">&lt;bibl&gt;</ref> elements. Each <ref target="#TEI.bibl">&lt;bibl&gt;</ref> element should contain a reference formatted as required by the <title level="m">Chicago Manual of Style</title> (16th edition), including all required punctuation, with a couple of exceptions:</p><list><item>Do not provide quotation marks around article titles. Instead, tag them with <hi rend="tag">&lt;title level="a"&gt;</hi> (for chapters or contributions in a monograph, or journal articles) or <hi rend="tag">&lt;title level="u"&gt;</hi> (for unpublished materials). The rendering tools will then provide the quotation marks.</item><item>Tag titles that would normally be in italics using <hi rend="tag">&lt;title level="j"&gt;</hi> (for journal titles) or <hi rend="tag">&lt;title level="m"&gt;</hi> (for monographs).</item></list><p>Give each <ref target="#TEI.bibl">&lt;bibl&gt;</ref> element a unique <hi rend="att">xml:id</hi> attribute, so that you can link to it from the quotations in the body of your text. In your bibliography entries, put the appropriate tags around the following components:</p><list><item>titles: <ref target="#TEI.title">&lt;title&gt;</ref>, with an appropriate value for <hi rend="att">level</hi> (see above)</item><item>editions: <ref target="#TEI.edition">&lt;edition&gt;</ref></item><item>dates: <ref target="#TEI.date">&lt;date&gt;</ref></item><item>authors: <ref target="#TEI.author">&lt;author&gt;</ref></item><item>editors: <ref target="#TEI.editor">&lt;editor&gt;</ref></item><item>publishers: <ref target="#TEI.publisher">&lt;publisher&gt;</ref></item><item>publication places: <ref target="#TEI.pubPlace">&lt;pubPlace&gt;</ref></item><item>name of series: <ref target="#TEI.series">&lt;series&gt;</ref></item><item>scope of a bibliographic reference: <ref target="#TEI.biblScope">&lt;biblScope&gt;</ref>, with an appropriate value for <hi rend="att">unit</hi> (<hi rend="val">volume</hi>, <hi rend="val">issue</hi>, <hi rend="val">page</hi>, <hi rend="val">chapter</hi>, <hi rend="val">part</hi>)</item><item>id numbers such as DOIs: <ref target="#TEI.idno">&lt;idno&gt;</ref>, with an appropriate value for <hi rend="att">type</hi></item><item>web urls (use <ref target="#TEI.ref">&lt;ref&gt;</ref>)</item></list><p>Note: if you have both a formal identification number such as a DOI code and a hyperlink to an online version, the DOI code should be placed last in the bibliographic description.</p><p>Here is a short example:</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><div xml:id="bibliography" type="bibliography"><listBibl><bibl xml:id="aoki07"><author>Aoki, Paul M.</author><date>2007</date>. 
                  <title level="a">Back Stage on the Front Lines: Perspectives and 
                    Performance in the Combat Information Center</title>. In 
                  <title level="m">Proceedings of the SIGCHI Conference on 
                    Human Factors in Computing Systems</title>, 
                  <biblScope unit="page">717–26</biblScope>. CHI ’07. 
                  <pubPlace>New York</pubPlace>: <publisher>ACM</publisher>. <ref target="http://doi.acm.org.ezproxy.lib.utexas.edu/10.1145/1240624.1240735">
                    http://doi.acm.org.ezproxy.lib.utexas.edu/10.1145/1240624.1240735
                  </ref>. doi:<idno type="doi">10.1145/1240624.1240735</idno>. 
                </bibl><bibl xml:id="banski10"><author>Bański, Piotr</author>. <date>2010</date>. 
                  <title level="a">Why TEI Stand-off Annotation Doesn’t Quite Work and 
                    Why You Might Want to Use It Nevertheless</title>. In 
                  <title level="m">Proceedings of Balisage: The Markup Conference 2010</title>. 
                  <series>Balisage Series on Markup Technologies</series>, 
                  <biblScope unit="volume">vol. 5</biblScope>. 
                  doi:<idno type="doi">10.4242/BalisageVol5.Banski01</idno>.                  
                </bibl><bibl xml:id="bowers12"><author>Bowers, John</author>. <date>2012</date>. 
                  <title level="a">The Logic of Annotated Portfolios: Communicating the 
                    Value of <soCalled>Research through Design.</soCalled></title> In 
                  <title level="j">Proceedings of the Designing Interactive Systems 
                    Conference</title>, <biblScope unit="page">68–77</biblScope>. 
                  <title level="s">DIS ’12</title>. <pubPlace>New York</pubPlace>:
                  <publisher>ACM</publisher>. doi:<idno type="doi">10.1145/2317956.2317968</idno>.
                </bibl><!-- ... --></listBibl></div></egXML></div></div><div xml:id="blocks"><head>Divisions, Paragraphs, Lists and Other Block Elements</head><div xml:id="divs"><head>Divisions</head><p>Text divisions are encoded in <ref target="#TEI.div">&lt;div&gt;</ref>. Each division must have a <ref target="#TEI.head">&lt;head&gt;</ref> containing the heading for this division. Headings should just contain the <soCalled>bare</soCalled> heading, without numbering or other labels; those are added automatically when the TEI source file is rendered.</p><p>Divisions typically consist of a number of paragraphs, inside <ref target="#TEI.p">&lt;p&gt;</ref> elements. Apart from paragraphs, they can contain following text structures:<list><item>subdivisions</item><item>lists</item><item>quotations</item><item>figures and graphics</item><item>tables</item><item>code examples</item></list></p><p>Divisions can nest, by simply including a new <ref target="#TEI.div">&lt;div&gt;</ref> element with an <hi rend="att">xml:id</hi> attribute and a <ref target="#TEI.head">&lt;head&gt;</ref> in a parent division. There's no need to indicate the nesting level for subdivisions: this is determined from the structural encoding by the rendering scripts. Please note that the general TEI limitations hold: divisions may not be followed by <soCalled>bare</soCalled> paragraphs. In order to facilitate cross-referencing, you are encouraged to provide a unique identification code in an <hi rend="att">xml:id</hi> attribute for each <ref target="#TEI.div">&lt;div&gt;</ref>.</p><p>Following example illustrates a text division in which two introductory paragraphs are being followed by two more subdivisions.<egXML xmlns="http://www.tei-c.org/ns/Examples"><body><div xml:id="notodd"><head>What’s not ODD?</head><p>In the current source of TEI P5, there is extensive use of several different
                    XML vocabularies: <list rend="bulleted"><item>Examples in TEI P5 are presented as if they belonged to some other
                          <soCalled>TEI Example Namespace</soCalled>;</item><item>Element content models are expressed using a subset of RELAX NG, as
                        discussed in the previous section;</item><item>Datatypes are expressed in a variety of ways, mapping either to built-in
                        W3C datatypes (as defined in the W3C Schema Language) or to RELAX NG
                        constructs;</item><item>Additional semantic constraints (for example, co-dependence of
                        attributes and element content) are expressed using ISO Schematron
                        rules.</item></list></p><p>Everything else in a TEI-conformant ODD specification uses only constructs from
                    the TEI namespace. In this paper, we will argue for a further extension of the
                    ODD language to replace several of the cases listed above.</p><div xml:id="elementcontentmodels"><head>Element Content Models</head><p>ODD was originally intended to support the <emph>intersection</emph> of the
                      content models definable using three different schema languages. In practice,
                      this reduced our modeling requirements quite significantly. <!-- ... --></p><!-- ... --></div><div xml:id="datatyping"><head>Datatyping and Other Forms of Validation</head><p>Validation of an element’s content model is but one of many different layers
                      of validation that a TEI user may wish to express in their ODD specification.
                      <!-- ... --></p><!-- ... --></div></div></body></egXML></p></div><div xml:id="paragraphs"><head>Paragraphs</head><p>Paragraphs are encoded with <ref target="#TEI.p">&lt;p&gt;</ref> elements. They are the main building blocks of a division. They can contain plain text, mixed with other structural elements:<egXML xmlns="http://www.tei-c.org/ns/Examples"><p>Thus we introduce the <gi>transferGrp</gi> element, a grouping element somewhat 
                like <gi>surfaceGrp</gi> but, like <gi>altGrp</gi> or <gi>attList</gi>, with 
                the ability to assert the relationship among its children rather than just common
                features. This is accomplished with an <att>org</att> attribute whose suggested 
                values include: 
                <list type="gloss"><label><val>group</val></label><item>an unordered set</item><label><val>sequence</val></label><item>a (chronologically) ordered set</item><label><val>choice</val></label><item>only one of the child <gi>transfer</gi>s 
                    obtained</item></list></p><p>The following example demonstrates the use of <gi>transferGrp</gi> to indicate a
                transaction which is attested in (at least) two source documents which disagree as to
                the amount of money involved.</p></egXML></p></div><div xml:id="lists"><head>Lists</head><p><!--[RvdB] should we say something about list/head? This is supported, but treated differently from (div|table|figure)/head, in that no label is generated at rendering time.--><!-- [MDH] I guess we should. -->Lists in jTEI are relatively simple. They are encoded in a <ref target="#TEI.list">&lt;list&gt;</ref> element and differentiated by the <hi rend="att">type</hi> attribute, which may have only one value, <hi rend="val">gloss</hi>. <hi rend="tag">&lt;list type="gloss"&gt;</hi> is (as you might expect) a glossary list, and must consist of a sequence of <ref target="#TEI.label">&lt;label&gt;</ref>s and <ref target="#TEI.item">&lt;item&gt;</ref>s, like this:</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><list type="gloss"><label>compressor</label><item>a device which reduces the peaks of volume in an audio signal</item><label>equalizer</label><item>a device which allows different frequency bands in an audio signal
              to be cut or boosted</item></list></egXML><p>All other types of list (numbered, bulleted etc.) do not have the <hi rend="att">type</hi> attribute. Their appearance is controlled by the <hi rend="att">rend</hi> attribute: <list rend="specList"><item><hi rend="specList-elementSpec"><ref target="#TEI.list">list</ref></hi><c xml:space="preserve"> </c><seg xml:lang="en">contains any sequence of items organized as a list.</seg><table rend="specDesc"><row><cell rend="Attribute"><hi rend="att">rend</hi></cell><cell>(<seg xml:lang="en">rendition</seg>) <seg xml:lang="en">describes the way the list should be rendered. </seg></cell></row></table></item></list> <!-- [RvdB]: this repeats what's generated for the preceding <specList> element --> <!-- [MDH]: this inclusion of values in a specList recently appeared in ODD 
              processing, but no-one is quite sure how, so it may disappear in future.
              for the moment I've commented out the duplication. --> <!--Available values for the <att>rend</att> attribute are:
            <list>
              <label>bulleted</label>
            <item>
              Bulleted lists will appear with each item preceded by a leading
                dot.
            </item>
            <label>inline</label>
              <item>Inline lists appear within a paragraph of ordinary text; list items do not start
                on a new line, but follow immediately from the preceding text or item. The value
                  <val>inline</val> may be combined with another value; for example, <code>ordered
                  inline</code> means that the list will be rendered inline, but each item will be
                preceded by a number in parentheses: (1) first item (2) second item, and so
                on.</item>
            <label>ordered</label>
              <item>Items in a numbered list will be preceded by a number. If the list is
                inline, then the number will be enclosed in parentheses, but if it is a
                block-level list (the default), the number will be followed by a period.
              </item>
            <label>simple</label>
              <item>Items in a simple list will be rendered with no bullet or preceding number
                at all.</item>
          </list>--> Lists may be nested: <egXML xmlns="http://www.tei-c.org/ns/Examples"><list rend="bulleted"><item>compressor:
                  <list rend="ordered"><item>limiter</item><item>multiband compressor</item></list></item><item>equalizer:
                  <list rend="ordered"><item>graphic equalizer</item><item>parametric equalizer</item></list></item></list></egXML></p><p>For processing reasongs, jTEI puts one restriction on what can appear inside lists: you can't use <ref target="#TEI.table">&lt;table&gt;</ref> anywhere inside <ref target="#TEI.item">&lt;item&gt;</ref>.</p></div><div xml:id="quotations"><head>Quotations, Inline and Block</head><p><!--[RvdB] shouldn't we type these bibliographic references, so we can enforce that they 
  -point to <bibl> elements in the bibliography
  -have an @xml:id attribute
==> <ref type="bibl" target="#bibl" xml:id="id">?    -->The main components of a quotation are the quoted text itself, and a reference to the source it was quoted from. The quoted text is encoded with a <ref target="#TEI.quote">&lt;quote&gt;</ref> element, without quotation marks. Quotations marks are added automatically by the rendering scripts. The jTEI schema requires that each quotation is linked to a bibliographic reference, identifying the source from where the text has been quoted. Typically, the source of a quotation is listed in the bibliography at the end of the article. References to such sources are encoded in a <ref target="#TEI.ref">&lt;ref&gt;</ref> element, with a <hi rend="att">type</hi> attribute of value <hi rend="val">bibl</hi>, whose <hi rend="att">target</hi> attribute must point to the <hi rend="att">xml:id</hi> value of a <ref target="#TEI.bibl">&lt;bibl&gt;</ref> element in the article's bibliography. You must provide an <hi rend="att">xml:id</hi> attribute for the <ref target="#TEI.ref">&lt;ref&gt;</ref> element itself. This makes it possible to connect the quotation with its specific reference via the <hi rend="att">source</hi> attribute on the <ref target="#TEI.quote">&lt;quote&gt;</ref> element:<egXML xmlns="http://www.tei-c.org/ns/Examples"><p>In his blog post, <title level="a">Text: A Massively Addressable Object</title>, 
              published in the 2012 anthology <title level="m">Debates in the Digital
                Humanities</title>, Michael Witmore defines texts as objects that are 
                <quote source="#quoteref3">massively addressable at different levels of scale</quote>
                (<ref type="bibl" xml:id="quoteref3" target="#witmore12">Witmore 2012, 325</ref>).
            </p></egXML></p><p>Here, we see how the value <hi rend="val">#quoteref3</hi> for the <hi rend="att">source</hi> attribute expresses the correspondence with the bibliographic reference in <code>&lt;ref type="bibl" xml:id="quoteref3" target="#witmore12"&gt;Witmore 2012, 325&lt;/ref&gt;</code>.</p><p>In some cases, quotations are taken from <soCalled>less bibliographic</soCalled> sources, such as email conversations and other non-published texts. Such sources are not listed in the bibliography, so you can't refer to them with a <hi rend="tag">&lt;ref type="bibl"&gt;</hi> reference. Instead, you should include the description of the source in <!-- [RvdB]: I've relaxed this, since the footnote had been copy-edited out from the example snippet, so the original proposal (embedding inline <bibl> in <note>) is probably not conformant with CMOS --><!-- a footnote in -->the text. The description should be encoded in a <ref target="#TEI.bibl">&lt;bibl&gt;</ref> element with an <hi rend="att">xml:id</hi> attribute. You should link the quotation to this bibliographic description by pointing to this <hi rend="att">xml:id</hi> attribute with the <hi rend="att">source</hi> attribute of the <ref target="#TEI.quote">&lt;quote&gt;</ref> element: <egXML xmlns="http://www.tei-c.org/ns/Examples"><p>An exchange on the TEI electronic mailing list sparked the research published 
            in this article, when a community expert wrote that given 
            <quote source="#quoteref1">a graduate student in English who has heard about TEI 
              and wants to dip her toes into it because she thinks it may be a better way of 
              putting on the Web some 17th century poems<gap/> Where does she go for help? 
              Where in the TEI universe is the level of ubiquitous Grade I support?</quote> 
            (<bibl xml:id="quoteref1">Martin Mueller, pers. comm, Jan. 18, 2013</bibl>).</p></egXML> Here, the <hi rend="val">#quoteref1</hi> value for the <hi rend="att">source</hi> attribute on <ref target="#TEI.quote">&lt;quote&gt;</ref> points to the <ref target="#TEI.bibl">&lt;bibl&gt;</ref> element in the text, describing the <soCalled>less bibliographic</soCalled> source for the quotation in a footnote.</p><p>Note how the examples above were inline quotations, which will be rendered inside the running text of the paragraph they appear in. It is also possible to encode block quotations, by wrapping the <ref target="#TEI.quote">&lt;quote&gt;</ref> and its <ref target="#TEI.ref">&lt;ref&gt;</ref> inside a <ref target="#TEI.cit">&lt;cit&gt;</ref> container. A <ref target="#TEI.cit">&lt;cit&gt;</ref> element can occur either in or between paragraphs, but is always rendered as a blockquote:<egXML xmlns="http://www.tei-c.org/ns/Examples"><p>In <title level="a">Wampum as Hypertext</title>, Angela Haas complicates the 
              distinction between technology and high technology by discussing the way wampum 
              belts function the same as Western hypertexts. Haas contends that while there are 
              many similarities, they differ when we understand the way wampum is reliant on 
              cultural practices and memory: 
              <cit><quote source="#quoteref8">Consequently one could argue that wampum is limited 
                  in relation to contemporary Western hypertexts in that it requires human 
                  intervention to remember the intent and content of the original message; however, 
                  one could also posit that such interaction encourages continuous civic involvement
                  instead of an over-reliance on technology.</quote><ref type="bibl" xml:id="quoteref8" target="#haas07">Haas 2007, 93</ref></cit></p></egXML></p><p>The <ref target="#TEI.cit">&lt;cit&gt;</ref> element has been constrained in jTEI so it can only contain <ref target="#TEI.quote">&lt;quote&gt;</ref>, <ref target="#TEI.ref">&lt;ref&gt;</ref>, and <ref target="#TEI.bibl">&lt;bibl&gt;</ref>. <!--[RvdBn] /are/ we going to allow <bibl> inside <cit>? So far, only <ref> occurs.--></p><p>Inside quotations, inline rhetorical elements can be used (see <ptr target="#inline_rhetorical"/>). Two of such elements are quite specific to quotations, in the context of a jTEI article, however, namely omissions and supplied text. Omissions are encoded with <ref target="#TEI.gap">&lt;gap&gt;</ref>, which at rendering time is transformed to the typographic omission symbol: <mentioned>…</mentioned><note place="foot">Note, if you're omitting text at the end of a sentence, the sentence punctuation should precede the <ref target="#TEI.gap">&lt;gap&gt;</ref> element.</note>. If you supply text that wasn't present in the original quotation, you should wrap the supplied text in a <ref target="#TEI.supplied">&lt;supplied&gt;</ref> element. At rendering time, the <ref target="#TEI.supplied">&lt;supplied&gt;</ref> start and end tags are replaced with the <mentioned>[</mentioned> and <mentioned>]</mentioned> characters, respectively.</p><p>Apart from <ref target="#TEI.quote">&lt;quote&gt;</ref> for <soCalled>attributed</soCalled> quotations, you can also use <ref target="#TEI.q">&lt;q&gt;</ref> for short <soCalled>anonymous</soCalled> inline quotations, whose source is not known or irrelevant. This is discussed in more detail in <ptr target="#inline_rhetorical"/>.</p></div><div xml:id="figures"><head>Figures and Graphics</head><p>Illustrative figures are encoded using the<ref target="#TEI.figure">&lt;figure&gt;</ref> element, along with a mandatory <hi rend="tag">&lt;head type="legend"&gt;</hi> element providing the caption for the figure, as in this example:</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><figure xml:id="titlePage"><graphic url="img/titlePage.png" width="620px" height="980px"/><head type="legend">The title page of the 1598 edition</head></figure></egXML><p>The graphics file should be in PNG or JPEG format, and should be stored in a directory called <code>img</code> which is a sibling of the article XML file. Graphics file names should not contain spaces or punctuation. The <ref target="#TEI.graphic">&lt;graphic&gt;</ref> element must include the <hi rend="att">width</hi> and <hi rend="att">height</hi> attributes containing the image size in pixels. A second <hi rend="tag">&lt;head type="license"&gt;</hi> may also be provided in cases where an explicit statement of licensing, copyright or accreditation is required.</p><p>The caption in the <hi rend="tag">&lt;head type="legend"&gt;</hi> element should <emph>not</emph> begin with <q>Figure 1</q> or any similar prefix; this will be provided by the rendering code at output time. To link to the figure, all you need to do is to provide a pointer targeting its <hi rend="att">xml:id</hi> attribute, like this:</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>As you can see from <ptr target="#titlePage" type="crossref"/>, 
            the title page is damaged...</p></egXML><p>This will be expanded at rendering time into <q>Figure X</q>, where X is the appropriate figure number.</p></div><div xml:id="examples"><head>Example Code, XML and non-XML</head><p>Example computer code in jTEI falls into two categories. XML code appears in the <hi rend="tag">&lt;egXML xmlns="http://www.tei-c.org/ns/Examples"&gt;</hi> element. When you use this element, make sure you get the namespace right; all elements appearing in the <ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref> element are also in the Examples namespace, to distinguish them from regular TEI elements that are part of the encoding of the document. Code from non-XML languages appears in the <ref target="#TEI.eg">&lt;eg&gt;</ref> element.</p><p>In many cases, example code will appear inline as part of the prose of your article<note place="foot">Note, however, that <ref target="#TEI.eg">&lt;eg&gt;</ref> and <ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref> examples are always <emph>rendered</emph> as blocks, regardless of their appearance as inline or block-level elements in the article encoding. If you want to include a short code fragment that should be rendered inline, you can use the <ref target="#TEI.code">&lt;code&gt;</ref> element as discussed in <ptr target="#inline_technical"/>.</note>: <egXML xmlns="http://www.tei-c.org/ns/Examples"><p>Links between authors and books are encoded using <gi>link</gi> elements: &lt;egXML
                xmlns="http://www.tei-c.org/ns/Examples"&gt; <link target="#middlemarch #eliot"/>
                &lt;/egXML&gt; </p></egXML></p><p>You might want to provide a caption for code examples. In these cases, the <ref target="#TEI.eg">&lt;eg&gt;</ref> or <ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref> element should be enclosed in a <ref target="#TEI.figure">&lt;figure&gt;</ref>: <egXML xmlns="http://www.tei-c.org/ns/Examples"><figure xml:id="example_code_1"><eg>
                declare function local:getTitles($source as element(div)) as xs:string*{
                    for $t in $source//title
                      return xs:string($t)
                };
              </eg><head type="legend">A simple XQuery function</head></figure></egXML> At rendering time, captions of examples will be supplied with a leading <q>Example X</q>, where X is the number of the example. You can link to and refer to block examples like this <ref target="#internal_linking">using <gi>ref</gi> and <gi>ptr</gi></ref>. In order to do so, you should provide a unique identification code to the <ref target="#TEI.figure">&lt;figure&gt;</ref> in an <hi rend="att">xml:id</hi> attribute.</p></div><div xml:id="tables"><head>Tables</head><p>Tables can be encoded with the <ref target="#TEI.table">&lt;table&gt;</ref> element. Tables consist of a number of rows (<ref target="#TEI.row">&lt;row&gt;</ref>) that contain a number of cells (<ref target="#TEI.cell">&lt;cell&gt;</ref>). Header rows and cells can be distinguished by different values for the <hi rend="att">type</hi> attribute:<list type="gloss"><label><hi rend="val">label</hi></label><item>The row or cell contains a header, not actual data.</item><label>data</label><item>(default) The row or cell contains data.</item></list></p><p>Cells and rows can be merged. In order to indicate how many columns a row or cell spans, a number can be provided for a <hi rend="att">cols</hi> attribute; the number of rows spanned can be given as value for a <hi rend="att">rows</hi> attribute.</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><table xml:id="table1"><head>Elements in <ident>tei_corset</ident> customization</head><row role="label"><cell>Module</cell><cell>Elements in <ident>tei_corset</ident></cell></row><row><cell role="label"><ident>textstructure</ident></cell><cell><gi>body</gi><gi>div</gi><gi>TEI</gi></cell></row><row><cell role="label"><ident>figures</ident></cell><cell><gi>cell</gi><gi>row</gi><gi>table</gi></cell></row><row><cell cols="2">a sample cell spanning two columns (this was not in the original)</cell></row></table></egXML><p>The example above illustrates how the first row is marked as a header row with <hi rend="tag">&lt;row role="label"&gt;</hi>, and how the left column is marked as a header column by specifying each first cell in a row as <hi rend="tag">&lt;cell role="label"&gt;</hi>. The last cell illustrates how column spanning can be indicated with <hi rend="tag">&lt;cell cols="2"&gt;</hi>.</p><p>Note how the example also illustrates how tables can have headings, in a <ref target="#TEI.head">&lt;head&gt;</ref> element. The text of this heading should <emph>not</emph> begin with <q>Table 1</q> or any similar prefix; this will be provided when the article is rendered. To link to the table, all you need to do is to provide a pointer targeting its <hi rend="att">xml:id</hi> attribute:</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>As you can see from <ptr target="#table1" type="crossref"/>, the elements included...</p></egXML><p>This will be expanded at rendering time into <q>Table X</q>, where X is the appropriate table number.</p></div></div><div xml:id="inline_rhetorical"><head>Inline Rhetorical Elements</head><p>The jTEI schema prompts you to encode information as much as possible with conceptual tags. Therefore, the general-purpose <ref target="#TEI.hi">&lt;hi&gt;</ref> tag has been removed from the jTEI schema.<!-- [RvdB] On the condition we find a solution for things like the superscript in the Cummings article. --> Instead, you should use more semantically expressive elements for identifying the rhetorical phenomenon you want to encode. If you want to stress a word in a sentence, you can do so with the <ref target="#TEI.emph">&lt;emph&gt;</ref> element, which is rendered as italicized text. Foreign terms can be tagged with <ref target="#TEI.foreign">&lt;foreign&gt;</ref>, with a proper language identification code for the <hi rend="att">xml:lang</hi> attribute. Technical terms, or terms in general, can be encoded with <ref target="#TEI.term">&lt;term&gt;</ref>, and appear as italicized text in the rendered article.</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><p><term>Interoperability</term> may be defined as the property of data that allows 
            it to be loaded <emph>unmodified</emph> and fully used in a <emph>variety</emph> 
            of software applications. <term>Interchange</term> is basically the same property 
            that applies after a preliminary conversion of the data (<ref type="bibl" target="#bauman11">Bauman 
              2011</ref>; <ref type="bibl" target="#unsworth11">Unsworth 2011</ref>), and 
            implies some loss of information in the process. Interchange can thus be seen as 
            an easier, less stringent or less useful kind of information exchange than pure interoperability.</p></egXML><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>Unicode is a <emph>character</emph> encoding standard, and is not intended to 
            standardize ligatures or other presentation forms 
            (<ref type="bibl" xml:id="quoteref16" target="#unicode14">Unicode 2014</ref>). 
            For example, there is no Unicode character for old Latin <foreign xml:lang="la">sescuncia</foreign> 
            (like a pound-sign, = one eighth), since it can be composed from <foreign xml:lang="la">semuncia</foreign> 
            (character 10192) and an EN-dash (<ref type="bibl" target="#unicode06">Unicode 2006, 4</ref>)</p></egXML><p>Another category of inline rhetorical elements are those that are used for text that is somehow quoted. When a word is <soCalled>mentioned</soCalled> to illustrate its form or usage, without its actual meaning, it should be encoded as <ref target="#TEI.mentioned">&lt;mentioned&gt;</ref>. At rendering time, it will be displayed in italics. When you use a word while at the same time distancing yourself from it, you should encode it with <ref target="#TEI.soCalled">&lt;soCalled&gt;</ref>. At rendering time, the start and end tag will be replaced with double quotation marks. Finally, if you want to quote a word or passage without attributing it to an external source, you can use the <ref target="#TEI.q">&lt;q&gt;</ref> element. Such <soCalled>anonymous</soCalled> quotations are rendered in double quotation marks.<note><p>The actual form of the quotation marks depends on the <soCalled>nesting level</soCalled> of quotation marks, so that double and single quotation marks alternate when they nest. For example, if a word tagged as <ref target="#TEI.soCalled">&lt;soCalled&gt;</ref> appears inside a <ref target="#TEI.q">&lt;q&gt;</ref> element, then the quoted text will be wrapped in <emph>double</emph> quotation marks, while the text inside <ref target="#TEI.soCalled">&lt;soCalled&gt;</ref> will be rendered with <emph>single</emph> quotation marks.</p></note></p><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>The standard definition of metadata as <q>data about data</q> seems to pose more 
            questions than it answers.</p></egXML><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>There are possible ways (<soCalled>hacks</soCalled>) around some of these problems 
            even without rewriting the software, and some software is open source. For example, 
            some software may permit dates in the <emph>future</emph>, in which case a project 
            might record eighteenth-century dates using values from the twenty-eighth century. 
            Pounds, shillings, and pence could be converted to a modern standard unit (for 
            example, US dollars; <ref target="http://www.measuringworth.com/">Measuring Worth</ref>
            provides calculators for determining values in some historical currencies). A 
            project could consistently use the <mentioned>comments</mentioned>, <mentioned>memo</mentioned>, 
            or <mentioned>notes</mentioned> field to record pointers into the attesting document.</p></egXML><p>If you mention titles in paragraph text, you should encode them as such, with the <ref target="#TEI.title">&lt;title&gt;</ref> element and a proper type for the <hi rend="att">level</hi> attribute. Titles of journals (<code>level="j"</code> for <hi rend="att">level</hi>) and monographs (<hi rend="val">m</hi>) are rendered in italics. Titles of book chapters or journal articles (<hi rend="val">a</hi>), or unpublished materials (<hi rend="val">u</hi>) are enclosed in quotation marks at rendering time (so you mustn't provide them yourself).</p><!-- [MDH]: Commenting this out, as Chicago expressly forbids superscripting of the suffixes to ordinals. Shame. We had, as Ron says, nifty code for it.       --><!--<p>A special case are ordinal numbers that are written with an Arabic number, followed by a <mentioned>th</mentioned> or <mentioned>rd</mentioned> suffix. In order to render them consistently in jTEI articles, you should encode them with a <gi>num</gi> element with <val>ordinal</val> as value for the <att>type</att> attribute as follows:
          <egXML xmlns="http://www.tei-c.org/ns/Examples">
            <p>Columbus arrived on the <num type="ordinal">21st</num> of July.</p>
          </egXML>
          At rendering time, the suffixes inside are recognized and formatted in superscript. Note that the numbers of centuries 
          should be spelled out in full, not written with digits: <q>twentieth-century poetry</q>, not <q>20th-century poetry</q>.
        </p>--></div><div xml:id="inline_technical"><head>Inline Technical Elements</head><p>Due to the nature of this journal, a discussion of technical XML or TEI elements is a common feature in jTEI articles. When elements from an XML vocabulary are discussed, they should be identified in a <ref target="#TEI.gi">&lt;gi&gt;</ref> element, with an optional <hi rend="att">scheme</hi> attribute in which the XML vocabulary can be named. The default value for this attribute is <hi rend="val">TEI</hi> for TEI elements; others could be <hi rend="val">HTML</hi>, <hi rend="val">Schematron</hi>, <hi rend="val">DBK</hi> (Docbook), etc. At rendering time, the <ref target="#TEI.gi">&lt;gi&gt;</ref> start and end tags are replaced with the <mentioned>&lt;</mentioned> and <mentioned>&gt;</mentioned> characters, respectively. The element name is always presented in this form: <code>&lt;p&gt;</code> in the output rendering, even if it is an empty element which in actual usage is almost always self-closing, such as <ref target="#TEI.lb">&lt;lb/&gt;</ref> or <gi>pb</gi>.</p><p>Attribute names should be tagged in an <ref target="#TEI.att">&lt;att&gt;</ref> element, which at rendering time will be preceded with a <mentioned>@</mentioned> character. Attribute values should be tagged in <ref target="#TEI.val">&lt;val&gt;</ref>. At rendering time, the <ref target="#TEI.val">&lt;val&gt;</ref> start and end tags are replaced with straight quotation marks, so there is no need to quote the values yourself.</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>For example, the extension of credit can be represented in a transactionography 
            by the transfer of a commodity of indebtedness. We have been using the keyword
            <val>iou</val> as the value of <att>commodity</att> of <gi>measure</gi> for this purpose.</p></egXML><p>When you want to quote an instance of a single start or end tag, you should use the <ref target="#TEI.tag">&lt;tag&gt;</ref> element. If you want to specify the XML vocabulary this tag belongs to, this can be done in the <hi rend="att">scheme</hi> attribute (see above). In the <hi rend="att">type</hi> attribute, you can specify the kind of tag: <hi rend="val">start</hi> (start tag), <hi rend="val">end</hi> (end tag), <hi rend="val">empty</hi> (an empty tag), <hi rend="val">pi</hi> (processing instruction), <hi rend="val">comment</hi> (an XML comment), or <hi rend="val">ms</hi> (a CDATA marked section). For all these types of tags, the proper delimiters (starting with the <mentioned>&lt;</mentioned> and ending with the <mentioned>&gt;</mentioned> characters) are inserted when the article is rendered. Note, for full-fledged XML examples, the <ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref> element should be used (see <ptr target="#examples"/>).</p><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>A range like <code>#range(left(//lb[@n='3']),left(//lb[@n='4']))</code>, however, 
            could unambiguously address the sequence of nodes comprising line 3, even if the 
            <gi>lb</gi> happened to be a child of another element that began in the previous line.</p><!-- ... --><p>For example, <tag type="empty">rng:ref name="model.pLike"</tag> becomes <tag type="empty">classRef key="model.pLike"</tag>.</p></egXML><p>If you want to cite a brief inline code fragment from a formal programming language, you can use the <ref target="#TEI.code">&lt;code&gt;</ref> element. With the <hi rend="att">lang</hi> attribute, you can identify the language of the code: <egXML xmlns="http://www.tei-c.org/ns/Examples"><p>Most of the time, pointing from one part of a TEI document to another, it is easy 
            to use IDs. Simply wrap the thing in an element, give that element an <att>xml:id</att>
            attribute (say, <code>xml:id="foo"</code>), and point at the ID using either a 
            URI with an appended fragment identifier (<val>#foo</val>) or using an attribute 
            whose type is IDREF.</p></egXML></p><!-- [RvdB] The use of <ident> in the current articles should be evaluated (should it be used for file names etc, or is <code> the right tag for those?). --><p>The <ref target="#TEI.ident">&lt;ident&gt;</ref> element should be used to encode identifiers in a formal language, such as variable, class, and function names in a programming language. When discussing the TEI encoding scheme or customizations, the names of model and attribute classes, datatypes, macros, and TEI customizations should be encoded with <ref target="#TEI.ident">&lt;ident&gt;</ref>: <egXML xmlns="http://www.tei-c.org/ns/Examples"><p>For example <ident>data.duration.iso</ident>, <ident>data.outputMeasurement</ident>,
              <ident>data.pattern</ident>, <ident>data.point</ident>, <ident>data.version</ident>, 
              and <ident>data.word</ident> all map to the same datatype CDATA in XML DTD, and to 
              various TEI-defined regular expressions in RELAX NG or W3C Schema.</p></egXML></p></div><div xml:id="footnotes"><head>Footnotes</head><p>jTEI articles can have footnotes. Since no other notes are supported, the encoding is fairly simple: just add a <ref target="#TEI.note">&lt;note&gt;</ref> element at the place where you want to insert the footnote in the text. No further attributes are required: numbering is catered for at rendering time. Notes can contain plain text or paragraphs. No block-level elements are allowed:<!--[RvdB] I'm a bit at loss for what we allow inside <note>. IIRC, just no block-level elements (i.e. <table>, <list>, <cit>, <figure>)? There is one instance of a <note> with an inline list in jTEI-6-Ives-source.xml. If so, shouldn't we restrict this in the Schema/tron? --><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>There are essentially two pointing mechanisms TEI employs to implement its graph 
                data structure: XPath, used in the <att>match</att> attribute,
                <note><p>See <ptr target="http://www.tei-c.org/Vault/P5/2.2.0/doc/tei-p5-doc/en/html/ref-att.scoping.html"/></p></note> and URIs, which can indicate documents, or (using fragment identifiers)
              elements in the current document which have <att>xml:id</att> attributes.</p></egXML></p></div><div xml:id="internal_linking"><head>Internal Linking</head><p>Internal links are cross-links within the article. In jTEI, you can point to other text structures that can have labels, namely <ref target="#TEI.div">&lt;div&gt;</ref>, <ref target="#TEI.figure">&lt;figure&gt;</ref> (containing either graphics or code examples), or <ref target="#TEI.table">&lt;table&gt;</ref>. You can link to those structures either with an unlabeled cross-reference in <ref target="#TEI.ptr">&lt;ptr/&gt;</ref>, or with a labeled link in <ref target="#TEI.ref">&lt;ref&gt;</ref>. Both must have a <hi rend="att">type</hi> attribute with value <hi rend="val">crossref</hi>, and a <hi rend="att">target</hi> attribute, whose value should start with the <q>#</q> sign, followed by the <hi rend="att">xml:id</hi> value of the element it addresses:<egXML xmlns="http://www.tei-c.org/ns/Examples"><p><ref type="crossref" target="#figure2">The following figure</ref> shows a typical example of such a tag document.
        <figure xml:id="figure2"><graphic url="img/tagdoc-p2.png" width="642px" height="716px"/><head type="legend">Tagdoc for <gi>resp</gi> element in P2.</head></figure></p></egXML></p><p>For unlabeled cross-links, the <hi rend="tag">&lt;ptr type="crossref" xml:id="#link-target"&gt;</hi> is replaced with an appropriate label for the link target at rendering time: <egXML xmlns="http://www.tei-c.org/ns/Examples"><p><ptr target="#table2" type="crossref"/> shows allowable <att>rend</att> values and
              their equivalent meanings.</p><table xml:id="table2"><head>Allowable <att>rend</att> attribute values in <ident>tei_corset</ident>
                customization</head><row role="label"><cell><att>rend</att><lb/>(renamed <att>r</att>) <lb/>attribute value</cell><cell>Meaning</cell></row><!-- ... --></table></egXML>In the generated ODT, OpenEdition, and PDF version, the cross-reference is is rendered as: <q>Table X shows allowable @rend values and their equivalent meanings.</q></p><p>Note how internal links are rendered as plain text instead of hyperlinks in the ODT version and the final version in revues.org.</p><p>Another type of internal linking consists of bibliographic references, pointing to entries in the bibliography. This should be done with a specific type of <ref target="#TEI.ref">&lt;ref&gt;</ref> element, with value <hi rend="val">bibl</hi> for the <hi rend="att">type</hi> attribute. The value of the <hi rend="att">target</hi> attribute for bibliographic references must point to a <ref target="#TEI.bibl">&lt;bibl&gt;</ref> element in the bibliography: <egXML xmlns="http://www.tei-c.org/ns/Examples"><p>Thomas notes numerous additional developments in the use of computers in historical
              study, both in the United States and elsewhere between the 1940s and the early
              twenty-first century (<ref type="bibl" target="#thomas04">Thomas 2004</ref>).</p><!-- ... --><back><div type="bibliography"><listBibl><bibl xml:id="thomas04"><author>Thomas, William G., III</author>. <date>2004</date>.
                    <title level="a">Computing and the Historical Imagination</title>: 
                    <title level="m">A Companion to Digital Humanities</title>, edited by 
                    <editor>Susan Schreibman</editor>, <editor>Ray Siemens</editor>, and 
                    <editor>John Unsworth</editor>. <pubPlace>Oxford</pubPlace>: 
                    <publisher>Blackwell Publishing</publisher>.</bibl></listBibl></div></back></egXML> Note, how all characters surrounding bibliographic references have to be hard-coded in the text; they are not generated automatically at rendering time. For linking bibliographic references with quotations, see <ptr target="#quotations"/>.</p></div><div xml:id="external_linking"><head>External Linking</head><p><!--[RvdB] I haven't thought of this, but most of the external links in the articles so far are actually unlabeled: <ref target="https://github.com/hcayless/tei-xpointer.js">https://github.com/hcayless/tei-xpointer.js</ref>. Shouldn't those be replaced with <ptr/> instead? We could easily add a Schematron constraint that checks if a link label doesn't equal its target and suggest to change those to <ptr/>, or would that be a bridge too far?-->Links to external destinations can be encoded with <ref target="#TEI.ptr">&lt;ptr/&gt;</ref> (unlabeled) or <ref target="#TEI.ref">&lt;ref&gt;</ref> (labeled). They must have a <hi rend="att">target</hi> attribute whose value is the URI of the link's destination:<egXML xmlns="http://www.tei-c.org/ns/Examples"><item>addresses the range between two points (<ref target="http://www.tei-c.org/Vault/P5/2.2.0/doc/tei-p5-doc/en/html/SA.html#SATSRN">16.2.5.4 range()</ref>)</item></egXML> <egXML xmlns="http://www.tei-c.org/ns/Examples"><p>More detailed information can be found at <ptr target="http://www.tei-c.org/Vault/P5/2.5.0/doc/tei-p5-doc/en/html/ref-elementSpec.html"/>.</p></egXML>At rendering time, both types of links are transformed to clickable hyperlinks, and for <ref target="#TEI.ptr">&lt;ptr/&gt;</ref> the value of the <hi rend="att">target</hi> attribute is used as the link label.</p><p>One caveat for external links to the TEI Guidelines: since the web version at <ptr target="http://www.tei-c.org/Guidelines/P5/"/> is unstable and will be updated at each new release, you <emph>must</emph> point to the archived versions in the <ref target="http://www.tei-c.org/Vault/Vault-GL.html"><soCalled>Vault</soCalled> section</ref> of the TEI website. There, you can find an archive of all previous TEI releases and their documentation. Follow the links to the exact version you're referencing in your article (even if it's the current version), and use them for your external hyperlinks. In the examples above, the first link points to the documentation of version 2.2.0 of the TEI Guidelines, while the second link points to version 2.5.0.</p></div><div xml:id="faq"><head>Frequently-asked Questions</head><list><item>Where did <ref target="#TEI.hi">&lt;hi&gt;</ref> go? How do I do italics? <p>We're trying to avoid <ref target="#TEI.hi">&lt;hi&gt;</ref> because it's so widely used in so many different ways. We would also prefer that all styling be applied for semantic reasons, so rather than <soCalled>italics</soCalled>, think <soCalled>journal title</soCalled> or <soCalled>emphasis</soCalled> or <soCalled>foreign word</soCalled>. Also, what you believe should be in italics might in our style guide be rendered in quotation marks, or not styled at all; that's why it's easier if you identify things and let the system style them.</p></item><item>Why can't I use quotation marks? <p>Literal quotation marks can be straight double, straight single, curly double, curly single, or (if you happen to be on a non-English keyboard) a range of other symbols. All copyeditors are familiar with the tedium of checking that they're all the right form, and that all the inital ones are opening ones and the closing ones are the matching closing ones. It's much simpler if you tag your text as <ref target="#TEI.quote">&lt;quote&gt;</ref>, <ref target="#TEI.soCalled">&lt;soCalled&gt;</ref> or whatever, and let the XSLT provide the quotation marks in a reliable way.</p></item><item>Why is this so restrictive? <p>The TEI is a huge standard; there are lots of available approaches to encoding any given phenomenon, and every TEI user has their own habits and preferences, arising out of their history and the projects they've worked on. If we accept submissions in any valid TEI (<soCalled>tei_all</soCalled>), we inevitably spend many hours re-encoding them to get something that will work with our system. It's much simpler if we let the schema do the work for us.</p></item></list></div></body><back><div xml:id="summary"><head>Summary of Elements and their Rendition</head><table rendition="#table"><row role="label"><cell>Element/Tag</cell><cell>Usage</cell><cell>Example</cell><cell>Rendition</cell></row><!--         
          <row>
            <cell><gi>affiliation</gi></cell>
            <cell>author affiliation</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples"><affiliation>University College London</affiliation></egXML>
            </cell>
            <cell>University College London</cell>
          </row>
          <row><cell><gi>appInfo</gi></cell><cell></cell><cell></cell><cell></cell></row>
          <row><cell><gi>application</gi></cell><cell></cell><cell></cell><cell></cell></row>
--><row><cell><ref target="#TEI.abbr">&lt;abbr&gt;</ref></cell><cell>an abbreviation of any sort</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><abbr>DPI</abbr></egXML></cell><cell>DPI</cell></row><row><cell><ref target="#TEI.att">&lt;att&gt;</ref></cell><cell>attribute name</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><att>place</att></egXML></cell><cell><hi rendition="#el-att">@place</hi></cell></row><!--          
          <row>
            <cell><gi>author</gi></cell>
            <cell>author of a bibliographic work</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <author>Birnbaum, David</author>
              </egXML>
            </cell>
            <cell>Birnbaum, David</cell>
          </row>
          <row>
            <cell><gi>availability</gi></cell>
            <cell>information on availability of a jTEI article</cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>back</gi></cell>
            <cell>back matter of a jTEI article</cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>bibl</gi></cell>
            <cell>bibliographic entry</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <bibl xml:id="wheaton"><title level="m">Wheaton Family Papers</title>.
                  Wheaton College Archives and Special Collections, M089.
                  <publisher>Wheaton College</publisher>,
                  <pubPlace>Norton, MA</pubPlace>.</bibl>
              </egXML>
            </cell>
            <cell><hi rendition="#italic">Wheaton Family Papers</hi>. Wheaton College Archives and Special Collections, M089. Wheaton College, Norton, MA.</cell>
          </row>
          <row>
            <cell><gi>biblScope</gi></cell>
            <cell>scope of a bibliographic reference</cell>        
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <biblScope unit="volume">19</biblScope>.
                <biblScope unit="issue">4</biblScope>: 
                <biblScope unit="page">77–100</biblScope>
              </egXML>
            </cell>
            <cell>19.4: 77–100</cell>
          </row>
          <row>
            <cell><gi>body</gi></cell>
            <cell>the body text of an article</cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>cell</gi></cell>
            <cell>a table cell</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <cell role="label">Layer 2</cell>
                <cell>sternly</cell>
              </egXML>
            </cell>
            <cell>
              <table>
                <row>
                  <cell role="label">Layer 2</cell>
                  <cell>sternly</cell>
                </row>
              </table>
            </cell>
          </row>
--><row><cell><ref target="#TEI.cit">&lt;cit&gt;</ref></cell><cell>blockquote with bibliographic reference</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><cit><quote source="quoteref7"><supplied>A</supplied>ccount books 
                    are among the most common but least accessible primary sources 
                    for historians<gap/></quote><ref type="bibl" xml:id="quoteref7" target="#mcgaw85">McGaw 1985</ref></cit></egXML></cell><cell><q rendition="#el-quotation">[A]ccount books are among the most common but least accessible primary sources for historians … <lb/>(McGaw 1985)</q></cell></row><row><cell><ref target="#TEI.code">&lt;code&gt;</ref></cell><cell>short inline code example</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><p>A mixed content model such as 
                  <code>(#PCDATA | a | model.b)*</code> 
                  might be expressed as follows</p></egXML></cell><cell><p>A mixed content model such as <hi rendition="#el-code">(#PCDATA | a | model.b)*</hi> might be expressed as follows</p></cell></row><!--
          <row>
            <cell><gi>date</gi></cell>
            <cell>date (only used in bibliographic descriptions)</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <date>2004</date></egXML>
            </cell>
            <cell>2004</cell>
          </row>
          <row>
            <cell><gi>desc</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>div</gi></cell>
            <cell>a text division</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <div>
                  <head>Section B</head>
                  <p>This is the first paragraph of section B.</p>
                  <p>This is the second paragraph of section B.</p>
                </div>
              </egXML>
            </cell>
            <cell>
              <hi rendition="#h1">1.2 Section B</hi>
              <p>This is the first paragraph of section B.</p>
              <p>This is the second paragraph of section B.</p>
            </cell>
          </row>
          <row>
            <cell><gi>edition</gi></cell>
            <cell>a certain edition of a bibliographic entry</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <edition>Version 2.2.0</edition>.
              </egXML>
            </cell>
            <cell>Version 2.2.0.</cell>
          </row>
          <row>
            <cell><gi>editor</gi></cell>
            <cell>the editor of a bibliographic entry</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                edited by <editor>Susan Schreibman</editor>, 
                <editor>Ray Siemens</editor>, and 
                <editor>John Unsworth</editor>.</egXML>
            </cell>
            <cell>edited by Susan Schreibman, Ray Siemens, and John Unsworth.</cell>
          </row>
--><row><cell><ref target="#TEI.eg">&lt;eg&gt;</ref></cell><cell>non-XML code example</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples" xml:space="preserve"><eg>
  $('#teiHolder').data('modVers', {
    xmlFile: 'data/teiFile.xml'
    annotations: 'data/annotations.json',
    fixFirst: false,
    fullscreen: false,
    height: 300,
    ids: 'a,b,c',
    witnesses: 'v1,v2'             
  });
</eg></egXML></cell><!-- [RvdB] how do we get whitespace and formatting right? --><cell><egXML xmlns="http://www.tei-c.org/ns/Examples" xml:space="preserve">
  $('#teiHolder').data('modVers', {
    xmlFile: 'data/teiFile.xml'
    annotations: 'data/annotations.json',
    fixFirst: false,
    fullscreen: false,
    height: 300,
    ids: 'a,b,c',
    witnesses: 'v1,v2'             
  });
</egXML></cell></row><row><cell><ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref></cell><cell>XML example code</cell><cell><!-- [MDH]: Nesting egXMLs is technically invalid, but somehow we need to give an example
                of giving an example. So I've escaped it. --> <egXML xmlns="http://www.tei-c.org/ns/Examples">
&lt;egXML xmlns="http://www.tei-c.org/ns/Examples"&gt;
  &lt;content&gt;
    &lt;classRef key="model.ab" maxOccurs="unlimited"/&gt; 
  &lt;/content&gt;
&lt;/egXML&gt;
              </egXML></cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><content><classRef key="model.ab" maxOccurs="unlimited"/></content></egXML></cell></row><!--
          <row>
            <cell><gi>email</gi></cell>
            <cell>an article author's email address</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <email>author@institution.com</email>
              </egXML>
            </cell>
            <cell><ref target="mailto:author@institution.com">author@institution.com</ref></cell>
          </row>
--><row><cell><ref target="#TEI.emph">&lt;emph&gt;</ref></cell><cell>emphasized text (italics)</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                The TEI began as a conscious attempt to <emph>model</emph> 
                existing and future markup systems.
              </egXML></cell><cell>The TEI began as a conscious attempt to <hi rendition="#el-emph">model</hi> existing and future markup systems.</cell></row><!--          
          <row>
            <cell><gi>encodingDesc</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.figure">&lt;figure&gt;</ref></cell><cell>a block figure or example code, with a mandatory heading</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><figure xml:id="figure1"><graphic url="img/ives_img_01.png" width="768px" height="1004px"/><head type="legend">Page-image from Ingelow’s 
                    <title level="m">Poems</title></head></figure></egXML></cell><cell><hi rendition="#generic-head">Figure 1: Page-image from Ingelow’s <hi rendition="#italic">Poems</hi></hi> <graphic url="images/ives_img_01.png" width="300px"/></cell></row><!--          
          <row>
            <cell><gi>fileDesc</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.foreign">&lt;foreign&gt;</ref></cell><cell>a foreign text fragment</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                Nowhere is this more obvious than in the weight 
                accorded the single author monograph, which remains 
                the standard <foreign xml:lang="fr">par 
                  excellence</foreign> of scholarship in the humanities.
              </egXML></cell><cell>Nowhere is this more obvious than in the weight accorded the single author monograph, which remains the standard <hi rendition="#el-foreign">par excellence</hi> of scholarship in the humanities.</cell></row><!--          
          <row>
            <cell><gi>forename</gi></cell>
            <cell>the first name of an author of an article</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <forename>Kathryn</forename>
              </egXML>
            </cell>
            <cell>Kathryn</cell>
          </row>
          <row>
            <cell><gi>front</gi></cell>
            <cell>front matter of a jTEI article</cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.gap">&lt;gap&gt;</ref></cell><cell>an omission in quoted text</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><quote source="#quoteref7">Leisure moments only <gap/> 
                  available for its execution</quote></egXML></cell><cell>“Leisure moments only … available for its execution”</cell></row><row><cell><ref target="#TEI.gi">&lt;gi&gt;</ref></cell><cell>the name of an XML element</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><gi>quote</gi></egXML></cell><cell><hi rendition="#el-gi">&lt;quote&gt;</hi></cell></row><row><cell><ref target="#TEI.graphic">&lt;graphic&gt;</ref></cell><cell>a digital image</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><graphic url="img/ives_img_01.png" width="768px" height="1004px"/></egXML></cell><cell><graphic url="images/ives_img_01.png" width="300px"/></cell></row><row><cell><ref target="#TEI.head">&lt;head&gt;</ref></cell><cell>a heading for a text division, figure, table, or list</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><div xml:id="futuredirections"><head>Future Directions</head></div></egXML></cell><cell><hi rendition="#h1">4. Future Directions</hi></cell></row><!--          
          <row>
            <cell><gi>hi</gi></cell>
            <cell>highlighted text (semantically neutral)</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                (v<hi rendition="#sup">li</hi> iij<hi rendition="#sup">s</hi> 
                iiij<hi rendition="#sup">d</hi>)
              </egXML>
            </cell>
            <cell>(v<hi rendition="#sup">li</hi> iij<hi rendition="#sup">s</hi> iiij<hi rendition="#sup">d</hi>)</cell>
          </row>
--><row><cell><ref target="#TEI.ident">&lt;ident&gt;</ref></cell><cell>identifier in a formal language</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                the new <ident>range()</ident> and <ident>string-range()</ident> 
                pointers
              </egXML></cell><cell>the new <hi rendition="#el-ident">range()</hi> and <hi rendition="#el-ident">string-range()</hi> pointers</cell></row><!--          
          <row>
            <cell><gi>idno</gi></cell>
            <cell>formal identification code (in a bibliographic description)</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                doi:<idno type="doi">10.1145/1240624.1240735</idno>
              </egXML>
            </cell>
            <cell>doi:10.1145/1240624.1240735</cell>
          </row>
          <row>
            <cell><gi>item</gi></cell>
            <cell>list item</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <list rend="ordered">
                  <item>an ODD processor might simply reject 
                    the construct as infeasible;</item>
                  <item>an ODD processor might over-generate; <!-/- ... -/-></item>
                  <item>an ODD processor might over-generate in that way, 
                    but in addition produce schematron code to remove 
                    <soCalled>false positives</soCalled>.</item>
                </list>
              </egXML>
            </cell>
            <cell>
              <list rend="ordered">
                <item>an ODD processor might simply reject the construct as infeasible;</item>
                <item>an ODD processor might over-generate; <!-/- ... -/-></item>
                <item>an ODD processor might over-generate in that way, but in addition produce schematron code to remove <soCalled>false positives</soCalled>.</item>
              </list>              
            </cell>
          </row>
          <row>
            <cell><gi>keywords</gi></cell>
            <cell>keywords for a jTEI article</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <keywords xml:lang="en">
                  <term>evaluation criteria</term>
                  <term>digital scholarship</term>
                  <term>pilot study</term>
                  <term>text encoding</term>
                </keywords>
              </egXML>
            </cell>
            <cell><hi rendition="#bold">Keywords:</hi> evaluation criteria, digital scholarship, pilot study, text encoding</cell>
          </row>
          <row>
            <cell><gi>label</gi></cell>
            <cell>a label in a gloss list</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <list type="gloss">
                  <label><soCalled>transactionography</soCalled></label>
                  <item>Keeping track of transactions and accounts 
                    in a (customized) TEI XML structure.</item>
                </list>
              </egXML>
            </cell>
            <cell>
              <list type="gloss">
                <label>‘transactionography’</label>
                <item>Keeping track of transactions and accounts in a (customized) TEI XML structure.</item>
              </list>
            </cell>
          </row>
          <row>
            <cell><gi>language</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>langUsage</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>lb</gi></cell>
            <cell>line break</cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.list">&lt;list&gt;</ref></cell><cell>a list</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><list rend="ordered"><item>The first misconception is this: digital texts and digital 
                    archives merely  replicate physical texts and physical archives 
                    in a non-material environment.</item><item>The second misconception is that all possible digital 
                    representations of a text are created equal.</item></list></egXML></cell><cell><list rend="ordered"><item>The first misconception is this: digital texts and digital archives merely replicate physical texts and physical archives in a non-material environment.</item><item>The second misconception is that all possible digital representations of a text are created equal.</item></list></cell></row><!--          
          <row>
            <cell><gi>listBibl</gi></cell>
            <cell>a list of bibliographic entries</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <listBibl>
                  <bibl xml:id="aoki07"><author>Aoki, Paul M.</author> 
                    <date>2007</date>. <title level="a">Back Stage on 
                      the Front Lines: Perspectives and Performance in 
                      the Combat Information Center</title>. In 
                    <title level="m">Proceedings of the SIGCHI Conference 
                      on Human Factors in Computing Systems</title>, 
                    <biblScope unit="page">717–26</biblScope>. CHI ’07. 
                    <pubPlace>New York, NY, USA</pubPlace>: 
                    <publisher>ACM</publisher>. <ref target="http://doi/1240624.1240735">http://doi/1240624.1240735</ref>. 
                    doi:<idno type="doi">10.1145/1240624.1240735</idno>.</bibl> 
                  <bibl xml:id="banski10"><author>Bański, Piotr</author>. 
                    <date>2010</date>. <title level="a">Why TEI Stand-off 
                      Annotation Doesn’t Quite Work and Why You Might Want 
                      to Use It Nevertheless</title>. In 
                    <title level="m">Proceedings of Balisage: The Markup 
                      Conference 2010</title>. 
                    <biblScope unit="volume">Vol. 5</biblScope>. 
                    <pubPlace>Montréal, Canada</pubPlace>: <series>Balisage 
                      Series on Markup Technologies</series>.</bibl>
                </listBibl>
              </egXML>
            </cell>
            <cell>
              Aoki, Paul M. 2007. Back Stage on the Front Lines: Perspectives and Performance in the Combat Information Center. In <hi rendition="#italic">Proceedings of the SIGCHI Conference on Human Factors in Computing Systems</hi>, 717–26. CHI ’07. New York, NY, USA: ACM. <ref target="http://doi/1240624.1240735">http://doi/1240624.1240735</ref>. doi:10.1145/1240624.1240735.<lb/>
              Bański, Piotr. 2010. Why TEI Stand-off Annotation Doesn’t Quite Work and Why You Might Want to Use It Nevertheless. In <hi rendition="#italic">Proceedings of Balisage: The Markup Conference 2010</hi>. Vol. 5. Montréal, Canada: Balisage Series on Markup Technologies.
            </cell>
          </row>
          <row>
            <cell><gi>listPerson</gi></cell>
            <cell>a list of person descriptions</cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.mentioned">&lt;mentioned&gt;</ref></cell><cell>a word that is <soCalled>mentioned</soCalled></cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                conversations on the multi-dimensional understanding of 
                <mentioned>text</mentioned> and <mentioned>representation</mentioned></egXML></cell><cell>conversations on the multi-dimensional understanding of <hi rendition="#el-mentioned">text</hi> and <hi rendition="#el-mentioned">representation</hi></cell></row><!--          
          <row>
            <cell><gi>name</gi></cell>
            <cell>the name of a jTEI author</cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.note">&lt;note&gt;</ref></cell><cell>a footnote</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                A similar suggestion is made in Eric Van der Vlist’s 
                <title level="m">RELAX NG</title><note><p><ref target="http://relaxng/">http://relaxng/</ref>.
                </p></note> 
                (<ref type="bibl" target="#vlist04">2004</ref>)
              </egXML></cell><cell>A similar suggestion is made in Eric Van der Vlist’s <hi rendition="#hi">RELAX NG</hi><hi rendition="#sup"><ref target="#egNoteRef1" xml:id="egNote1">1</ref></hi> (<ref type="bibl" target="#vlist04">2004</ref>) <lb/> <hi rendition="#h1">Notes</hi> <p><ref target="#egNote1" xml:id="egNoteRef1">1</ref> <ref target="http://relaxng/">http://relaxng/</ref>.</p></cell></row><!--          
          <row>
            <cell><gi>orgName</gi></cell>
            <cell>the name of an organization</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                
              </egXML>
            </cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>p</gi></cell>
            <cell>paragraph</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <p>The authors make no claim that this list is exhaustive, and 
                  we welcome discussion of other options.</p>
              </egXML>
            </cell>
            <cell>
              <p>The authors make no claim that this list is exhaustive, and we welcome discussion of other options.</p>
            </cell>
          </row>
          <row>
            <cell><gi>particDesc</gi></cell>
            <cell>description of participants in a conversation</cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>person</gi></cell>
            <cell>description of a person</cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>profileDesc</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>projectDesc</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.ptr">&lt;ptr/&gt;</ref></cell><cell>a pointer to another location (internal or external)</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                The rest of this paper treats each of these points in more detail. 
                <ptr type="crossref" target="#interoperability"/> describes the 
                nature of the interoperability problem.
              </egXML></cell><cell>The rest of this paper treats each of these points in more detail. Section 2 describes the nature of the interoperability problem.</cell></row><!--
          <row>
            <cell><gi>publicationStmt</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>publisher</gi></cell>
            <cell>the publisher of a bibliographic work</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <publisher>TEI Consortium</publisher>
              </egXML>
            </cell>
            <cell>TEI Consortium</cell>
          </row>
          <row>
            <cell><gi>pubPlace</gi></cell>
            <cell>the publication place of a bibliographic work</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <pubPlace>London</pubPlace>
              </egXML>
            </cell>
            <cell>London</cell>
          </row>
--><row><cell><ref target="#TEI.q">&lt;q&gt;</ref></cell><cell>a short, unattributed inline quotation</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                (student survey responses included words such as 
                <q>apprehensive</q>, <q>intimidated</q>, and even 
                <q>terrified</q>), which explains why one student 
                commented that TEI training <q>was not something 
                  I would have sought out on my own.</q></egXML></cell><cell>(student survey responses included words such as “apprehensive,” “intimidated,” and even “terrified”), which explains why one student commented that TEI training “was not something I would have sought out on my own.”</cell></row><row><cell><ref target="#TEI.quote">&lt;quote&gt;</ref></cell><cell>an attributed quotation</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><quote source="#quoteref4">Names of authors</quote> appear 
                in <quote source="#quoteref4">Italic Capitals</quote> 
                (<ref type="bibl" xml:id="quoteref4" target="#arber1875">Arber 1875–95, 1:29</ref>).
              </egXML></cell><cell>“Names of authors” appear in “Italic Capitals” (Arber 1875–95, 1:29).</cell></row><row><cell><ref target="#TEI.ref">&lt;ref&gt;</ref></cell><cell>a reference to another location (with custom label text)</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><ref target="http://www.tei-c.org/#SATSRN">16.2.5.4 range()</ref>)
              </egXML></cell><cell><ref target="http://www.tei-c.org/#SATSRN">16.2.5.4 range()</ref>)</cell></row><!--          
          <row>
            <cell><gi>rendition</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>roleName</gi></cell>
            <cell>the professional role of a jTEI author in his institution</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                Hugh is the <roleName>senior digital humanities developer</roleName> 
                for the <orgName>Duke Collaboratory for Classics Computing 
                  (DC3)</orgName>
              </egXML>
            </cell>
            <cell>Hugh is the senior digital humanities developer for the Duke Collaboratory for Classics Computing (DC3)</cell>
          </row>
          <row>
            <cell><gi>row</gi></cell>
            <cell>a table row</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <table xml:id="table1">
                  <head>Elements in <ident>tei_corset</ident> customization</head>
                  <row role="label">
                    <cell>Module</cell>
                    <cell>Elements in <ident>tei_corset</ident></cell>
                  </row>
                  <row>
                    <cell role="label"><ident>textstructure</ident></cell>
                    <cell><gi>body</gi> <gi>div</gi> <gi>TEI</gi></cell>
                  </row>
                  <row>
                    <cell role="label"><ident>figures</ident></cell>
                    <cell><gi>cell</gi> <gi>row</gi> <gi>table</gi></cell>
                  </row>
                </table>
              </egXML>
            </cell>
            <cell>
              <hi rendition="#generic-head">Table 1: Elements in <hi rendition="#el-ident">tei_corset</hi> customization</hi>
              <table xml:id="table1">
                <row role="label">
                  <cell>Module</cell>
                  <cell>Elements in <hi rendition="#el-ident">tei_corset</hi></cell>
                </row>
                <row>
                  <cell role="label"><hi rendition="#el-ident">textstructure</hi></cell>
                  <cell><hi rendition="#el-gi">&lt;body&gt;</hi> <hi rendition="#el-gi">&lt;div&gt;</hi> <hi rendition="#el-gi">&lt;TEI&gt;</hi></cell>
                </row>
                <row>
                  <cell role="label"><hi rendition="#el-ident">figures</hi></cell>
                  <cell><hi rendition="#el-gi">&lt;cell&gt;</hi> <hi rendition="#el-gi">&lt;row&gt;</hi> <hi rendition="#el-gi">&lt;table&gt;</hi></cell>
                </row>
              </table>
            </cell>
          </row>
          <row>
            <cell><gi>series</gi></cell>
            <cell>the series in which a bibliographic work has been published</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <series>Studies in Accounting Research 10</series>
              </egXML>
            </cell>
            <cell>Studies in Accounting Research 10</cell>
          </row>
--><row><cell><ref target="#TEI.soCalled">&lt;soCalled&gt;</ref></cell><cell>a word from which the author distances herself</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                There are possible ways (<soCalled>hacks</soCalled>) around 
                some of these problems
              </egXML></cell><cell>There are possible ways (“hacks”) around some of these problems</cell></row><!--          
          <row>
            <cell><gi>sourceDesc</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.supplied">&lt;supplied&gt;</ref></cell><cell>text that has been added by the jTEI author (in a quotation)</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><q>Finding what you need can be problematic. Lack of 
                  links to chapters that describe elements next 
                  <supplied>to</supplied> some element definitions</q></egXML></cell><cell>“Finding what you need can be problematic. Lack of links to chapters that describe elements next [to] some element definitions”</cell></row><!--          
          <row>
            <cell><gi>surname</gi></cell>
            <cell>the last name of a jTEI author</cell>
            <cell>
              <egXML xmlns="http://www.tei-c.org/ns/Examples">
                <surname>Carter</surname>
              </egXML>
            </cell>
            <cell>Carter</cell>
          </row>
--><row><cell><ref target="#TEI.table">&lt;table&gt;</ref></cell><cell>a table</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><table xml:id="table3"><head>Allowable <att>rend</att> attribute values in 
                    <ident>tei_corset</ident> customization</head><row role="label"><cell><att>rend</att><lb/>(renamed <att>r</att>) 
                      <lb/>attribute value</cell><cell>Meaning</cell></row><row><cell role="label"><val>ab</val></cell><cell>rendered above the line</cell></row><row><cell role="label"><val>al</val></cell><cell>rendered aligned to the left</cell></row></table></egXML></cell><cell><hi rendition="#generic-head">Table 4: Allowable <hi rendition="#el-att">@rend</hi> attribute values in <hi rendition="#el-ident">tei_corset</hi> customization</hi> <table xml:id="table4"><row role="label"><cell><hi rendition="#el-att">@rend</hi> <lb/>(renamed <hi rendition="#el-att">@r</hi>) <lb/>attribute value</cell><cell>Meaning</cell></row><row><cell role="label"><hi rendition="#el-val">ab</hi></cell><cell>rendered above the line</cell></row><row><cell role="label"><hi rendition="#el-val">al</hi></cell><cell>rendered aligned to the left</cell></row></table></cell></row><row><cell><ref target="#TEI.tag">&lt;tag&gt;</ref></cell><cell>a full XML tag</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><tag type="empty">rng:ref name="model.pLike"</tag></egXML></cell><cell><hi rendition="#el-tag">&lt;rng:ref name="model.pLike"/&gt;</hi></cell></row><!--          
          <row>
            <cell><gi>tagsDecl</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>TEI</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>teiHeader</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.term">&lt;term&gt;</ref></cell><cell>a technical term</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                Annotations are stored in <term>triple stores</term> 
                or graph databases like Neo4J</egXML></cell><cell>Annotations are stored in <hi rendition="#el-term">triple stores</hi> or graph databases like Neo4J</cell></row><!--          
          <row>
            <cell><gi>text</gi></cell>
            <cell>the text of a jTEI article</cell>
            <cell></cell>
            <cell></cell>
          </row>
          <row>
            <cell><gi>textClass</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.title">&lt;title&gt;</ref></cell><cell>the title of a bibliographic work</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples"><title level="a">Where Did All the Document Kids Go? 
                  Open-source, Markup, and the Casual Developer.</title> 
                Presented at Balisage: The Markup Conference 2013, 
                Montréal, Canada, August 6–9, 2013. In 
                <title level="m">Proceedings of Balisage: The Markup 
                  Conference 2013</title>.</egXML></cell><cell>“Where Did All the Document Kids Go? Open-source, Markup, and the Casual Developer.” Presented at Balisage: The Markup Conference 2013, Montréal, Canada, August 6–9, 2013. In <hi rendition="#title">Proceedings of Balisage: The Markup Conference 2013</hi>.</cell></row><!--          
          <row>
            <cell><gi>titleStmt</gi></cell>
            <cell></cell>
            <cell></cell>
            <cell></cell>
          </row>
--><row><cell><ref target="#TEI.val">&lt;val&gt;</ref></cell><cell>an attribute value</cell><cell><egXML xmlns="http://www.tei-c.org/ns/Examples">
                an attribute <att>preserveOrder</att> taking values 
                <val>true</val> or <val>false</val></egXML></cell><cell>an attribute <hi rendition="#el-att">@preserveOrder</hi> taking values "true" or "false"</cell></row></table></div><div><div><head>Elements</head><div type="refdoc" xml:id="TEI.TEI"><head>&lt;TEI&gt;</head><index indexName="ODDS"><term sortKey="TEI">&lt;TEI&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;TEI&gt; </hi>(<seg xml:lang="en">TEI document</seg>) <seg xml:lang="en">contains a single TEI-conformant document, containing a single TEI header, a single text, one or more members of the model.resourceLike class, or a combination of these. A series of <ref target="#TEI.TEI">&lt;TEI&gt;</ref> elements may be combined together to form a <gi>teiCorpus</gi> element.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent">—</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element TEI
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   ( <ref target="#TEI.teiHeader">teiHeader</ref>, ( ( <ref target="#TEI.model.resourceLike">model.resourceLike</ref>+, <ref target="#TEI.text">text</ref>? ) | <ref target="#TEI.text">text</ref> ) )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;s:ns prefix="tei"
 uri="http://www.tei-c.org/ns/1.0"/&gt;
&lt;s:ns prefix="xs"
 uri="http://www.w3.org/2001/XMLSchema"/&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;s:ns prefix="rng"
 uri="http://relaxng.org/ns/structure/1.0"/&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><TEI version="5.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 name space.</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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><TEI version="5.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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This element is required. It is customary to specify the TEI namespace <code xmlns:rng="http://relaxng.org/ns/structure/1.0">http://www.tei-c.org/ns/1.0</code> on it, using the <hi rend="att">xmlns</hi> attribute.</cell></row></table></div><div type="refdoc" xml:id="TEI.abbr"><head>&lt;abbr&gt;</head><index indexName="ODDS"><term sortKey="abbr">&lt;abbr&gt;</term><index indexName="ODDS"><term sortKey="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;abbr&gt; </hi>(<seg xml:lang="en">abbreviation</seg>) <seg xml:lang="en">contains an abbreviation of any sort.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)<c xml:space="preserve"> </c><table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.source"/><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">allows the encoder to classify the abbreviation according to some convenient typology.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.typed">att.typed</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Sample values include:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">suspension</label><item rend="odd_value"><seg xml:lang="en">the abbreviation provides the first letter(s) of the word or phrase, omitting the remainder.</seg></item><label rend="odd_label">contraction</label><item rend="odd_value"><seg xml:lang="en">the abbreviation omits some letter(s) in the middle.</seg></item><label rend="odd_label">brevigraph</label><item rend="odd_value"><seg xml:lang="en">the abbreviation comprises a special symbol or mark.</seg></item><label rend="odd_label">superscription</label><item rend="odd_value"><seg xml:lang="en">the abbreviation includes writing above the line.</seg></item><label rend="odd_label">acronym</label><item rend="odd_value"><seg xml:lang="en">the abbreviation comprises the initial letters of the words of a phrase.</seg></item><label rend="odd_label">title</label><item rend="odd_value"><seg xml:lang="en">the abbreviation is for a title of address (Dr, Ms, Mr, …)</seg></item><label rend="odd_label">organization</label><item rend="odd_value"><seg xml:lang="en">the abbreviation is for the name of an organization.</seg></item><label rend="odd_label">geographic</label><item rend="odd_value"><seg xml:lang="en">the abbreviation is for a geographic name.</seg></item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">type</hi> 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 <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="#PETTY"/></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.pPart.editorial" rend="link_odd_classSpec">model.pPart.editorial</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element abbr
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.source">att.source.attributes</ref>,
   attribute type { <ref target="#TEI.data.enumerated">data.enumerated</ref> }?,
   <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="mul"><choice><expan>North Atlantic Treaty Organization</expan><abbr cert="low">NorATO</abbr><abbr cert="high">NATO</abbr><abbr cert="high" xml:lang="fr">OTAN</abbr></choice></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="la"><choice><abbr>SPQR</abbr><expan>senatus populusque romanorum</expan></choice></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <ref target="#TEI.abbr">&lt;abbr&gt;</ref> tag is not required; if appropriate, the encoder may transcribe abbreviations in the source text silently, without tagging them. If abbreviations are not transcribed directly but <emph xmlns:rng="http://relaxng.org/ns/structure/1.0">expanded</emph> silently, then the TEI header should so indicate.</cell></row></table></div><div type="refdoc" xml:id="TEI.affiliation"><head>&lt;affiliation&gt;</head><index indexName="ODDS"><term sortKey="affiliation">&lt;affiliation&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;affiliation&gt; </hi><seg xml:lang="en">contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHPA">15.2.2. The Participant Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">namesdates</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.editLike">att.editLike</ref> (<ref target="#TEI.att.dimensions">att.dimensions</ref>)  (<ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)) <ref target="#TEI.att.datable.w3c">att.datable.w3c</ref> (<seg rend="unusedattribute">notAfter</seg>, @when, @notBefore, @from, @to) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.addressLike" rend="link_odd_classSpec">model.addressLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.persStateLike" rend="link_odd_classSpec">model.persStateLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element affiliation
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.editLike">att.editLike.attributes</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.when</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.notBefore</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.from</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.to</ref>,
   <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><affiliation>Junior project officer for the US <name type="org">National Endowment for
                    the Humanities</name></affiliation><affiliation notAfter="1960-01-01" notBefore="1957-02-28">Paid up member of the
                    <orgName>Australian Journalists Association</orgName></affiliation></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If included, the name of an organization may be tagged using either the <ref target="#TEI.name">&lt;name&gt;</ref> element as above, or the more specific <ref target="#TEI.orgName">&lt;orgName&gt;</ref> element.</cell></row></table></div><div type="refdoc" xml:id="TEI.appInfo"><head>&lt;appInfo&gt;</head><index indexName="ODDS"><term sortKey="appInfo">&lt;appInfo&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;appInfo&gt; </hi>(<seg xml:lang="en">application information</seg>) <seg xml:lang="en">records information about an application which has edited the TEI file.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.10. The Application Information Element</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.encodingDescPart" rend="link_odd_classSpec">model.encodingDescPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element appInfo { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.model.applicationLike">model.applicationLike</ref>+ }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><appInfo><application version="1.24" ident="Xaira"><label>XAIRA Indexer</label><ptr target="#P1"/></application></appInfo></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.application"><head>&lt;application&gt;</head><index indexName="ODDS"><term sortKey="application">&lt;application&gt;</term><index indexName="ODDS"><term sortKey="ident">@ident</term></index><index indexName="ODDS"><term sortKey="version">@version</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;application&gt; </hi><seg xml:lang="en">provides information about an application which has acted upon the document.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.10. The Application Information Element</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.datable.w3c">att.datable.w3c</ref> (<seg rend="unusedattribute">notAfter</seg>, @when, @notBefore, @from, @to) <table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.datable.w3c" name="when"/><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.datable.w3c" name="notBefore"/><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.datable.w3c" name="from"/><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.datable.w3c" name="to"/><row><cell rend="odd_label">ident</cell><cell rend="odd_value"><seg xml:lang="en">supplies an identifier for the application, independent of its version number or display name.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en"><hi rend="required">Required</hi></seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.name">data.name</ref></eg></cell></row></table></cell></row><row><cell rend="odd_label">version</cell><cell rend="odd_value"><seg xml:lang="en">supplies a version number for the application, independent of its identifier or display name.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en"><hi rend="required">Required</hi></seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.versionNumber">data.versionNumber</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.applicationLike" rend="link_odd_classSpec">model.applicationLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.appInfo" rend="link_odd_elementSpec">appInfo</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element application
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.when</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.notBefore</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.from</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.to</ref>,
   attribute ident { <ref target="#TEI.data.name">data.name</ref> },
   attribute version { <ref target="#TEI.data.versionNumber">data.versionNumber</ref> },
   ( <ref target="#TEI.model.labelLike">model.labelLike</ref>+, ( <ref target="#TEI.model.ptrLike">model.ptrLike</ref>* | <ref target="#TEI.model.pLike">model.pLike</ref>* ) )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><appInfo><application version="1.5" ident="ImageMarkupTool1" notAfter="2006-06-01"><label>Image Markup Tool</label><ptr target="#P1"/><ptr target="#P2"/></application></appInfo></egXML>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 <ref target="#TEI.ptr">&lt;ptr/&gt;</ref> elements.</cell></row></table></div><div type="refdoc" xml:id="TEI.att"><head>&lt;att&gt;</head><index indexName="ODDS"><term sortKey="att">&lt;att&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;att&gt; </hi>(<seg xml:lang="en">attribute</seg>) <seg xml:lang="en">contains the name of an attribute appearing within running text.</seg> [<ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tagdocs</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.phrase.xml" rend="link_odd_classSpec">model.phrase.xml</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Character data only</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element att { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.data.name">data.name</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:att"&gt;
&lt;sch:assert test="not(matches(., '^@'))"&gt; Attribute delimiters are not allowed for &lt;sch:name/&gt;: they are completed at processing time via XSLT.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><p>The TEI defines several <soCalled>global</soCalled> attributes; their names include
        <att>xml:id</att>, <att>rend</att>, <att>xml:lang</att>, <att>n</att>, <att>xml:space</att>,
        and <att>xml:base</att>; <att scheme="XX">type</att> is not amongst them.</p></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A namespace prefix may be used in order to specify the scheme as an alternative to specifying it via the scheme attribute: it takes precedence</cell></row></table></div><div type="refdoc" xml:id="TEI.author"><head>&lt;author&gt;</head><index indexName="ODDS"><term sortKey="author">&lt;author&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;author&gt; </hi><seg xml:lang="en">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.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.respLike" rend="link_odd_classSpec">model.respLike</ref><c xml:space="preserve"> </c></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.titleStmt" rend="link_odd_elementSpec">titleStmt</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element author { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:titleStmt/tei:author"&gt;
&lt;sch:assert test="tei:name and tei:affiliation and tei:email"&gt; Author information in the &lt;titleStmt&gt; must include &lt;name&gt;, &lt;affiliation&gt; and &lt;email&gt;.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#COBICOR-eg-251"><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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->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 <hi rend="att">key</hi> or <hi rend="att">ref</hi> 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.<lb/>Where an author is unknown or unspecified, this element may contain text such as <mentioned xmlns:rng="http://relaxng.org/ns/structure/1.0">Unknown</mentioned> or <mentioned xmlns:rng="http://relaxng.org/ns/structure/1.0">Anonymous</mentioned>. 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.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.availability"><head>&lt;availability&gt;</head><index indexName="ODDS"><term sortKey="availability">&lt;availability&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;availability&gt; </hi><seg xml:lang="en">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.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.biblPart" rend="link_odd_classSpec">model.biblPart</ref><c xml:space="preserve"> </c><ref target="#TEI.model.publicationStmtPart.detail" rend="link_odd_classSpec">model.publicationStmtPart.detail</ref><c xml:space="preserve"> </c></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element availability
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   ( <ref target="#TEI.model.availabilityPart">model.availabilityPart</ref> | <ref target="#TEI.model.pLike">model.pLike</ref> )+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A consistent format should be adopted</cell></row></table></div><div type="refdoc" xml:id="TEI.back"><head>&lt;back&gt;</head><index indexName="ODDS"><term sortKey="back">&lt;back&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;back&gt; </hi>(<seg xml:lang="en">back matter</seg>) <seg xml:lang="en">contains any appendixes, etc. following the main part of a text.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSBACK">4.7. Back Matter</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element back
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      (
         <ref target="#TEI.model.frontPart">model.frontPart</ref>
       | <ref target="#TEI.model.pLike.front">model.pLike.front</ref>
       | <ref target="#TEI.model.pLike">model.pLike</ref>
       | <ref target="#TEI.model.listLike">model.listLike</ref>
       | <ref target="#TEI.model.global">model.global</ref>
      )*,
      (
         (
            (
               ( <ref target="#TEI.model.div1Like">model.div1Like</ref> ),
               ( <ref target="#TEI.model.frontPart">model.frontPart</ref> | <ref target="#TEI.model.div1Like">model.div1Like</ref> | <ref target="#TEI.model.global">model.global</ref> )*
            )
          | (
               ( <ref target="#TEI.model.divLike">model.divLike</ref> ),
               ( <ref target="#TEI.model.frontPart">model.frontPart</ref> | <ref target="#TEI.model.divLike">model.divLike</ref> | <ref target="#TEI.model.global">model.global</ref> )*
            )
         )?
      ),
      ( ( ( <ref target="#TEI.model.divBottomPart">model.divBottomPart</ref> ), ( <ref target="#TEI.model.divBottomPart">model.divBottomPart</ref> | <ref target="#TEI.model.global">model.global</ref> )* )? )
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:back"&gt;
&lt;sch:assert test="tei:div[@type='bibliography']/tei:listBibl"&gt;
 &lt;sch:name/&gt; must have a bibliography (div[@type="bibliography"]), which must be organized inside a listBibl element.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><back><div1 type="appendix"><head>The Golden Dream or, the Ingenuous Confession</head><p>To shew the Depravity of human Nature </p></div1><div1 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></div1><div1 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></div1><div1 type="advert"><head><hi rend="center">By the KING's Royal Patent,</hi> 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></div1></back></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Because cultural conventions differ as to which elements are grouped as back matter and which as front matter, the content models for the <ref target="#TEI.back">&lt;back&gt;</ref> and <ref target="#TEI.front">&lt;front&gt;</ref> elements are identical.</cell></row></table></div><div type="refdoc" xml:id="TEI.bibl"><head>&lt;bibl&gt;</head><index indexName="ODDS"><term sortKey="bibl">&lt;bibl&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;bibl&gt; </hi>(<seg xml:lang="en">bibliographic citation</seg>) <seg xml:lang="en">contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.biblLike" rend="link_odd_classSpec">model.biblLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.biblPart" rend="link_odd_classSpec">model.biblPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element bibl
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      text
    | <ref target="#TEI.model.gLike">model.gLike</ref>
    | <ref target="#TEI.model.highlighted">model.highlighted</ref>
    | <ref target="#TEI.model.pPart.data">model.pPart.data</ref>
    | <ref target="#TEI.model.pPart.edit">model.pPart.edit</ref>
    | <ref target="#TEI.model.segLike">model.segLike</ref>
    | <ref target="#TEI.model.ptrLike">model.ptrLike</ref>
    | <ref target="#TEI.model.biblPart">model.biblPart</ref>
    | <ref target="#TEI.model.global">model.global</ref>
   )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:back/tei:div[@type eq 'bibliography']//tei:bibl"
 role="warning"&gt;
&lt;sch:assert test="@xml:id"&gt; A bibliographic entry should have a unique value for @xml:id.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:back/tei:div[@type eq 'bibliography']//tei:bibl"
 role="warning"&gt;
&lt;sch:let name="currId" value="@xml:id"/&gt;
&lt;sch:assert test="some $i in //tei:ref[@type='bibl'] satisfies tokenize($i/@target, 
 '\s+')[replace(., '#', '') = $currId]"&gt; This bibliographic entry is an orphan: no ref[@type="bibl"] references to it occur in the text.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><bibl>Blain, Clements and Grundy: Feminist Companion to Literature in English (Yale,
      1990)</bibl></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><bibl type="article" subtype="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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Contains phrase-level elements, together with any combination of elements from the <term xmlns:rng="http://relaxng.org/ns/structure/1.0">biblPart</term> class</cell></row></table></div><div type="refdoc" xml:id="TEI.biblScope"><head>&lt;biblScope&gt;</head><index indexName="ODDS"><term sortKey="biblScope">&lt;biblScope&gt;</term><index indexName="ODDS"><term sortKey="unit">@unit</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;biblScope&gt; </hi>(<seg xml:lang="en">scope of bibliographic reference</seg>) <seg xml:lang="en">defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">unit</cell><cell rend="odd_value"><seg xml:lang="en">identifies the unit of information conveyed by the element, e.g. <hi rend="val">columns</hi>, <hi rend="val">pages</hi>, <hi rend="val">volume</hi>.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.citing">att.citing</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">chapter</label><item rend="odd_value"/><label rend="odd_label">issue</label><item rend="odd_value"/><label rend="odd_label">page</label><item rend="odd_value"/><label rend="odd_label">part</label><item rend="odd_value"/><label rend="odd_label">volume</label><item rend="odd_value"/></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.imprintPart" rend="link_odd_classSpec">model.imprintPart</ref><c xml:space="preserve"> </c></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element biblScope
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute unit { text }?,
   <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><biblScope>pp 12–34</biblScope><biblScope unit="page" from="12" to="34"/><biblScope unit="volume">II</biblScope><biblScope unit="page">12</biblScope></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->When a single page is being cited, use the <hi rend="att">from</hi> and <hi rend="att">to</hi> attributes with an identical value. When no clear endpoint is provided, the <hi rend="att">from</hi> attribute should be used without <hi rend="att">to</hi>. For example, if the citation has <q xmlns:rng="http://relaxng.org/ns/structure/1.0">p. 3ff</q> as a page reference.</cell></row></table></div><div type="refdoc" xml:id="TEI.body"><head>&lt;body&gt;</head><index indexName="ODDS"><term sortKey="body">&lt;body&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;body&gt; </hi>(<seg xml:lang="en">text body</seg>) <seg xml:lang="en">contains the whole body of a single unitary text, excluding any front or back matter.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element body
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      ( <ref target="#TEI.model.divTop">model.divTop</ref> | <ref target="#TEI.model.global">model.global</ref> )*,
      (
         (
            ( ( ( <ref target="#TEI.model.divLike">model.divLike</ref> | <ref target="#TEI.model.divGenLike">model.divGenLike</ref> ), <ref target="#TEI.model.global">model.global</ref>* )+ )
          | (
               ( ( <ref target="#TEI.model.common">model.common</ref> ), <ref target="#TEI.model.global">model.global</ref>* )+,
               ( ( <ref target="#TEI.model.divLike">model.divLike</ref> | <ref target="#TEI.model.divGenLike">model.divGenLike</ref> ), <ref target="#TEI.model.global">model.global</ref>* )*
            )
         ),
         ( ( <ref target="#TEI.model.divBottom">model.divBottom</ref> ), <ref target="#TEI.model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:body[child::tei:div[not(@type=('editorialIntroduction'))]]"&gt;
&lt;sch:assert test="count(child::tei:div) gt 1"&gt; If &lt;sch:name/&gt; contains a div, and that div is not an editorial introduction, then there should be
 more than one div. Rather than using only a single div, you may place the content directly
 in the &lt;sch:name/&gt; element.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row></table></div><div type="refdoc" xml:id="TEI.catRef"><head>&lt;catRef/&gt;</head><index indexName="ODDS"><term sortKey="catRef">&lt;catRef&gt;</term><index indexName="ODDS"><term sortKey="scheme">@scheme</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;catRef/&gt; </hi>(<seg xml:lang="en">category reference</seg>) <seg xml:lang="en">specifies one or more defined categories within some taxonomy or text typology.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.pointing">att.pointing</ref> (<hi rend="attribute">@target</hi>)<c xml:space="preserve"> </c><table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.pointing"/><row><cell rend="odd_label">scheme</cell><cell rend="odd_value"><seg xml:lang="en">identifies the classification scheme within which the set of categories concerned is defined, for example by a <gi>taxonomy</gi> element, or by some other resource.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.textClass" rend="link_odd_elementSpec">textClass</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Empty element</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element catRef
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.pointing">att.pointing.attributes</ref>,
   attribute scheme { <ref target="#TEI.data.pointer">data.pointer</ref> }?,
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><catRef scheme="#myTopics" target="#news #prov #sales2"/><!-- elsewhere --><taxonomy xml:id="myTopics"><category xml:id="news"><catDesc>Newspapers</catDesc></category><category xml:id="prov"><catDesc>Provincial</catDesc></category><category xml:id="sales2"><catDesc>Low to average annual sales</catDesc></category></taxonomy></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The scheme attribute need be supplied only if more than one taxonomy has been declared. </cell></row></table></div><div type="refdoc" xml:id="TEI.cell"><head>&lt;cell&gt;</head><index indexName="ODDS"><term sortKey="cell">&lt;cell&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;cell&gt; </hi><seg xml:lang="en">contains one cell of a table.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.tableDecoration">att.tableDecoration</ref> (<hi rend="attribute">@role</hi>, <hi rend="attribute">@rows</hi>, <hi rend="attribute">@cols</hi>)<c xml:space="preserve"> </c></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.row" rend="link_odd_elementSpec">row</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element cell
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.tableDecoration">att.tableDecoration.attributes</ref>,
   <ref target="#TEI.macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><row><cell role="label">General conduct</cell><cell role="data">Not satisfactory, on account of his great unpunctuality
                     and inattention to duties</cell></row></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.change"><head>&lt;change&gt;</head><index indexName="ODDS"><term sortKey="change">&lt;change&gt;</term><index indexName="ODDS"><term sortKey="target">@target</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;change&gt; </hi><seg xml:lang="en">documents a change or set of changes made during the production of a source document, or during the revision of an electronic file.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.7. Changes</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.ascribed">att.ascribed</ref> (<hi rend="attribute">@who</hi>)<c xml:space="preserve"> </c><ref target="#TEI.att.datable">att.datable</ref> (<ref target="#TEI.att.datable.w3c">att.datable.w3c</ref> (<hi rend="attribute">@when</hi>, <hi rend="attribute">@notBefore</hi>, <hi rend="attribute">@notAfter</hi>, <hi rend="attribute">@from</hi>, <hi rend="attribute">@to</hi>)) <ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>)<c xml:space="preserve"> </c><table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.ascribed"/><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.datable"/><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.typed"/><row><cell rend="odd_label">target</cell><cell rend="odd_value"><seg xml:lang="en">points to one or more elements that belong to this change.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.listChange" rend="link_odd_elementSpec">listChange</ref><c xml:space="preserve"> </c><ref target="#TEI.revisionDesc" rend="link_odd_elementSpec">revisionDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element change
{
   <ref target="#TEI.att.ascribed">att.ascribed.attributes</ref>,
   <ref target="#TEI.att.datable">att.datable.attributes</ref>,
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.typed">att.typed.attributes</ref>,
   attribute target { list { <ref target="#TEI.data.pointer">data.pointer</ref>+ } }?,
   <ref target="#TEI.macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><titleStmt><title> ... </title><editor xml:id="LDB">Lou Burnard</editor><respStmt xml:id="BZ"><resp>copy editing</resp><name>Brett Zamir</name></respStmt></titleStmt><!-- ... --><revisionDesc status="published"><change who="#BZ" when="2008-02-02" status="public">Finished chapter 23</change><change who="#BZ" when="2008-01-02" status="draft">Finished chapter 2</change><change n="P2.2" when="1991-12-21" who="#LDB">Added examples to section 3</change><change when="1991-11-11" who="#MSM">Deleted chapter 10</change></revisionDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><profileDesc><creation><listChange><change xml:id="DRAFT1">First draft in pencil</change><change xml:id="DRAFT2" notBefore="1880-12-09">First revision, mostly
using green ink</change><change xml:id="DRAFT3" notBefore="1881-02-13">Final corrections as
supplied to printer.</change></listChange></creation></profileDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">who</hi> attribute may be used to point to any other element, but will typically specify a <gi>respStmt</gi> or <ref target="#TEI.person">&lt;person&gt;</ref> element elsewhere in the header, identifying the person responsible for the change and their role in making it.It is recommended that changes be recorded with the most recent first. The <hi rend="att">status</hi> attribute may be used to indicate the status of a document following the change documented.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.cit"><head>&lt;cit&gt;</head><index indexName="ODDS"><term sortKey="cit">&lt;cit&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;cit&gt; </hi>(<seg xml:lang="en">cited block quotation</seg>) <seg xml:lang="en">contains a quotation from some other document, together with a bibliographic reference to its source. In jTEI, this is used only for block quotations, and it will be rendered as a block. For inline quotations, use the <ref target="#TEI.quote">&lt;quote&gt;</ref> element and link it to a reference using <hi rend="att">source</hi>.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPEG">9.3.5.1. Examples</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.quoteLike" rend="link_odd_classSpec">model.quoteLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element cit
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   ( <ref target="#TEI.quote">quote</ref> | <ref target="#TEI.model.biblLike">model.biblLike</ref> | <ref target="#TEI.model.ptrLike">model.ptrLike</ref> )+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:cit" role="warning"&gt;
&lt;sch:assert test="tei:ref"&gt;
 &lt;sch:name/&gt; is normally expected to have a bibliographic reference (ref[@type="bibl"]). Please make sure you intended not to add one here.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#DSHD-eg-30"><cit><quote>and the breath of the whale is frequently attended with such an insupportable smell,
          as to bring on disorder of the brain.</quote><bibl>Ulloa's South America</bibl></cit></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><entry><form><orth>horrifier</orth></form><cit type="translation" xml:lang="en"><quote>to horrify</quote></cit><cit type="example"><quote>elle était horrifiée par la dépense</quote><cit type="translation" xml:lang="en"><quote>she was horrified at the expense.</quote></cit></cit></entry></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.classCode"><head>&lt;classCode&gt;</head><index indexName="ODDS"><term sortKey="classCode">&lt;classCode&gt;</term><index indexName="ODDS"><term sortKey="scheme">@scheme</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;classCode&gt; </hi>(<seg xml:lang="en">classification code</seg>) <seg xml:lang="en">contains the classification code used for this text in some standard classification system.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">scheme</cell><cell rend="odd_value"><seg xml:lang="en">identifies the classification system in use, as defined by for example by a <gi>taxonomy</gi> element, or some other resource.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en"><hi rend="required">Required</hi></seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.textClass" rend="link_odd_elementSpec">textClass</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element classCode
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute scheme { <ref target="#TEI.data.pointer">data.pointer</ref> },
   <ref target="#TEI.macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und"><classCode scheme="http://www.udc.org">410</classCode></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.code"><head>&lt;code&gt;</head><index indexName="ODDS"><term sortKey="code">&lt;code&gt;</term><index indexName="ODDS"><term sortKey="lang">@lang</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;code&gt; </hi><seg xml:lang="en">contains literal code from some formal language such as a programming language.</seg> [<ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDphraseTE">22.1.1. Phrase Level Terms</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tagdocs</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">lang</cell><cell rend="odd_value">(<seg xml:lang="en">formal language</seg>) <seg xml:lang="en">a name identifying the formal language in which the code is expressed</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.word">data.word</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Character data only</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element code { <ref target="#TEI.att.global">att.global.attributes</ref>, attribute lang { <ref target="#TEI.data.word">data.word</ref> }?, text }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und"><code lang="JAVA">
       Size fCheckbox1Size = new Size();
       fCheckbox1Size.Height = 500;
       fCheckbox1Size.Width = 500;
       xCheckbox1.setSize(fCheckbox1Size);
</code></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.date"><head>&lt;date&gt;</head><index indexName="ODDS"><term sortKey="date">&lt;date&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;date&gt; </hi><seg xml:lang="en">contains a date in any format.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHSE">15.2.3. The Setting Description</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.6. Dates and Times</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.datable">att.datable</ref> (<ref target="#TEI.att.datable.w3c">att.datable.w3c</ref> (<hi rend="attribute">@when</hi>, <hi rend="attribute">@notBefore</hi>, <hi rend="attribute">@notAfter</hi>, <hi rend="attribute">@from</hi>, <hi rend="attribute">@to</hi>)) <ref target="#TEI.att.editLike">att.editLike</ref> (<ref target="#TEI.att.dimensions">att.dimensions</ref>)  (<ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.dateLike" rend="link_odd_classSpec">model.dateLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.publicationStmtPart.detail" rend="link_odd_classSpec">model.publicationStmtPart.detail</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element date
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.datable">att.datable.attributes</ref>,
   <ref target="#TEI.att.editLike">att.editLike.attributes</ref>,
   ( text | <ref target="#TEI.model.gLike">model.gLike</ref> | <ref target="#TEI.model.phrase">model.phrase</ref> | <ref target="#TEI.model.global">model.global</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><date when="1980-02">early February 1980</date></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">Given on the <date when="1977-06-12">Twelfth Day
        of June in the Year of Our Lord One Thousand Nine Hundred and Seventy-seven of the Republic
        the Two Hundredth and first and of the University the Eighty-Sixth.</date></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><date when="1990-09">September 1990</date></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.desc"><head>&lt;desc&gt;</head><index indexName="ODDS"><term sortKey="desc">&lt;desc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;desc&gt; </hi>(<seg xml:lang="en">description</seg>) <seg xml:lang="en">contains a brief description of the object documented by its parent element, including its intended usage, purpose, or application where this is appropriate.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.descLike" rend="link_odd_classSpec">model.descLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.labelLike" rend="link_odd_classSpec">model.labelLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element desc { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.limitedContent">macro.limitedContent</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><desc>contains a brief description of the purpose and application for an element, attribute,
        attribute value, class, or entity.</desc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->TEI convention requires that this be expressed as a finite clause, begining with an active verb.</cell></row></table></div><div type="refdoc" xml:id="TEI.div"><head>&lt;div&gt;</head><index indexName="ODDS"><term sortKey="div">&lt;div&gt;</term><index indexName="ODDS"><term sortKey="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;div&gt; </hi>(<seg xml:lang="en">text division</seg>) <seg xml:lang="en">contains a subdivision of the front, body, or back of a text.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV">4.1. Divisions of the Body</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.divLike">att.divLike</ref><table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.divLike"/><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">characterizes the element in some sense, using any convenient classification scheme or typology.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.typed">att.typed</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">abstract</label><item rend="odd_value">(<seg xml:lang="en">Abstract for the article, appearing inside &lt;front&gt;.</seg>) <seg xml:lang="en">Every article must include an abstract, consisting of one or two paragraphs. This appears in the &lt;front&gt; element and may not appear anywhere else.</seg></item><label rend="odd_label">acknowledgements</label><item rend="odd_value">(<seg xml:lang="en">Acknowledgements for the article, appearing inside &lt;front&gt;.</seg>) <seg xml:lang="en">If an article includes a section for acknowledgements (for funders, supporters, etc.), it should be as brief as possible, and must appear in the &lt;front&gt; element and nowhere else.</seg></item><label rend="odd_label">appendix</label><item rend="odd_value">(<seg xml:lang="en">Appendix to the article, appearing inside &lt;back&gt;.</seg>) <seg xml:lang="en">Any appendices must appear in the &lt;back&gt; of the article, following the bibliography.</seg></item><label rend="odd_label">bibliography</label><item rend="odd_value">(<seg xml:lang="en">Bibliography, appearing inside &lt;back&gt;.</seg>) <seg xml:lang="en">Every article must include a bibliography, which appears as the first component of the &lt;back&gt; element, followed by any appendices.</seg></item><label rend="odd_label">editorialIntroduction</label><item rend="odd_value">(<seg xml:lang="en">Editorial introduction, appearing inside &lt;body&gt;.</seg>) <seg xml:lang="en">An editorial introduction to an issue must contain a &lt;div type="editorialIntroduction"&gt;, which must appear in the &lt;body&gt; element and may not appear anywhere else.</seg></item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.divLike" rend="link_odd_classSpec">model.divLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element div
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.divLike">att.divLike.attributes</ref>,
   attribute type { text }?,
   (
      ( <ref target="#TEI.model.divTop">model.divTop</ref> | <ref target="#TEI.model.global">model.global</ref> )*,
      (
         (
            ( ( ( <ref target="#TEI.model.divLike">model.divLike</ref> | <ref target="#TEI.model.divGenLike">model.divGenLike</ref> ), <ref target="#TEI.model.global">model.global</ref>* )+ )
          | (
               ( ( <ref target="#TEI.model.common">model.common</ref> ), <ref target="#TEI.model.global">model.global</ref>* )+,
               ( ( <ref target="#TEI.model.divLike">model.divLike</ref> | <ref target="#TEI.model.divGenLike">model.divGenLike</ref> ), <ref target="#TEI.model.global">model.global</ref>* )*
            )
         ),
         ( ( <ref target="#TEI.model.divBottom">model.divBottom</ref> ), <ref target="#TEI.model.global">model.global</ref>* )*
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:div[@type = ('abstract', 'acknowledgements')]"&gt;
&lt;sch:assert test="parent::tei:front"&gt; Abstracts (&lt;sch:name/&gt;[@type="abstract"]) and acknowledgements (&lt;sch:name/&gt;[@type="acknowledgements"]) may only occur inside front.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:front/tei:div"&gt;
&lt;sch:assert test="@type=('abstract', 'acknowledgements')"&gt; Only abstracts (div[@type="abstract"]) and acknowledgements (div[@type="acknowledgements"]) may appear in the &lt;front&gt;.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:div[@type = ('bibliography', 'appendix')]"&gt;
&lt;sch:assert test="parent::tei:back"&gt; Bibliography (&lt;sch:name/&gt;[@type="bibliography"]) and appendices (&lt;sch:name/&gt;[@type="appendix"]) may only occur inside back.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:div[@type = ('editorialIntroduction')]"&gt;
&lt;sch:assert test="parent::tei:body"&gt; An editorial introduction (&lt;sch:name/&gt;[@type="editorialIntroduction"]) may only occur inside body.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:div[not(@type = ('editorialIntroduction', 'bibliography', 'abstract', 
 'acknowledgements'))]"&gt;
&lt;sch:assert test="tei:head"&gt; A &lt;sch:name/&gt; must contain a head.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;s:report test="ancestor::tei:l"&gt; Abstract model violation: Lines may not contain higher-level structural elements such as div.
&lt;/s:report&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;s:report test="ancestor::tei:p or ancestor::tei:ab and not(ancestor::tei:floatingText)"&gt; Abstract model violation: p and ab may not contain higher-level structural elements such as div.
&lt;/s:report&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><body><div type="part"><head>Fallacies of Authority</head><p>The subject of which is Authority in various shapes, and the object, to repress all
            exercise of the reasoning faculty.</p><div n="1" type="chapter"><head>The Nature of Authority</head><p>With reference to any proposed measures having for their object the greatest
              happiness of the greatest number....</p><div n="1.1" type="section"><head>Analysis of Authority</head><p>What on any given occasion is the legitimate weight or influence to be attached to
                authority ... </p></div><div n="1.2" type="section"><head>Appeal to Authority, in What Cases Fallacious.</head><p>Reference to authority is open to the charge of fallacy when... </p></div></div></div></body></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.edition"><head>&lt;edition&gt;</head><index indexName="ODDS"><term sortKey="edition">&lt;edition&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;edition&gt; </hi><seg xml:lang="en">describes the particularities of one edition of a text.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.biblPart" rend="link_odd_classSpec">model.biblPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element edition { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><edition>First edition <date>Oct 1990</date></edition><edition n="S2">Students' edition</edition></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.editor"><head>&lt;editor&gt;</head><index indexName="ODDS"><term sortKey="editor">&lt;editor&gt;</term><index indexName="ODDS"><term sortKey="role">@role</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;editor&gt; </hi><seg xml:lang="en">contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">role</cell><cell rend="odd_value"><seg xml:lang="en">may be used to specify further information about the entity referenced by this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.naming">att.naming</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">translator</label><item rend="odd_value"/><label rend="odd_label">guest</label><item rend="odd_value"/><label rend="odd_label">chief</label><item rend="odd_value"/><label rend="odd_label">managing</label><item rend="odd_value"/><label rend="odd_label">technical</label><item rend="odd_value"/></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.respLike" rend="link_odd_classSpec">model.respLike</ref><c xml:space="preserve"> </c></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element editor
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute role { list { + } }?,
   <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><editor>Eric Johnson</editor><editor role="illustrator">John Tenniel</editor></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A consistent format should be adopted.Particularly where cataloguing is likely to be based on the content of the header, it is advisable to use generally recognized authority lists for the exact form of personal names. <lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.eg"><head>&lt;eg&gt;</head><index indexName="ODDS"><term sortKey="eg">&lt;eg&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;eg&gt; </hi>(<seg xml:lang="en">example</seg>) <seg xml:lang="en">contains any kind of illustrative example.</seg> [<ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDTAG">22.4.4. Element Specifications</ref> <ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDATT">22.4.5. Attribute List Specification</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tagdocs</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.egLike" rend="link_odd_classSpec">model.egLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element eg { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><p>The
    <gi>term</gi> element is declared using the following syntax:
    <eg>&lt;![CDATA[&lt;!ELEMENT term (%phrase.content;)&gt;]]</eg></p></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If the example contains material in XML markup, either it must be enclosed within a CDATA marked section, or character entity references must be used to represent the markup delimiters. If the example contains well-formed XML, it should be marked using the more specific <ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref> element.</cell></row></table></div><div type="refdoc" xml:id="TEI.eg_egXML"><head>&lt;egXML&gt;</head><index indexName="ODDS"><term sortKey="egXML">&lt;egXML&gt;</term><index indexName="ODDS"><term sortKey="valid">@valid</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;egXML&gt; </hi>(<seg xml:lang="en">example of XML</seg>) <seg xml:lang="en">contains a single well-formed XML fragment demonstrating the use of some XML element or attribute, in which the <ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref> element itself functions as the root element.</seg> [<ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDphraseTE">22.1.1. Phrase Level Terms</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Namespace</hi></cell><cell rend="wovenodd-col2">http://www.tei-c.org/ns/Examples</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tagdocs</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)<c xml:space="preserve"> </c><table rend="attList"><attRef xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.source"/><row><cell rend="odd_label">valid</cell><cell rend="odd_value"><seg xml:lang="en">indicates the intended validity of the example with respect to a schema.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">true</label><item rend="odd_value"><seg xml:lang="en">the example is intended to be fully valid, assuming that its root element, or a provided root element, could have been used as a possible root element in the schema concerned.</seg><hi rend="defaultVal" xml:lang="en"> [Default]</hi></item><label rend="odd_label">feasible</label><item rend="odd_value"><seg xml:lang="en">the example could be transformed into a valid document by inserting any number of valid attributes and child elements anywhere within it; or it is valid against a version of the schema concerned in which the provision of character data, list, element, or attribute values has been made optional.</seg></item><label rend="odd_label">false</label><item rend="odd_value"><seg xml:lang="en">the example is not intended to be valid, and contains deliberate errors.</seg></item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.egLike" rend="link_odd_classSpec">model.egLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">ANY</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element egXML
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.source">att.source.attributes</ref>,
   attribute valid { text }?,
   ( text | <ref target="#TEI.macro.anyXML">macro.anyXML</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><egXML><div><head>A slide about <gi>egXML</gi></head><list><item><gi>egXML</gi> can be used to give XML examples in the TEI
Examples namespace</item><item>Attributes values for <att>valid</att>:
      <list rend="collapsed"><item><val rend="green">true</val>: intended to be fully
valid</item><item><val rend="amber">feasible</val>: valid if missing nodes
provided</item><item><val rend="red">false</val>: not intended to be valid</item></list></item><item>The <att>rend</att>  attribute in the TEI namespace can be
used for recording how parts of the example was rendered.</item></list></div></egXML></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und" valid="feasible"><egXML valid="feasible"><text><front><!-- front matter for the whole group --></front><group><text><!-- first text --></text><text><!-- second text --></text></group></text><!-- This example is not valid TEI, but could be made so by
      adding missing components --></egXML></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und" valid="false">
      &lt;egXML xmlns="http://www.tei-c.org/ns/Examples" valid="false"&gt;
         &lt;para xml:lang="en"&gt;Doubloons are a pirate's best friend&lt;/para&gt;
      &lt;/egXML&gt;
    </egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->In the source of the TEI Guidelines, this element declares itself and its content as belonging to the namespace <ident xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" type="ns">http://www.tei-c.org/ns/Examples</ident>. This enables the content of the element to be validated independently against the TEI scheme. Where this element is used outside this context, a different namespace or none at all may be preferable. The content must however be a well-formed XML fragment or document: where this is not the case, the more general <ref target="#TEI.eg">&lt;eg&gt;</ref> element should be used in preference. In a TEI context use of the <hi rend="att">rend</hi> attribute in the TEI namespace, as opposed to the TEI Examples namespace, enables recording of rendition information.</cell></row></table></div><div type="refdoc" xml:id="TEI.email"><head>&lt;email&gt;</head><index indexName="ODDS"><term sortKey="email">&lt;email&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;email&gt; </hi>(<seg xml:lang="en">electronic mail address</seg>) <seg xml:lang="en">contains an email address identifying a location to which email messages can be delivered.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.addressLike" rend="link_odd_classSpec">model.addressLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element email { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und"><email>membership@tei-c.org</email></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The format of a modern Internet email address is defined in <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://tools.ietf.org/html/rfc2822">RFC 2822</ref></cell></row></table></div><div type="refdoc" xml:id="TEI.emph"><head>&lt;emph&gt;</head><index indexName="ODDS"><term sortKey="emph">&lt;emph&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;emph&gt; </hi>(<seg xml:lang="en">Emphasis (italicization)</seg>) <seg xml:lang="en">The <ref target="#TEI.emph">&lt;emph&gt;</ref> element is used for emphasized text, and will be rendered in italics.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element emph { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.paraContent">macro.paraContent</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">You took the car and did <emph>what</emph>?!!</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#COHQHE-eg-11"><q>What it all comes to is this,</q> he said. <q><emph>What
                    does Christopher Robin do in the morning nowadays?</emph></q></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.encodingDesc"><head>&lt;encodingDesc&gt;</head><index indexName="ODDS"><term sortKey="encodingDesc">&lt;encodingDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;encodingDesc&gt; </hi>(<seg xml:lang="en">encoding description</seg>) <seg xml:lang="en">documents the relationship between an electronic text and the source or sources from which it was derived.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.teiHeaderPart" rend="link_odd_classSpec">model.teiHeaderPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.appInfo" rend="link_odd_elementSpec">appInfo</ref><c xml:space="preserve"> </c><ref target="#TEI.projectDesc" rend="link_odd_elementSpec">projectDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.tagsDecl" rend="link_odd_elementSpec">tagsDecl</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element encodingDesc
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   ( ( <ref target="#TEI.model.encodingDescPart">model.encodingDescPart</ref> | <ref target="#TEI.model.pLike">model.pLike</ref> )+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><encodingDesc><p>Basic encoding, capturing lexical information only. All
hyphenation, punctuation, and variant spellings normalized. No
formatting or layout information preserved.</p></encodingDesc></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.figure"><head>&lt;figure&gt;</head><index indexName="ODDS"><term sortKey="figure">&lt;figure&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;figure&gt; </hi>(<seg xml:lang="en">figure</seg>) <seg xml:lang="en">groups elements representing or containing graphic information such as a graphic illustration, or a block of example code. Figure must contain either <ref target="#TEI.graphic">&lt;graphic&gt;</ref>, <ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref> (for example XML code) or <ref target="#TEI.eg">&lt;eg&gt;</ref> (for non-XML code), and a mandatory <ref target="#TEI.head">&lt;head&gt;</ref> element containing the caption for the figure. Inline code examples may be provided through <ref target="#TEI.eg_egXML">&lt;egXML&gt;</ref> and <ref target="#TEI.eg">&lt;eg&gt;</ref> without the <ref target="#TEI.figure">&lt;figure&gt;</ref> wrapper.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.global" rend="link_odd_classSpec">model.global</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element figure { <ref target="#TEI.att.global">att.global.attributes</ref>, ( <ref target="#TEI.graphic">graphic</ref> | <ref target="#TEI.egXML">egXML</ref> | <ref target="#TEI.eg">eg</ref> ), <ref target="#TEI.head">head</ref>+ }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><figure><graphic url="http://www.example.org/fig1.png" width="100px" height="750px"/><head type="legend">The View from the Bridge</head><head type="license">Used with permission</head></figure></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><figure><eg>if ((err = SSLHashSHA1.update(&amp;hashCtx, &amp;serverRandom)) != 0)
                    goto fail;
                    if ((err = SSLHashSHA1.update(&amp;hashCtx, &amp;signedParams)) != 0)
                    goto fail;
                    goto fail;
                    if ((err = SSLHashSHA1.final(&amp;hashCtx, &amp;hashOut)) != 0)
                    goto fail;
                  </eg><head type="legend">An embarrassing error for Apple</head></figure></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><figure>
                  &lt;egXML xmlns="http://www.tei-c.org/ns/Examples"&gt;
                  &lt;list rend="bulleted"&gt;
                  &lt;item&gt;Life&lt;/item&gt;
                  &lt;item&gt;The Universe&lt;/item&gt;
                  &lt;item&gt;Everything&lt;/item&gt;
                  &lt;/list&gt;
                  &lt;/egXML&gt;
                  <head type="legend">A book title rendered as a list</head></figure></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.fileDesc"><head>&lt;fileDesc&gt;</head><index indexName="ODDS"><term sortKey="fileDesc">&lt;fileDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;fileDesc&gt; </hi>(<seg xml:lang="en">file description</seg>) <seg xml:lang="en">contains a full bibliographic description of an electronic file.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.titleStmt" rend="link_odd_elementSpec">titleStmt</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element fileDesc
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      (
         <ref target="#TEI.titleStmt">titleStmt</ref>,
         <ref target="#TEI.editionStmt">editionStmt</ref>?,
         <ref target="#TEI.extent">extent</ref>?,
         <ref target="#TEI.publicationStmt">publicationStmt</ref>,
         <ref target="#TEI.seriesStmt">seriesStmt</ref>?,
         <ref target="#TEI.notesStmt">notesStmt</ref>?
      ),
      <ref target="#TEI.sourceDesc">sourceDesc</ref>+
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><fileDesc><titleStmt><title>The shortest possible TEI document</title></titleStmt><publicationStmt><p>Distributed as part of TEI P5</p></publicationStmt><sourceDesc><p>No print source exists: this is an original digital text</p></sourceDesc></fileDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The major source of information for those seeking to create a catalogue entry or bibliographic citation for an electronic file. As such, it provides a title and statements of responsibility together with details of the publication or distribution of the file, of any series to which it belongs, and detailed bibliographic notes for matters not addressed elsewhere in the header. It also contains a full bibliographic description for the source or sources from which the electronic text was derived.</cell></row></table></div><div type="refdoc" xml:id="TEI.foreign"><head>&lt;foreign&gt;</head><index indexName="ODDS"><term sortKey="foreign">&lt;foreign&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;foreign&gt; </hi><seg xml:lang="en">identifies a word or phrase as belonging to some language other than that of the surrounding text.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHF">3.3.2.1. Foreign Words or Expressions</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element foreign { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#DRPAL-eg-44">This is
                        heathen Greek to you still? Your <foreign xml:lang="la">lapis
                        philosophicus</foreign>?</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The global <hi rend="att">xml:lang</hi> attribute should be supplied for this element to identify the language of the word or phrase marked. As elsewhere, its value should be a language tag as defined in <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CH.html#CHSH">6.1. Language Identification</ref>.This element is intended for use only where no other element is available to mark the phrase or words concerned. The global <hi rend="att">xml:lang</hi> attribute should be used in preference to this element where it is intended to mark the language of the whole of some text element.<lb/>The <gi>distinct</gi> element may be used to identify phrases belonging to sublanguages or registers not generally regarded as true languages.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.forename"><head>&lt;forename&gt;</head><index indexName="ODDS"><term sortKey="forename">&lt;forename&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;forename&gt; </hi><seg xml:lang="en">contains a forename, given or baptismal name.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">namesdates</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.persNamePart" rend="link_odd_classSpec">model.persNamePart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element forename { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><persName><roleName>Ex-President</roleName><forename>George</forename><surname>Bush</surname></persName></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.front"><head>&lt;front&gt;</head><index indexName="ODDS"><term sortKey="front">&lt;front&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;front&gt; </hi>(<seg xml:lang="en">front matter</seg>) <seg xml:lang="en">contains any prefatory matter (headers, title page, prefaces, dedications, etc.) found at the start of a document, before the main body.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element front
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      ( ( <ref target="#TEI.model.frontPart">model.frontPart</ref> | <ref target="#TEI.model.pLike">model.pLike</ref> | <ref target="#TEI.model.pLike.front">model.pLike.front</ref> | <ref target="#TEI.model.global">model.global</ref> )* ),
      (
         (
            (
               <ref target="#TEI.model.div1Like">model.div1Like</ref>,
               ( <ref target="#TEI.model.div1Like">model.div1Like</ref> | <ref target="#TEI.model.frontPart">model.frontPart</ref> | <ref target="#TEI.model.global">model.global</ref> )*
            )
          | (
               <ref target="#TEI.model.divLike">model.divLike</ref>,
               ( <ref target="#TEI.model.divLike">model.divLike</ref> | <ref target="#TEI.model.frontPart">model.frontPart</ref> | <ref target="#TEI.model.global">model.global</ref> )*
            )
         ),
         ( ( ( <ref target="#TEI.model.divBottom">model.divBottom</ref> ), ( <ref target="#TEI.model.divBottom">model.divBottom</ref> | <ref target="#TEI.model.global">model.global</ref> )* )? )
      )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:front"&gt;
&lt;sch:assert test="tei:div[@type='abstract']"&gt;
 &lt;sch:name/&gt; must have an abstract (div[@type='abstract']).
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="mul"><front><epigraph><quote>Nam Sibyllam quidem Cumis ego ipse oculis meis
	  vidi in ampulla pendere, et cum illi pueri dicerent:
	  <q xml:lang="gr">Σίβυλλα τί θέλεις</q>; respondebat
	  illa: <q xml:lang="gr">ὰποθανεῖν θέλω.</q></quote></epigraph><div type="dedication"><p>For Ezra Pound <q xml:lang="it">il miglior fabbro.</q></p></div></front></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><front><div type="dedication"><p>To our three selves</p></div><div type="preface"><head>Author's Note</head><p>All the characters in this book are purely imaginary, and if the
author has used names that may suggest a reference to living persons
she has done so inadvertently.
 ...</p></div></front></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Because cultural conventions differ as to which elements are grouped as front matter and which as back matter, the content models for the <ref target="#TEI.front">&lt;front&gt;</ref> and <ref target="#TEI.back">&lt;back&gt;</ref> elements are identical.</cell></row></table></div><div type="refdoc" xml:id="TEI.gap"><head>&lt;gap&gt;</head><index indexName="ODDS"><term sortKey="gap">&lt;gap&gt;</term><index indexName="ODDS"><term sortKey="reason">@reason</term></index><index indexName="ODDS"><term sortKey="hand">@hand</term></index><index indexName="ODDS"><term sortKey="agent">@agent</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;gap&gt; </hi><seg xml:lang="en">indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.editLike">att.editLike</ref> (<ref target="#TEI.att.dimensions">att.dimensions</ref>)  (<ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.editLike"/><row><cell rend="odd_label">reason</cell><cell rend="odd_value"><seg xml:lang="en">gives the reason for omission. Sample values include <hi rend="val">sampling</hi>, <hi rend="val">inaudible</hi>, <hi rend="val">irrelevant</hi>, <hi rend="val">cancelled</hi>.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.word">data.word</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row></table></cell></row><row><cell rend="odd_label">hand</cell><cell rend="odd_value"><seg xml:lang="en">in the case of text omitted from the transcription because of deliberate deletion by an identifiable hand, indicates the hand which made the deletion.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg></cell></row></table></cell></row><row><cell rend="odd_label">agent</cell><cell rend="odd_value"><seg xml:lang="en">in the case of text omitted because of damage, categorizes the cause of the damage, if it can be identified.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Sample values include:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">rubbing</label><item rend="odd_value"><seg xml:lang="en">damage results from rubbing of the leaf edges</seg></item><label rend="odd_label">mildew</label><item rend="odd_value"><seg xml:lang="en">damage results from mildew on the leaf surface</seg></item><label rend="odd_label">smoke</label><item rend="odd_value"><seg xml:lang="en">damage results from smoke</seg></item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.global.edit" rend="link_odd_classSpec">model.global.edit</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element gap
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.editLike">att.editLike.attributes</ref>,
   attribute reason { list { <ref target="#TEI.data.word">data.word</ref>+ } }?,
   attribute hand { <ref target="#TEI.data.pointer">data.pointer</ref> }?,
   attribute agent { <ref target="#TEI.data.enumerated">data.enumerated</ref> }?,
   ( <ref target="#TEI.model.descLike">model.descLike</ref> | <ref target="#TEI.model.certLike">model.certLike</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:gap-period"&gt;
&lt;sch:report test="following-sibling::node()[1][self::text()] and starts-with(following-sibling::node()[1], 
 '.')"&gt; A &lt;sch:name/&gt; element should follow a period rather than precede it when an ellipsis follows the end of a sentence.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:gap"&gt;
&lt;sch:report test="preceding-sibling::node()[1][self::text()][matches(., '\.\s+$')]"&gt; A &lt;sch:name/&gt; should follow a period directly, without preceding whitespace.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><gap quantity="4" unit="chars" reason="illegible"/></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><gap quantity="1" unit="essay" reason="sampling"/></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><del><gap atLeast="4" atMost="8" unit="chars" reason="illegible"/></del></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><gap extent="unknown" unit="lines" reason="lost"/></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <ref target="#TEI.gap">&lt;gap&gt;</ref>, <gi>unclear</gi>, and <gi>del</gi> core tag elements may be closely allied in use with the <gi>damage</gi> and <ref target="#TEI.supplied">&lt;supplied&gt;</ref> elements, available when using the additional tagset for transcription of primary sources. See section <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCOMB">11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination</ref> for discussion of which element is appropriate for which circumstance.The <ref target="#TEI.gap">&lt;gap&gt;</ref> tag simply signals the editors decision to omit or inability to transcribe a span of text. Other information, such as the interpretation that text was deliberately erased or covered, should be indicated using the relevant tags, such as <gi>del</gi> in the case of deliberate deletion.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.gi"><head>&lt;gi&gt;</head><index indexName="ODDS"><term sortKey="gi">&lt;gi&gt;</term><index indexName="ODDS"><term sortKey="scheme">@scheme</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;gi&gt; </hi>(<seg xml:lang="en">element name</seg>) <seg xml:lang="en">contains the name (generic identifier) of an element.</seg> [<ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</ref> <ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDTAG">22.4.4. Element Specifications</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tagdocs</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">scheme</cell><cell rend="odd_value"><seg xml:lang="en">supplies the name of the scheme in which this name is defined.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Sample values include:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">TEI</label><item rend="odd_value"><seg xml:lang="en">this element is part of the TEI scheme.</seg><hi rend="defaultVal" xml:lang="en"> [Default]</hi></item><label rend="odd_label">DBK</label><item rend="odd_value">(<seg xml:lang="en">docbook</seg>) <seg xml:lang="en">this element is part of the Docbook scheme.</seg></item><label rend="odd_label">XX</label><item rend="odd_value">(<seg xml:lang="en">unknown</seg>) <seg xml:lang="en">this element is part of an unknown scheme.</seg></item><label rend="odd_label">Schematron</label><item rend="odd_value"><seg xml:lang="en">this element is from Schematron.</seg></item><label rend="odd_label">HTML</label><item rend="odd_value"><seg xml:lang="en">this element is from the HTML scheme.</seg></item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.phrase.xml" rend="link_odd_classSpec">model.phrase.xml</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Character data only</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element gi
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute scheme { <ref target="#TEI.data.enumerated">data.enumerated</ref> }?,
   <ref target="#TEI.data.name">data.name</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><p>The <gi>xhtml:li</gi> element is roughly analogous to the <gi>item</gi> element, as is the
          <gi scheme="DBK">listItem</gi> element.</p></egXML>This example shows the use of both a namespace prefix and the schema attribute as alternative ways of indicating that the gi in question is not a TEI element name: in practice only one method should be adopted.</cell></row></table></div><div type="refdoc" xml:id="TEI.graphic"><head>&lt;graphic&gt;</head><index indexName="ODDS"><term sortKey="graphic">&lt;graphic&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;graphic&gt; </hi><seg xml:lang="en">indicates the location of an inline graphic, illustration, or figure.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.media">att.media</ref> (<hi rend="attribute">@width</hi>, <hi rend="attribute">@height</hi>)<c xml:space="preserve"> </c><ref target="#TEI.att.resourced">att.resourced</ref> (<hi rend="attribute">@url</hi>)<c xml:space="preserve"> </c></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.graphicLike" rend="link_odd_classSpec">model.graphicLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element graphic
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.media">att.media.attributes</ref>,
   <ref target="#TEI.att.resourced">att.resourced.attributes</ref>,
   <ref target="#TEI.model.descLike">model.descLike</ref>*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:graphic"&gt;
&lt;sch:assert test="matches(@width, '\d+px') and matches(@height, '\d+px')"&gt; Width and height in pixels must be specified for any &lt;sch:name/&gt;.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:graphic"&gt;
&lt;sch:assert test="parent::tei:figure"&gt;
 &lt;sch:name/&gt; may only occur inside figure.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><figure><graphic url="fig1.png"/><head>Figure One: The View from the Bridge</head><figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a
          series of buoys strung out between them.</figDesc></figure></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">mimeType</hi> attribute should be used to supply the MIME media type of the image specified by the <hi rend="att">url</hi> attribute.</cell></row></table></div><div type="refdoc" xml:id="TEI.head"><head>&lt;head&gt;</head><index indexName="ODDS"><term sortKey="head">&lt;head&gt;</term><index indexName="ODDS"><term sortKey="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;head&gt; </hi>(<seg xml:lang="en">heading</seg>) <seg xml:lang="en">contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">indicates the type of heading. In jTEI, we only use this attribute in the context of a <ref target="#TEI.head">&lt;head&gt;</ref> element in <ref target="#TEI.figure">&lt;figure&gt;</ref>, where it must have one of two values.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.typed">att.typed</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.headLike" rend="link_odd_classSpec">model.headLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.pLike.front" rend="link_odd_classSpec">model.pLike.front</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element head
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute type { <ref target="#TEI.data.enumerated">data.enumerated</ref> }?,
   (
      text
    | <ref target="#TEI.lg">lg</ref>
    | <ref target="#TEI.model.gLike">model.gLike</ref>
    | <ref target="#TEI.model.phrase">model.phrase</ref>
    | <ref target="#TEI.model.inter">model.inter</ref>
    | <ref target="#TEI.model.lLike">model.lLike</ref>
    | <ref target="#TEI.model.global">model.global</ref>
   )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:head"&gt;
&lt;sch:report test="matches(., '^\s*((figure|table|example|section) )?\d', 'i')"&gt; Headings are numbered and labeled automatically, please remove the hard-coded label from the text.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:figure/tei:head"&gt;
&lt;sch:assert test="@type = ('legend', 'license')"&gt; Figure titles must have a type 'legend' or 'license'.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">The most common use for the <ref target="#TEI.head">&lt;head&gt;</ref> element is to mark the headings of sections. In older writings, the headings or <term xmlns:rng="http://relaxng.org/ns/structure/1.0">incipits</term> may be rather longer than usual in modern works. If a section has an explicit ending as well as a heading, it should be marked as a <gi>trailer</gi>, as in this example:<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><div1 n="I" type="book"><head>In the name of Christ here begins the first book of the ecclesiastical history of
          Georgius Florentinus, known as Gregory, Bishop of Tours.</head><div2 type="section"><head>In the name of Christ here begins Book I of the history.</head><p>Proposing as I do ...</p><p>From the Passion of our Lord until the death of Saint Martin four hundred and twelve
            years passed.</p><trailer>Here ends the first Book, which covers five thousand, five hundred and ninety-six
            years from the beginning of the world down to the death of Saint Martin.</trailer></div2></div1></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">The <ref target="#TEI.head">&lt;head&gt;</ref> element is also used to mark headings of other units, such as lists:<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">With a few exceptions, connectives are equally
      useful in all kinds of discourse: description, narration, exposition, argument. <list rend="bulleted"><head>Connectives</head><item>above</item><item>accordingly</item><item>across from</item><item>adjacent to</item><item>again</item><item><!-- ... --></item></list></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <ref target="#TEI.head">&lt;head&gt;</ref> element is used for headings at all levels; software which treats (e.g.) chapter headings, section headings, and list titles differently must determine the proper processing of a <ref target="#TEI.head">&lt;head&gt;</ref> element based on its structural position. A <ref target="#TEI.head">&lt;head&gt;</ref> occurring as the first element of a list is the title of that list; one occurring as the first element of a <gi>div1</gi> is the title of that chapter or section.</cell></row></table></div><div type="refdoc" xml:id="TEI.hi"><head>&lt;hi&gt;</head><index indexName="ODDS"><term sortKey="hi">&lt;hi&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;hi&gt; </hi>(<seg xml:lang="en">highlighted</seg>) <seg xml:lang="en">marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.hiLike" rend="link_odd_classSpec">model.hiLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element hi { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.paraContent">macro.paraContent</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#COHQHE-eg-13"><hi rend="gothic">And this Indenture further witnesseth</hi>
            that the said <hi rend="italic">Walter Shandy</hi>, merchant,
            in consideration of the said intended marriage ...</egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.ident"><head>&lt;ident&gt;</head><index indexName="ODDS"><term sortKey="ident">&lt;ident&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;ident&gt; </hi>(<seg xml:lang="en">identifier</seg>) <seg xml:lang="en">contains an identifier or name for an object of some kind in a formal language. <ref target="#TEI.ident">&lt;ident&gt;</ref> is used for tokens such as variable names, class names, type names, function names etc. in formal programming languages.</seg> [<ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDphraseTE">22.1.1. Phrase Level Terms</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tagdocs</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Character data only</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element ident { <ref target="#TEI.att.global">att.global.attributes</ref>, text }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und"><ident type="namespace">http://www.tei-c.org/ns/Examples</ident></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->In running prose, this element may be used for any kind of identifier in any formal language. It should not be used for element and attribute names in XML, for which the special elements <ref target="#TEI.gi">&lt;gi&gt;</ref> and <ref target="#TEI.att">&lt;att&gt;</ref> are provided.</cell></row></table></div><div type="refdoc" xml:id="TEI.idno"><head>&lt;idno&gt;</head><index indexName="ODDS"><term sortKey="idno">&lt;idno&gt;</term><index indexName="ODDS"><term sortKey="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;idno&gt; </hi>(<seg xml:lang="en">identifier</seg>) <seg xml:lang="en">supplies any form of identifier used to identify some object, such as a bibliographic item, a person, a title, an organization, etc. in a standardized way.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">categorizes the identifier, for example as an ISBN, Social Security number, etc.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.nameLike" rend="link_odd_classSpec">model.nameLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.personPart" rend="link_odd_classSpec">model.personPart</ref><c xml:space="preserve"> </c><ref target="#TEI.model.publicationStmtPart.detail" rend="link_odd_classSpec">model.publicationStmtPart.detail</ref><c xml:space="preserve"> </c></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element idno
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute type { <ref target="#TEI.data.enumerated">data.enumerated</ref> }?,
   ( text | <ref target="#TEI.model.gLike">model.gLike</ref> | <ref target="#TEI.idno">idno</ref> )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:back/tei:div[@type eq 'bibliography']//tei:idno[@type eq 'doi']"&gt;
&lt;sch:report test="following-sibling::tei:ref"&gt; If a bibliographic entry has a formal DOI code, it should be placed at the very end of the bibliographic description.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und"><idno type="ISBN">978-1-906964-22-1</idno><idno type="ISSN">0143-3385</idno><idno type="DOI">10.1000/123</idno><idno type="URI">http://www.worldcat.org/oclc/185922478</idno><idno type="URI">http://authority.nzetc.org/463/</idno><idno type="LT">Thomason Tract E.537(17)</idno><idno type="Wing">C695</idno><idno type="oldCat"><g ref="#sym"/>345</idno></egXML>In the last case, the identifier includes a non-Unicode character which is defined elsewhere by means of a <gi>glyph</gi> or <gi>char</gi> element referenced here as <code xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0">#sym</code>.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- --><ref target="#TEI.idno">&lt;idno&gt;</ref> should be used for labels which identify an object or concept in a formal cataloguing system such as a database or an RDF store, or in a distributed system such as the World Wide Web. Some suggested values for <hi rend="att">type</hi> on <ref target="#TEI.idno">&lt;idno&gt;</ref> are <code xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0">ISBN</code>, <code xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0">ISSN</code>, <code xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0">DOI</code>, and <code xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0">URI</code>.</cell></row></table></div><div type="refdoc" xml:id="TEI.item"><head>&lt;item&gt;</head><index indexName="ODDS"><term sortKey="item">&lt;item&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;item&gt; </hi><seg xml:lang="en">contains one component of a list.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element item { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.specialPara">macro.specialPara</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><list rend="numbered"><head>Here begin the chapter headings of Book IV</head><item n="4.1">The death of Queen Clotild.</item><item n="4.2">How King Lothar wanted to appropriate one third of the Church revenues.</item><item n="4.3">The wives and children of Lothar.</item><item n="4.4">The Counts of the Bretons.</item><item n="4.5">Saint Gall the Bishop.</item><item n="4.6">The priest Cato.</item><item> ...</item></list></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->May contain simple prose or a sequence of chunks.Whatever string of characters is used to label a list item in the copy text may be used as the value of the global <hi rend="att">n</hi> attribute, but it is not required that numbering be recorded explicitly. In ordered lists, the <hi rend="att">n</hi> attribute on the <ref target="#TEI.item">&lt;item&gt;</ref> element is by definition synonymous with the use of the <ref target="#TEI.label">&lt;label&gt;</ref> element to record the enumerator of the list item. In glossary lists, however, the term being defined should be given with the <ref target="#TEI.label">&lt;label&gt;</ref> element, not <hi rend="att">n</hi>.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.keywords"><head>&lt;keywords&gt;</head><index indexName="ODDS"><term sortKey="keywords">&lt;keywords&gt;</term><index indexName="ODDS"><term sortKey="scheme">@scheme</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;keywords&gt; </hi><seg xml:lang="en">contains a list of keywords or phrases identifying the topic or nature of a text.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">scheme</cell><cell rend="odd_value"><seg xml:lang="en">identifies the controlled vocabulary within which the set of keywords concerned is defined identifies the classification scheme within which the set of categories concerned is defined, for example by a <gi>taxonomy</gi> element, or by some other resource.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.textClass" rend="link_odd_elementSpec">textClass</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element keywords
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute scheme { <ref target="#TEI.data.pointer">data.pointer</ref> }?,
   ( <ref target="#TEI.term">term</ref>+ | <ref target="#TEI.list">list</ref> )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><keywords scheme="http://classificationweb.net"><term>Babbage, Charles</term><term>Mathematicians - Great Britain - Biography</term></keywords></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><keywords><term>Fermented beverages</term><term>Central Andes</term><term>Schinus molle</term><term>Molle beer</term><term>Indigenous peoples</term><term>Ethnography</term><term>Archaeology</term></keywords></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Each individual keyword (including compound subject headings) should be supplied as a <ref target="#TEI.term">&lt;term&gt;</ref> element directly within the <ref target="#TEI.keywords">&lt;keywords&gt;</ref> element. An alternative usage, in which each <ref target="#TEI.term">&lt;term&gt;</ref> appears within a <ref target="#TEI.item">&lt;item&gt;</ref> inside a <ref target="#TEI.list">&lt;list&gt;</ref> is permitted for backwards compatibility, but is deprecated.If no control list exists for the keywords used, then no value should be supplied for the <hi rend="att">scheme</hi> attribute.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.label"><head>&lt;label&gt;</head><index indexName="ODDS"><term sortKey="label">&lt;label&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;label&gt; </hi><seg xml:lang="en">contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.labelLike" rend="link_odd_classSpec">model.labelLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element label { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">Labels are commonly used for the headwords in glossary lists; note the use of the global <hi rend="att">xml:lang</hi> attribute to set the default language of the glossary list to Middle English, and identify the glosses and headings as modern English or Latin:<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><list type="gloss" xml:lang="enm"><head xml:lang="en">Vocabulary</head><headLabel xml:lang="en">Middle English</headLabel><headItem xml:lang="en">New English</headItem><label>nu</label><item xml:lang="en">now</item><label>lhude</label><item xml:lang="en">loudly</item><label>bloweth</label><item xml:lang="en">blooms</item><label>med</label><item xml:lang="en">meadow</item><label>wude</label><item xml:lang="en">wood</item><label>awe</label><item xml:lang="en">ewe</item><label>lhouth</label><item xml:lang="en">lows</item><label>sterteth</label><item xml:lang="en">bounds, frisks (cf. <cit><ref>Chaucer, K.T.644</ref><quote>a courser, <term>sterting</term>as the fyr</quote></cit></item><label>verteth</label><item xml:lang="la">pedit</item><label>murie</label><item xml:lang="en">merrily</item><label>swik</label><item xml:lang="en">cease</item><label>naver</label><item xml:lang="en">never</item></list></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">Labels may also be used to record explicitly the numbers or letters which mark list items in ordered lists, as in this extract from Gibbon's <title xmlns:rng="http://relaxng.org/ns/structure/1.0">Autobiography</title>. In this usage the <ref target="#TEI.label">&lt;label&gt;</ref> element is synonymous with the <hi rend="att">n</hi> attribute on the <ref target="#TEI.item">&lt;item&gt;</ref> element:<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#GibAut">I will add two facts, which have seldom occurred
      in the composition of six, or at least of five quartos. <list rend="runon" type="ordered"><label>(1)</label><item>My first rough manuscript, without any intermediate copy, has been sent to the press.</item><label>(2) </label><item>Not a sheet has been seen by any human eyes, excepting those of the author and the
          printer: the faults and the merits are exclusively my own.</item></list></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">Labels may also be used for other structured list items, as in this extract from the journal of Edward Gibbon:<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#GibAut"><list type="gloss"><label>March 1757.</label><item>I wrote some critical observations upon Plautus.</item><label>March 8th.</label><item>I wrote a long dissertation upon some lines of Virgil.</item><label>June.</label><item>I saw Mademoiselle Curchod — <quote xml:lang="la">Omnia vincit amor, et nos cedamus
          amori.</quote></item><label>August.</label><item>I went to Crassy, and staid two days.</item></list></egXML>Note that the <ref target="#TEI.label">&lt;label&gt;</ref> might also appear within the <ref target="#TEI.item">&lt;item&gt;</ref> rather than as its sibling. Though syntactically valid, this usage is not recommended TEI practice.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">Labels may also be used to represent a label or heading attached to a paragraph or sequence of paragraphs not treated as a structural division, or to a group of verse lines. Note that, in this case, the <ref target="#TEI.label">&lt;label&gt;</ref> element appears <emph xmlns:rng="http://relaxng.org/ns/structure/1.0">within</emph> the <ref target="#TEI.p">&lt;p&gt;</ref> or <gi>lg</gi> element, rather than as a preceding sibling of it.<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#CholNup"><p>[...]
<lb/>&amp; n’entrer en mauuais &amp; mal-heu-
<lb/>ré meſnage. Or des que le conſente-
<lb/>ment des parties y eſt le mariage eſt
<lb/> arreſté, quoy que de faict il ne ſoit
<label place="margin">Puiſſance maritale 
entre les Romains.</label><lb/> conſommé. Depuis la conſomma-
<lb/>tion du mariage la femme eſt ſoubs
<lb/> la puiſſance du mary, s’il n’eſt eſcla-
<lb/>ue ou enfant de famille : car en ce
<lb/> cas, la femme, qui a eſpouſé vn en-
<lb/>fant de famille, eſt ſous la puiſſance
[...]</p></egXML>In this example the text of the label appears in the right hand margin of the original source, next to the paragraph it describes, but approximately in the middle of it. <!-- graphic url="Images/marginal-label.png"/-->If so desired the <hi rend="att">type</hi> attribute may be used to distinguish different categories of label.</cell></row></table></div><div type="refdoc" xml:id="TEI.langUsage"><head>&lt;langUsage&gt;</head><index indexName="ODDS"><term sortKey="langUsage">&lt;langUsage&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;langUsage&gt; </hi>(<seg xml:lang="en">language usage</seg>) <seg xml:lang="en">describes the languages, sublanguages, registers, dialects, etc. represented within a text.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.profileDescPart" rend="link_odd_classSpec">model.profileDescPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element langUsage { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.language">language</ref>+ }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><langUsage><language ident="fr-CA" usage="60">Québecois</language><language ident="en-CA" usage="20">Canadian business English</language><language ident="en-GB" usage="20">British English</language></langUsage></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.language"><head>&lt;language&gt;</head><index indexName="ODDS"><term sortKey="language">&lt;language&gt;</term><index indexName="ODDS"><term sortKey="ident">@ident</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;language&gt; </hi><seg xml:lang="en">characterizes a single language or sublanguage used within a text.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">ident</cell><cell rend="odd_value">(<seg xml:lang="en">identifier</seg>) <seg xml:lang="en">Supplies a language code constructed as defined in <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://tools.ietf.org/html/bcp47">BCP 47</ref> which is used to identify the language documented by this element, and which is referenced by the global <hi rend="att">xml:lang</hi> attribute.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en"><hi rend="required">Required</hi></seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.language">data.language</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.langUsage" rend="link_odd_elementSpec">langUsage</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element language
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute ident { <ref target="#TEI.data.language">data.language</ref> },
   <ref target="#TEI.macro.phraseSeq.limited">macro.phraseSeq.limited</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><langUsage><language ident="en-US" usage="75">modern American English</language><language ident="i-az-Arab" usage="20">Azerbaijani in Arabic script</language><language ident="x-lap" usage="05">Pig Latin</language></langUsage></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Particularly for sublanguages, an informal prose characterization should be supplied as content for the element.</cell></row></table></div><div type="refdoc" xml:id="TEI.lb"><head>&lt;lb/&gt;</head><index indexName="ODDS"><term sortKey="lb">&lt;lb&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;lb/&gt; </hi>(<seg xml:lang="en">line break</seg>) <seg xml:lang="en">marks the start of a new (typographic) line in some edition or version of a text.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone
Elements</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.milestoneLike" rend="link_odd_classSpec">model.milestoneLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Empty element</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element lb { <ref target="#TEI.att.global">att.global.attributes</ref>, empty }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">This example shows typographical line breaks within metrical lines, where they occur at different places in different editions:<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><l>Of Mans First Disobedience,<lb ed="1674"/> and<lb ed="1667"/> the Fruit</l><l>Of that Forbidden Tree, whose<lb ed="1667 1674"/> mortal tast</l><l>Brought Death into the World,<lb ed="1667"/> and all<lb ed="1674"/> our woe,</l></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">This example encodes typographical line breaks as a means of preserving the visual appearance of a title page. The <hi rend="att">break</hi> attribute is used to show that the line break does not (as elsewhere) mark the start of a new word.<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><titlePart><lb/>With Additions, ne-<lb break="no"/>ver before Printed.</titlePart></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->By convention, <ref target="#TEI.lb">&lt;lb/&gt;</ref> elements should appear at the point in the text where a new line starts. The <hi rend="att">n</hi> attribute, if used, indicates the number or other value associated with the text between this point and the next <ref target="#TEI.lb">&lt;lb/&gt;</ref> element, typically the sequence number of the line within the page, or other appropriate unit. This element is intended to be used for marking actual line breaks on a manuscript or printed page, at the point where they occur; it should not be used to tag structural units such as lines of verse (for which the <gi>l</gi> element is available) except in circumstances where structural units cannot otherwise be marked.The <hi rend="att">type</hi> attribute may be used to characterize the line break in any respect. The more specialized attributes <hi rend="att">break</hi>, <hi rend="att">ed</hi>, or <hi rend="att">edRef</hi> should be preferred when the intent is to indicate whether or not the line break is word-breaking, or to note the source from which it derives.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.list"><head>&lt;list&gt;</head><index indexName="ODDS"><term sortKey="list">&lt;list&gt;</term><index indexName="ODDS"><term sortKey="rend">@rend</term></index><index indexName="ODDS"><term sortKey="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;list&gt; </hi><seg xml:lang="en">contains any sequence of items organized as a list.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<ref target="#TEI.att.global">att.global</ref> (@xml:id, @n, @xml:lang, @xml:base, @xml:space) <ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<seg rend="unusedattribute">rend</seg>, @rendition) <ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (@cert, @resp) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.global" name="xml:id"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.global" name="n"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.global" name="xml:lang"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.global" name="xml:base"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.global" name="xml:space"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.global.rendition" name="rendition"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.global.responsibility" name="cert"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" class="att.global.responsibility" name="resp"/><row><cell rend="odd_label">rend</cell><cell rend="odd_value">(<seg xml:lang="en">rendition</seg>) <seg xml:lang="en">describes the way the list should be rendered. </seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.global.rendition">att.global.rendition</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">bulleted</label><item rend="odd_value">(<seg xml:lang="en">A bulleted list</seg>) <seg xml:lang="en">Bulleted lists will appear with each item preceded by a leading dot.</seg></item><label rend="odd_label">inline</label><item rend="odd_value">(<seg xml:lang="en">An inline list</seg>) <seg xml:lang="en">Inline lists appear within a paragraph of ordinary text; list items do not start on a new line, but follow immediately from the preceding text or item. The value "inline" may be combined with another value; for example, "ordered inline" means that the list will be rendered inline, but each item will be preceded by a number in parentheses: (1) first item (2) second item, and so on.</seg></item><label rend="odd_label">ordered</label><item rend="odd_value">(<seg xml:lang="en">A numbered list</seg>) <seg xml:lang="en">Items in a numbered list will be preceded by a number. If the list is inline, then the number will be enclosed in parentheses, but if it is a block-level list (the default), the number will be followed by a period. </seg></item><label rend="odd_label">simple</label><item rend="odd_value">(<seg xml:lang="en">A simple list (no bullets or numbers)</seg>) <seg xml:lang="en">Items in a simple list will be rendered with no bullet or preceding number at all.</seg></item></list></cell></row></table></cell></row><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">describes the nature of the items in the list.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.typed">att.typed</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">gloss</label><item rend="odd_value"/></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Previous versions of these Guidelines recommended the use of <hi rend="att">type</hi> on <ref target="#TEI.list">&lt;list&gt;</ref> to encode the rendering or appearance of a list (whether it was bulleted, numbered, etc.). The current recommendation is to use the <hi rend="att">rend</hi> or <hi rend="att">style</hi> attributes for these aspects of a list, while using <hi rend="att">type</hi> for the more appropriate task of characterizing the nature of the content of a list.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The formal syntax of the element declarations allows <ref target="#TEI.label">&lt;label&gt;</ref> tags to be omitted from lists tagged <hi rend="tag">&lt;list type="gloss"&gt;</hi>; this is however a semantic error.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.listLike" rend="link_odd_classSpec">model.listLike</ref><c xml:space="preserve"> </c></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.keywords" rend="link_odd_elementSpec">keywords</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.revisionDesc" rend="link_odd_elementSpec">revisionDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element list
{
   <ref target="#TEI.att.global">att.global.attribute.xmlid</ref>,
   <ref target="#TEI.att.global">att.global.attribute.n</ref>,
   <ref target="#TEI.att.global">att.global.attribute.xmllang</ref>,
   <ref target="#TEI.att.global">att.global.attribute.xmlbase</ref>,
   <ref target="#TEI.att.global">att.global.attribute.xmlspace</ref>,
   <ref target="#TEI.att.global.rendition">att.global.rendition.attribute.rendition</ref>,
   <ref target="#TEI.att.global.responsibility">att.global.responsibility.attribute.cert</ref>,
   <ref target="#TEI.att.global.responsibility">att.global.responsibility.attribute.resp</ref>,
   attribute rend { list { + } }?,
   attribute type { text }?,
   (
      ( ( <ref target="#TEI.model.divTop">model.divTop</ref> ) | ( <ref target="#TEI.model.global">model.global</ref> ) )*,
      (
         ( <ref target="#TEI.item">item</ref>, <ref target="#TEI.model.global">model.global</ref>* )+
       | (
            <ref target="#TEI.headLabel">headLabel</ref>?,
            <ref target="#TEI.headItem">headItem</ref>?,
            ( <ref target="#TEI.label">label</ref>, <ref target="#TEI.model.global">model.global</ref>*, <ref target="#TEI.item">item</ref>, <ref target="#TEI.model.global">model.global</ref>* )+
         )
      ),
      ( ( <ref target="#TEI.model.divBottom">model.divBottom</ref> ), <ref target="#TEI.model.global">model.global</ref>* )*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:list[@type='gloss']"&gt;
&lt;sch:assert test="tei:label"&gt;The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->May contain an optional heading followed by a series of items, or a series of label and item pairs, the latter being optionally preceded by one or two specialized headings.</cell></row></table></div><div type="refdoc" xml:id="TEI.listBibl"><head>&lt;listBibl&gt;</head><index indexName="ODDS"><term sortKey="listBibl">&lt;listBibl&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;listBibl&gt; </hi>(<seg xml:lang="en">citation list</seg>) <seg xml:lang="en">contains a list of bibliographic citations of any kind.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.biblLike" rend="link_odd_classSpec">model.biblLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element listBibl
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      <ref target="#TEI.model.headLike">model.headLike</ref>*,
      ( <ref target="#TEI.model.biblLike">model.biblLike</ref> | <ref target="#TEI.model.milestoneLike">model.milestoneLike</ref> )+,
      ( <ref target="#TEI.relation">relation</ref> | <ref target="#TEI.listRelation">listRelation</ref> )*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><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></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.listChange"><head>&lt;listChange&gt;</head><index indexName="ODDS"><term sortKey="listChange">&lt;listChange&gt;</term><index indexName="ODDS"><term sortKey="ordered">@ordered</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;listChange&gt; </hi><seg xml:lang="en">groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.7. Changes</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">ordered</cell><cell rend="odd_value"><seg xml:lang="en">indicates whether the ordering of its child <ref target="#TEI.change">&lt;change&gt;</ref> elements is to be considered significant or not</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.truthValue">data.truthValue</ref></eg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Default</hi> </cell><cell rend="odd_value">true</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.listChange" rend="link_odd_elementSpec">listChange</ref><c xml:space="preserve"> </c><ref target="#TEI.revisionDesc" rend="link_odd_elementSpec">revisionDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.listChange" rend="link_odd_elementSpec">listChange</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element listChange
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute ordered { <ref target="#TEI.data.truthValue">data.truthValue</ref> }?,
   ( <ref target="#TEI.listChange">listChange</ref> | <ref target="#TEI.change">change</ref> )+
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><revisionDesc><listChange><change when="1991-11-11" who="#LB"> deleted chapter 10 </change><change when="1991-11-02" who="#MSM"> completed first draft </change></listChange></revisionDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><profileDesc><creation><listChange ordered="true"><change xml:id="CHG-1">First stage, written in ink by a writer</change><change xml:id="CHG-2">Second stage, written in Goethe's hand using pencil</change><change xml:id="CHG-3">Fixation of the revised passages and further revisions by
Goethe using ink</change><change xml:id="CHG-4">Addition of another stanza in a          different hand,
probably at a later stage</change></listChange></creation></profileDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->When this element appears within the <gi>creation</gi> element it documents the set of revision campaigns or stages identified during the evolution of the original text. When it appears within the <ref target="#TEI.revisionDesc">&lt;revisionDesc&gt;</ref> element, it documents only changes made during the evolution of the encoded representation of that text.</cell></row></table></div><div type="refdoc" xml:id="TEI.listPerson"><head>&lt;listPerson&gt;</head><index indexName="ODDS"><term sortKey="listPerson">&lt;listPerson&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;listPerson&gt; </hi>(<seg xml:lang="en">list of persons</seg>) <seg xml:lang="en">contains a list of descriptions, each of which provides information about an identifiable person or a group of people, for example the participants in a language interaction, or the people referred to in a historical source.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSE">13.3.2. The Person Element</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAH">15.2. Contextual Information</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">namesdates</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.typed">att.typed</ref> (<hi rend="attribute">@type</hi>)<c xml:space="preserve"> </c></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.listLike" rend="link_odd_classSpec">model.listLike</ref><c xml:space="preserve"> </c></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">corpus: </seg><seg rend="specChildElements"><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element listPerson
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.typed">att.typed.attributes</ref>,
   (
      <ref target="#TEI.model.headLike">model.headLike</ref>*,
      ( <ref target="#TEI.model.personLike">model.personLike</ref> | <ref target="#TEI.listPerson">listPerson</ref> )+,
      ( <ref target="#TEI.relation">relation</ref> | <ref target="#TEI.listRelation">listRelation</ref> )*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><listPerson type="respondents"><personGrp xml:id="PXXX"/><person xml:id="P1234" sex="2" age="mid"/><person xml:id="P4332" sex="1" age="mid"/><listRelation><relation type="personal" name="spouse" mutual="#P1234 #P4332"/></listRelation></listPerson></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The type attribute may be used to distinguish lists of people of a particular type if convenient.</cell></row></table></div><div type="refdoc" xml:id="TEI.mentioned"><head>&lt;mentioned&gt;</head><index indexName="ODDS"><term sortKey="mentioned">&lt;mentioned&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;mentioned&gt; </hi><seg xml:lang="en">marks words or phrases mentioned, not used.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element mentioned { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#COHQU-eg-44">There is thus a
            striking accentual difference between a verbal form like <mentioned xml:id="X234" xml:lang="el">eluthemen</mentioned><gloss target="#X234">we were released,</gloss> accented on the second syllable of the
            word, and its participial derivative <mentioned xml:id="X235" xml:lang="el">lutheis</mentioned><gloss target="#X235">released,</gloss> accented on the last.</egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.name"><head>&lt;name&gt;</head><index indexName="ODDS"><term sortKey="name">&lt;name&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;name&gt; </hi>(<seg xml:lang="en">name, proper noun</seg>) <seg xml:lang="en">contains a proper noun or noun phrase.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.editLike">att.editLike</ref> (<ref target="#TEI.att.dimensions">att.dimensions</ref>)  (<ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)) <ref target="#TEI.att.datable.w3c">att.datable.w3c</ref> (<seg rend="unusedattribute">notAfter</seg>, @when, @notBefore, @from, @to) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.nameLike.agent" rend="link_odd_classSpec">model.nameLike.agent</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element name
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.when</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.notBefore</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.from</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.to</ref>,
   <ref target="#TEI.att.editLike">att.editLike.attributes</ref>,
   <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="mul"><name type="person">Thomas Hoccleve</name><name type="place">Villingaholt</name><name type="org">Vetus Latina Institut</name><name type="person" ref="#HOC001">Occleve</name></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Proper nouns referring to people, places, and organizations may be tagged instead with <gi>persName</gi>, <gi>placeName</gi>, or <ref target="#TEI.orgName">&lt;orgName&gt;</ref>, when the TEI module for names and dates is included.</cell></row></table></div><div type="refdoc" xml:id="TEI.note"><head>&lt;note&gt;</head><index indexName="ODDS"><term sortKey="note">&lt;note&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;note&gt; </hi><seg xml:lang="en">contains a note or annotation.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONONO">3.8.1. Notes and Simple Annotation</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICON">3.11.2.8. Notes and Statement of Language</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPNO">9.3.5.4. Notes within Entries</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)<c xml:space="preserve"> </c></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.noteLike" rend="link_odd_classSpec">model.noteLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element note
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.source">att.source.attributes</ref>,
   <ref target="#TEI.macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:note"&gt;
&lt;sch:assert test="not(following-sibling::text()[1][matches(., '^[,\.:;!?)\]]')])"&gt; Footnotes should follow punctuation marks, not precede them. Place
 your &lt;note&gt; element after the punctuation mark.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:note"&gt;
&lt;sch:report test=".//(tei:cit|tei:table|tei:list[not(tokenize(@rend, '\s+')[. eq 'inline'])]|tei:figure|eg:egXML|tei:eg)"&gt; No block-level elements are allowed inside note.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">In the following example, the translator has supplied a footnote containing an explanation of the term translated as "painterly": <egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" source="#NOTE-eg">And yet it is not only
in the great line of Italian renaissance art, but even in the
painterly <note place="bottom" type="gloss" resp="#MDMH"><term xml:lang="de">Malerisch</term>. This word has, in the German, two
distinct meanings, one objective, a quality residing in the object,
the other subjective, a mode of apprehension and creation.  To avoid
confusion, they have been distinguished in English as
<mentioned>picturesque</mentioned> and
<mentioned>painterly</mentioned> respectively.</note> style of the
Dutch genre painters of the seventeenth century that drapery has this
psychological significance. </egXML>For this example to be valid, the code <ident xmlns:rng="http://relaxng.org/ns/structure/1.0">MDMH</ident> must be defined elsewhere, for example by means of a responsibility statement in the associated TEI header:<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><respStmt xml:id="MDMH"><resp>translation from German to English</resp><name>Hottinger, Marie Donald Mackie</name></respStmt></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2">The global <hi rend="att">n</hi> attribute may be used to supply the symbol or number used to mark the note's point of attachment in the source text, as in the following example:<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">Mevorakh b. Saadya's mother, the matriarch of the
        family during the second half of the eleventh century, <note n="126" anchored="true"> The
          alleged mention of Judah Nagid's mother in a letter from 1071 is, in fact, a reference to
          Judah's children; cf. above, nn. 111 and 54. </note> is well known from Geniza documents
        published by Jacob Mann.</egXML>However, if notes are numbered in sequence and their numbering can be reconstructed automatically by processing software, it may well be considered unnecessary to record the note numbers.</cell></row></table></div><div type="refdoc" xml:id="TEI.num"><head>&lt;num&gt;</head><index indexName="ODDS"><term sortKey="num">&lt;num&gt;</term><index indexName="ODDS"><term sortKey="type">@type</term></index><index indexName="ODDS"><term sortKey="value">@value</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;num&gt; </hi>(<seg xml:lang="en">number</seg>) <seg xml:lang="en">contains a number, written in any form.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and
Measures</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">indicates the type of numeric value. In jTEI, we particularly use num[@type='ordinal'] for e.g. <q xmlns:rng="http://relaxng.org/ns/structure/1.0">21st</q> or <q xmlns:rng="http://relaxng.org/ns/structure/1.0">2nd</q>; in rendering, this results in the non-numeric suffix to the number being output as superscript. Note, however, that ordinals for centuries should be spelled out, not written using digits (<q xmlns:rng="http://relaxng.org/ns/structure/1.0">nineteenth century</q>, not <q xmlns:rng="http://relaxng.org/ns/structure/1.0">19th century</q>).</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Suggested values include:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">cardinal</label><item rend="odd_value"><seg xml:lang="en">absolute number, e.g. 21, 21.5</seg></item><label rend="odd_label">ordinal</label><item rend="odd_value"><seg xml:lang="en">ordinal number, e.g. 21st</seg></item><label rend="odd_label">fraction</label><item rend="odd_value"><seg xml:lang="en">fraction, e.g. one half or three-quarters</seg></item><label rend="odd_label">percentage</label><item rend="odd_value"><seg xml:lang="en">a percentage</seg></item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If a different typology is desired, other values can be used for this attribute.</cell></row></table></cell></row><row><cell rend="odd_label">value</cell><cell rend="odd_value"><seg xml:lang="en">supplies the value of the number in standard form.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.numeric">data.numeric</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Values</hi> </cell><cell rend="attribute">a numeric value.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The standard form used is defined by the TEI datatype data.numeric.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.measureLike" rend="link_odd_classSpec">model.measureLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element num
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute type
   {
      "cardinal" | "ordinal" | "fraction" | "percentage" | xsd:Name
   }?,
   attribute value { <ref target="#TEI.data.numeric">data.numeric</ref> }?,
   <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><p>I reached <num type="cardinal" value="21">twenty-one</num> on
my <num type="ordinal" value="21">twenty-first</num> birthday</p><p>Light travels at <num value="3E10">3×10<hi rend="sup">10</hi></num> cm per second.</p></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Detailed analyses of quantities and units of measure in historical documents may also use the feature structure mechanism described in chapter <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FS.html#FS">18. Feature Structures</ref>. The <ref target="#TEI.num">&lt;num&gt;</ref> element is intended for use in simple applications.</cell></row></table></div><div type="refdoc" xml:id="TEI.orgName"><head>&lt;orgName&gt;</head><index indexName="ODDS"><term sortKey="orgName">&lt;orgName&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;orgName&gt; </hi>(<seg xml:lang="en">organization name</seg>) <seg xml:lang="en">contains an organizational name.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDORG">13.2.2. Organizational Names</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">namesdates</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.editLike">att.editLike</ref> (<ref target="#TEI.att.dimensions">att.dimensions</ref>)  (<ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)) <ref target="#TEI.att.datable.w3c">att.datable.w3c</ref> (<seg rend="unusedattribute">notAfter</seg>, @when, @notBefore, @from, @to) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.nameLike.agent" rend="link_odd_classSpec">model.nameLike.agent</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element orgName
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.when</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.notBefore</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.from</ref>,
   <ref target="#TEI.att.datable.w3c">att.datable.w3c.attribute.to</ref>,
   <ref target="#TEI.att.editLike">att.editLike.attributes</ref>,
   <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">About a year back, a question of considerable interest was agitated in the <orgName key="PAS1" type="voluntary"><placeName key="PEN">Pennsyla.</placeName> Abolition Society</orgName>....</egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.p"><head>&lt;p&gt;</head><index indexName="ODDS"><term sortKey="p">&lt;p&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;p&gt; </hi>(<seg xml:lang="en">paragraph</seg>) <seg xml:lang="en">marks paragraphs in prose.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPA">3.1. Paragraphs</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.pLike" rend="link_odd_classSpec">model.pLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">corpus: </seg><seg rend="specChildElements"><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.projectDesc" rend="link_odd_elementSpec">projectDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element p { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.paraContent">macro.paraContent</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;s:report test="(ancestor::tei:p or ancestor::tei:ab)          and not(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)"&gt; Abstract model violation: Paragraphs may not contain other paragraphs or ab elements.
&lt;/s:report&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;s:report test="ancestor::tei:l[not(.//tei:note//tei:p[. = current()])]"&gt; Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab.
&lt;/s:report&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#NJAL"><p>Hallgerd was outside. <q>There is blood on your axe,</q> she said. <q>What have you
                    done?</q></p><p><q>I have now arranged that you can be married a second time,</q> replied Thjostolf.</p><p><q>Then you must mean that Thorvald is dead,</q> she said.</p><p><q>Yes,</q> said Thjostolf. <q>And now you must think up some plan for me.</q></p></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.particDesc"><head>&lt;particDesc&gt;</head><index indexName="ODDS"><term sortKey="particDesc">&lt;particDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;particDesc&gt; </hi>(<seg xml:lang="en">participation description</seg>) <seg xml:lang="en">describes the identifiable speakers, voices, or other participants in any kind of text or other persons named or otherwise referred to in a text, edition, or metadata.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAH">15.2. Contextual Information</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">corpus</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.profileDescPart" rend="link_odd_classSpec">model.profileDescPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element particDesc
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   ( <ref target="#TEI.model.pLike">model.pLike</ref>+ | ( <ref target="#TEI.model.personLike">model.personLike</ref> | <ref target="#TEI.listPerson">listPerson</ref> | <ref target="#TEI.listOrg">listOrg</ref> )+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><particDesc><listPerson><person xml:id="P-1234" sex="2" age="mid"><p>Female informant, well-educated, born in
            Shropshire UK, 12 Jan 1950, of unknown occupation. Speaks French fluently.
            Socio-Economic status B2.</p></person><person xml:id="P-4332" sex="1"><persName><surname>Hancock</surname><forename>Antony</forename><forename>Aloysius</forename><forename>St John</forename></persName><residence notAfter="1959"><address><street>Railway Cuttings</street><settlement>East Cheam</settlement></address></residence><occupation>comedian</occupation></person><listRelation><relation type="personal" name="spouse" mutual="#P-1234 #P-4332"/></listRelation></listPerson></particDesc></egXML>This example shows both a very simple person description, and a very detailed one, using some of the more specialized elements from the module for Names and Dates. </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->May contain a prose description organized as paragraphs, or a structured list of persons and person groups, with an optional formal specification of any relationships amongst them.</cell></row></table></div><div type="refdoc" xml:id="TEI.person"><head>&lt;person&gt;</head><index indexName="ODDS"><term sortKey="person">&lt;person&gt;</term><index indexName="ODDS"><term sortKey="role">@role</term></index><index indexName="ODDS"><term sortKey="sex">@sex</term></index><index indexName="ODDS"><term sortKey="age">@age</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;person&gt; </hi><seg xml:lang="en">provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSE">13.3.2. The Person Element</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHPA">15.2.2. The Participant Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">namesdates</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.editLike">att.editLike</ref> (<ref target="#TEI.att.dimensions">att.dimensions</ref>)  (<ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.editLike"/><row><cell rend="odd_label">role</cell><cell rend="odd_value"><seg xml:lang="en">specifies a primary role or classification for the person.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Values for this attribute may be locally defined by a project, using arbitrary keywords such as <hi rend="val">artist</hi>, <hi rend="val">employer</hi>, <hi rend="val">author</hi>, <hi rend="val">relative</hi>, or <hi rend="val">servant</hi>, each of which should be associated with a definition. Such local definitions will typically be provided by a <gi>valList</gi> element in the project schema specification.</cell></row></table></cell></row><row><cell rend="odd_label">sex</cell><cell rend="odd_value"><seg xml:lang="en">specifies the sex of the person.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.sex">data.sex</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Values for this attribute may be locally defined by a project, or may refer to an external standard, such as vCard's sex property <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://microformats.org/wiki/gender-formats"/> (in which <hi rend="val">M</hi> indicates male, <hi rend="val">F</hi> female, <hi rend="val">O</hi> other, <hi rend="val">N</hi> none or not applicable, <hi rend="val">U</hi> unknown), or the often used ISO 5218:2004 <title xmlns:rng="http://relaxng.org/ns/structure/1.0">Representation of Human Sexes</title> <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://standards.iso.org/ittf/PubliclyAvailableStandards/c036266_ISO_IEC_5218_2004(E_F).zip"/> (in which <hi rend="val">0</hi> indicates unknown; <hi rend="val">1</hi> male; <hi rend="val">2</hi> female; and <hi rend="val">9</hi> not applicable, although the ISO standard is widely considered inadequate); cf. CETH's <title xmlns:rng="http://relaxng.org/ns/structure/1.0">Recommendations for Inclusive Data Collection of Trans People</title> <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://transhealth.ucsf.edu/trans?page=lib-data-collection"/>.</cell></row></table></cell></row><row><cell rend="odd_label">age</cell><cell rend="odd_value"><seg xml:lang="en">specifies an age group for the person.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Values for this attribute may be locally defined by a project, using arbitrary keywords such as <hi rend="val">infant</hi>, <hi rend="val">child</hi>, <hi rend="val">teen</hi>, <hi rend="val">adult</hi>, or <hi rend="val">senior</hi>, each of which should be associated with a definition. Such local definitions will typically be provided by a <gi>valList</gi> element in the project schema specification.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.personLike" rend="link_odd_classSpec">model.personLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">corpus: </seg><seg rend="specChildElements"><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element person
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.editLike">att.editLike.attributes</ref>,
   attribute role { list { <ref target="#TEI.data.enumerated">data.enumerated</ref>+ } }?,
   attribute sex { list { <ref target="#TEI.data.sex">data.sex</ref>+ } }?,
   attribute age { <ref target="#TEI.data.enumerated">data.enumerated</ref> }?,
   ( <ref target="#TEI.model.pLike">model.pLike</ref>+ | ( <ref target="#TEI.model.personPart">model.personPart</ref> | <ref target="#TEI.model.global">model.global</ref> )* )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><person sex="F" age="adult"><p>Female respondent, well-educated, born in Shropshire UK, 12 Jan 1950, of unknown occupation. Speaks French fluently. Socio-Economic
          status B2.</p></person></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><person sex="intersex" role="god" age="immortal"><persName>Hermaphroditos</persName><persName xml:lang="grc">Ἑρμαφρόδιτος</persName></person></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><person xml:id="Ovi01" sex="1" role="poet"><persName xml:lang="en">Ovid</persName><persName xml:lang="la">Publius Ovidius Naso</persName><birth when="-0044-03-20"> 20 March 43 BC <placeName><settlement type="city">Sulmona</settlement><country key="IT">Italy</country></placeName></birth><death notBefore="0017" notAfter="0018">17 or 18 AD <placeName><settlement type="city">Tomis (Constanta)</settlement><country key="RO">Romania</country></placeName></death></person></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="class">model.personPart</ident> class.</cell></row></table></div><div type="refdoc" xml:id="TEI.profileDesc"><head>&lt;profileDesc&gt;</head><index indexName="ODDS"><term sortKey="profileDesc">&lt;profileDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;profileDesc&gt; </hi>(<seg xml:lang="en">text-profile description</seg>) <seg xml:lang="en">provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.teiHeaderPart" rend="link_odd_classSpec">model.teiHeaderPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">corpus: </seg><seg rend="specChildElements"><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.langUsage" rend="link_odd_elementSpec">langUsage</ref><c xml:space="preserve"> </c><ref target="#TEI.textClass" rend="link_odd_elementSpec">textClass</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element profileDesc { <ref target="#TEI.att.global">att.global.attributes</ref>, ( <ref target="#TEI.model.profileDescPart">model.profileDescPart</ref>* ) }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><profileDesc><langUsage><language ident="fr">French</language></langUsage><textDesc n="novel"><channel mode="w">print; part issues</channel><constitution type="single"/><derivation type="original"/><domain type="art"/><factuality type="fiction"/><interaction type="none"/><preparedness type="prepared"/><purpose type="entertain" degree="high"/><purpose type="inform" degree="medium"/></textDesc><settingDesc><setting><name>Paris, France</name><time>Late 19th century</time></setting></settingDesc></profileDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Although the content model permits it, it is rarely meaningful to supply multiple occurrences for any of the child elements of <ref target="#TEI.profileDesc">&lt;profileDesc&gt;</ref> unless these are documenting multiple texts.In earlier versions of these Guidelines, it was required that the <gi>creation</gi> element appear first.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.projectDesc"><head>&lt;projectDesc&gt;</head><index indexName="ODDS"><term sortKey="projectDesc">&lt;projectDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;projectDesc&gt; </hi>(<seg xml:lang="en">project description</seg>) <seg xml:lang="en">describes in detail the aim or purpose for which an electronic file was encoded, together with any other relevant information concerning the process by which it was assembled or collected.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD51">2.3.1. The Project Description</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.encodingDescPart" rend="link_odd_classSpec">model.encodingDescPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element projectDesc { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.model.pLike">model.pLike</ref>+ }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><projectDesc><p>Texts collected for use in the Claremont Shakespeare Clinic, June 1990</p></projectDesc></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.ptr"><head>&lt;ptr/&gt;</head><index indexName="ODDS"><term sortKey="ptr">&lt;ptr&gt;</term><index indexName="ODDS"><term sortKey="target">@target</term></index><index indexName="ODDS"><term sortKey="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;ptr/&gt; </hi>(<seg xml:lang="en">pointer</seg>) <seg xml:lang="en">defines a pointer to another location.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">target</cell><cell rend="odd_value"><seg xml:lang="en">specifies the destination of the reference by supplying one or more URI References</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.pointing">att.pointing</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en"><hi rend="required">Required</hi></seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row></table></cell></row><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">characterizes the element in some sense, using any convenient classification scheme or typology.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.typed">att.typed</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">crossref</label><item rend="odd_value">(<seg xml:lang="en">A cross-reference (reference to another part of the article).</seg>) <seg xml:lang="en">To link to another part of your article, use <hi rend="tag">&lt;ptr type="crossref"&gt;</hi>, and point to the <hi rend="att">xml:id</hi> value of the target location: <hi rend="tag">&lt;ptr type="crossref" target="#intro"&gt;</hi>. The <ref target="#TEI.ptr">&lt;ptr/&gt;</ref> element will be expanded to create an appropriate link to the target location.</seg></item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.ptrLike" rend="link_odd_classSpec">model.ptrLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Empty element</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element ptr
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute target { list { <ref target="#TEI.data.pointer">data.pointer</ref>+ } },
   attribute type { text }?,
   empty
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:ptr[not(@type='crossref')]"&gt;
&lt;sch:report test="count(tokenize(normalize-space(@target), '\s+')) &gt; 1"&gt; Multiple targets are only allowed for &lt;sch:name/&gt;[@type='crossref'].
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;s:report test="@target and @cRef"&gt;Only one of the
 attributes @target and @cRef may be supplied on &lt;s:name/&gt;.&lt;/s:report&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und"><ptr target="#p143 #p144"/><ptr target="http://www.tei-c.org"/><ptr cRef="1.3.4"/></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.pubPlace"><head>&lt;pubPlace&gt;</head><index indexName="ODDS"><term sortKey="pubPlace">&lt;pubPlace&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;pubPlace&gt; </hi>(<seg xml:lang="en">publication place</seg>) <seg xml:lang="en">contains the name of the place where a bibliographic item was published.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.imprintPart" rend="link_odd_classSpec">model.imprintPart</ref><c xml:space="preserve"> </c><ref target="#TEI.model.publicationStmtPart.detail" rend="link_odd_classSpec">model.publicationStmtPart.detail</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element pubPlace { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><publicationStmt><publisher>Oxford University Press</publisher><pubPlace>Oxford</pubPlace><date>1989</date></publicationStmt></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.publicationStmt"><head>&lt;publicationStmt&gt;</head><index indexName="ODDS"><term sortKey="publicationStmt">&lt;publicationStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;publicationStmt&gt; </hi>(<seg xml:lang="en">publication statement</seg>) <seg xml:lang="en">groups information concerning the publication or distribution of an electronic or other text.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.fileDesc" rend="link_odd_elementSpec">fileDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element publicationStmt
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      (
         ( <ref target="#TEI.model.publicationStmtPart.agency">model.publicationStmtPart.agency</ref> ),
         <ref target="#TEI.model.publicationStmtPart.detail">model.publicationStmtPart.detail</ref>*
      )+
    | <ref target="#TEI.model.pLike">model.pLike</ref>+
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="mul"><publicationStmt><publisher>C. Muquardt </publisher><pubPlace>Bruxelles &amp; Leipzig</pubPlace><date when="1846"/></publicationStmt></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><publicationStmt><publisher>Chadwyck Healey</publisher><pubPlace>Cambridge</pubPlace><availability><p>Available under licence only</p></availability><date when="1992">1992</date></publicationStmt></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Where a publication statement contains several members of the <code xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0">model.publicationStmtPart</code> classes rather than one or more paragraphs or anonymous blocks, care should be taken to ensure that the repeated elements are presented in a meaningful order. It is a conformance requirement that elements supplying information about publication place, address, identifier, availability, and date be given following the name of the publisher, distributor, or authority concerned, and preferably in that order.</cell></row></table></div><div type="refdoc" xml:id="TEI.publisher"><head>&lt;publisher&gt;</head><index indexName="ODDS"><term sortKey="publisher">&lt;publisher&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;publisher&gt; </hi><seg xml:lang="en">provides the name of the organization responsible for the publication or distribution of a bibliographic item.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.imprintPart" rend="link_odd_classSpec">model.imprintPart</ref><c xml:space="preserve"> </c><ref target="#TEI.model.publicationStmtPart.agency" rend="link_odd_classSpec">model.publicationStmtPart.agency</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element publisher { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><imprint><pubPlace>Oxford</pubPlace><publisher>Clarendon Press</publisher><date>1987</date></imprint></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Use the full form of the name by which a company is usually referred to, rather than any abbreviation of it which may appear on a title page</cell></row></table></div><div type="refdoc" xml:id="TEI.q"><head>&lt;q&gt;</head><index indexName="ODDS"><term sortKey="q">&lt;q&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;q&gt; </hi>(<seg xml:lang="en">quoted</seg>) <seg xml:lang="en">contains material which is distinguished from the surrounding text using quotation marks or a similar method, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.ascribed">att.ascribed</ref> (<hi rend="attribute">@who</hi>)<c xml:space="preserve"> </c><ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)<c xml:space="preserve"> </c></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.qLike" rend="link_odd_classSpec">model.qLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element q
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.ascribed">att.ascribed.attributes</ref>,
   <ref target="#TEI.att.source">att.source.attributes</ref>,
   <ref target="#TEI.macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">It is spelled <q>Tübingen</q> — to enter the
      letter <q>u</q> with an umlaut hold down the <q>option</q> key and press <q>0 0 f c</q></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->May be used to indicate that a passage is distinguished from the surrounding text for reasons concerning which no claim is made. When used in this manner, <ref target="#TEI.q">&lt;q&gt;</ref> may be thought of as syntactic sugar for <ref target="#TEI.hi">&lt;hi&gt;</ref> with a value of <hi rend="att">rend</hi> that indicates the use of such mechanisms as quotation marks.</cell></row></table></div><div type="refdoc" xml:id="TEI.quote"><head>&lt;quote&gt;</head><index indexName="ODDS"><term sortKey="quote">&lt;quote&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;quote&gt; </hi>(<seg xml:lang="en">quotation</seg>) <seg xml:lang="en">contains a phrase or passage attributed by the narrator or author to some agency external to the text.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)<c xml:space="preserve"> </c></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.quoteLike" rend="link_odd_classSpec">model.quoteLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element quote
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.source">att.source.attributes</ref>,
   <ref target="#TEI.macro.specialPara">macro.specialPara</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:quote"&gt;
&lt;sch:assert test="id(substring-after(@source, '#'))/(self::tei:ref[@type eq 'bibl']|self::tei:bibl[ancestor::tei:body])"&gt;
 &lt;sch:name/&gt; must be accompanied by a bibliographic reference (ref[@type="bibl"]) or a bibliographic description in the running text.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#COHQQ-eg-29">Lexicography has shown little sign of being affected by the
      work of followers of J.R. Firth, probably best summarized in his
      slogan, <quote>You shall know a word by the company it
      keeps</quote><ref>(Firth, 1957)</ref></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If a bibliographic citation is supplied for the source of a quotation, the two may be grouped using the <ref target="#TEI.cit">&lt;cit&gt;</ref> element.</cell></row></table></div><div type="refdoc" xml:id="TEI.ref"><head>&lt;ref&gt;</head><index indexName="ODDS"><term sortKey="ref">&lt;ref&gt;</term><index indexName="ODDS"><term sortKey="target">@target</term></index><index indexName="ODDS"><term sortKey="type">@type</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;ref&gt; </hi>(<seg xml:lang="en">reference</seg>) <seg xml:lang="en">defines a reference to another location, possibly modified by additional text or comment.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">target</cell><cell rend="odd_value"><seg xml:lang="en">specifies the destination of the reference by supplying one or more URI References</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.pointing">att.pointing</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en"><hi rend="required">Required</hi></seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row></table></cell></row><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">characterizes the element in some sense, using any convenient classification scheme or typology.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.typed">att.typed</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">crossref</label><item rend="odd_value">(<seg xml:lang="en">A cross-reference (reference to another part of the article).</seg>) <seg xml:lang="en">To link to another part of your article, use <hi rend="tag">&lt;ref type="crossref"&gt;</hi>, and point to the <hi rend="att">xml:id</hi> value of the target location: <hi rend="tag">&lt;ref type="crossref" target="#intro"&gt;</hi>.</seg></item><label rend="odd_label">bibl</label><item rend="odd_value">(<seg xml:lang="en">A bibliographic reference (reference to an entry in the bibliography).</seg>) <seg xml:lang="en">To link to a bibliographic description in the bibliography, use <hi rend="tag">&lt;ref type="bibl"&gt;</hi>, and point to the <hi rend="att">xml:id</hi> value of the target location: <hi rend="tag">&lt;ref type="bibl" target="#ide88"&gt;</hi>.</seg></item></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.ptrLike" rend="link_odd_classSpec">model.ptrLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element ref
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute target { list { <ref target="#TEI.data.pointer">data.pointer</ref>+ } },
   attribute type { text }?,
   <ref target="#TEI.macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:ref"&gt;
&lt;sch:report test="count(tokenize(normalize-space(@target), '\s+')) &gt; 1"&gt;
 &lt;sch:name/&gt; with multiple targets is not supported.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:ref[@type eq 'bibl']"&gt;
&lt;sch:assert test="not(matches(., '^\(.*\)$'))"&gt; Parentheses are not part of bibliographic references. Please move them out of &lt;sch:name/&gt;.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:ref[@type eq 'bibl']"&gt;
&lt;sch:assert test="id(substring-after(@target, '#'))/(self::tei:bibl|self::tei:person[ancestor::tei:particDesc/parent::tei:profileDesc])"&gt; A bibliographic reference must point to an entry in the bibliography.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:ref[id(substring-after(@target, '#'))/self::tei:bibl]"&gt;
&lt;sch:assert test="@type eq 'bibl'"&gt; A bibliographic reference must be typed as @type="bibl".
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;s:report test="@target and @cRef"&gt;Only one of the
 attributes @target' and @cRef' may be supplied on &lt;s:name/&gt;&lt;/s:report&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">See especially <ref target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2">the second
      sentence</ref></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">See also <ref target="#locution">s.v. <term>locution</term></ref>.</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">target</hi> and <hi rend="att">cRef</hi> attributes are mutually exclusive.</cell></row></table></div><div type="refdoc" xml:id="TEI.rendition"><head>&lt;rendition&gt;</head><index indexName="ODDS"><term sortKey="rendition">&lt;rendition&gt;</term><index indexName="ODDS"><term sortKey="scheme">@scheme</term></index><index indexName="ODDS"><term sortKey="selector">@selector</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;rendition&gt; </hi><seg xml:lang="en">supplies information about the rendition or appearance of one or more elements in the source text.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">scheme</cell><cell rend="odd_value"><seg xml:lang="en">identifies the language used to describe the rendition.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.styleDef">att.styleDef</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">css</label><item rend="odd_value"/></list></cell></row></table></cell></row><row><cell rend="odd_label">selector</cell><cell rend="odd_value"><seg xml:lang="en">contains a selector or series of selectors specifying the elements to which the contained style description applies, expressed in the language specified in the <hi rend="att">scheme</hi> attribute.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.text">data.text</ref></eg></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><rendition scheme="css" selector="text, front, back, body, div, p, ab">  
            display: block;
          </rendition></egXML></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><rendition scheme="css" selector="*[rend*=italic]">
            font-style: italic;
          </rendition></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Since the default value of the <hi rend="att">scheme</hi> attribute is assumed to be CSS, the default expectation for this attribute, in the absence of <hi rend="att">scheme</hi>, is that CSS selector syntax will be used.</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->While <hi rend="att">rendition</hi> is used to point from an element in the transcribed source to a <ref target="#TEI.rendition">&lt;rendition&gt;</ref> element in the header which describes how it appears, the <hi rend="att">selector</hi> attribute allows the encoder to point in the other direction: from a <ref target="#TEI.rendition">&lt;rendition&gt;</ref> in the header to a collection of elements which all share the same renditional features. In both cases, the intention is to record the appearance of the source text, not to prescribe any particular output rendering.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.tagsDecl" rend="link_odd_elementSpec">tagsDecl</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element rendition
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute scheme { text }?,
   attribute selector { <ref target="#TEI.data.text">data.text</ref> }?,
   <ref target="#TEI.macro.limitedContent">macro.limitedContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:rendition"&gt;
&lt;sch:assert test="some $i in //@rendition satisfies tokenize($i, '\s+')[replace(., '#', 
 '') = current()/@xml:id]"&gt; Please remove all &lt;sch:name/&gt; definitions that aren't actually being used in the article.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="und"><tagsDecl><rendition xml:id="r-center" scheme="css">text-align: center;</rendition><rendition xml:id="r-small" scheme="css">font-size: small;</rendition><rendition xml:id="r-large" scheme="css">font-size: large;</rendition><rendition xml:id="initcaps" scope="first-letter" scheme="css">font-size: xx-large</rendition></tagsDecl></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The present release of these Guidelines does not specify the content of this element in any further detail. It may be used to hold a description of the default rendition to be associated with the specified element, expressed in running prose, or in some more formal language such as CSS.</cell></row></table></div><div type="refdoc" xml:id="TEI.revisionDesc"><head>&lt;revisionDesc&gt;</head><index indexName="ODDS"><term sortKey="revisionDesc">&lt;revisionDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;revisionDesc&gt; </hi>(<seg xml:lang="en">revision description</seg>) <seg xml:lang="en">summarizes the revision history for a file.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.listChange" rend="link_odd_elementSpec">listChange</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element revisionDesc
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   ( <ref target="#TEI.list">list</ref> | <ref target="#TEI.listChange">listChange</ref> | <ref target="#TEI.change">change</ref>+ )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><revisionDesc status="embargoed"><change when="1991-11-11" who="#LB"> deleted chapter 10 </change></revisionDesc></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If present on this element, the <hi rend="att">status</hi> attribute should indicate the current status of the document. The same attribute may appear on any <ref target="#TEI.change">&lt;change&gt;</ref> to record the status at the time of that change. Conventionally change elements should be given in reverse date order, with the most recent change at the start of the list.</cell></row></table></div><div type="refdoc" xml:id="TEI.roleName"><head>&lt;roleName&gt;</head><index indexName="ODDS"><term sortKey="roleName">&lt;roleName&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;roleName&gt; </hi><seg xml:lang="en">contains a name component which indicates that the referent has a particular role or position in society, such as an official title or rank.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">namesdates</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.persNamePart" rend="link_odd_classSpec">model.persNamePart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element roleName { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><persName><forename>William</forename><surname>Poulteny</surname><roleName>Earl of Bath</roleName></persName></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A <ref target="#TEI.roleName">&lt;roleName&gt;</ref> may be distinguished from an <gi>addName</gi> by virtue of the fact that, like a title, it typically exists independently of its holder.</cell></row></table></div><div type="refdoc" xml:id="TEI.row"><head>&lt;row&gt;</head><index indexName="ODDS"><term sortKey="row">&lt;row&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;row&gt; </hi><seg xml:lang="en">contains one row of a table.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.tableDecoration">att.tableDecoration</ref> (<hi rend="attribute">@role</hi>, <hi rend="attribute">@rows</hi>, <hi rend="attribute">@cols</hi>)<c xml:space="preserve"> </c></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element row { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.att.tableDecoration">att.tableDecoration.attributes</ref>, <ref target="#TEI.cell">cell</ref>+ }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><row role="data"><cell role="label">Classics</cell><cell>Idle listless and unimproving</cell></row></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.series"><head>&lt;series&gt;</head><index indexName="ODDS"><term sortKey="series">&lt;series&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;series&gt; </hi>(<seg xml:lang="en">series information</seg>) <seg xml:lang="en">contains information about the series in which a book or other bibliographic item has appeared.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.biblPart" rend="link_odd_classSpec">model.biblPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element series
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      text
    | <ref target="#TEI.model.gLike">model.gLike</ref>
    | <ref target="#TEI.title">title</ref>
    | <ref target="#TEI.model.ptrLike">model.ptrLike</ref>
    | <ref target="#TEI.editor">editor</ref>
    | <ref target="#TEI.respStmt">respStmt</ref>
    | <ref target="#TEI.biblScope">biblScope</ref>
    | <ref target="#TEI.idno">idno</ref>
    | <ref target="#TEI.textLang">textLang</ref>
    | <ref target="#TEI.model.global">model.global</ref>
    | <ref target="#TEI.availability">availability</ref>
   )*
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="mul"><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>Band 11</biblScope></series></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.seriesStmt"><head>&lt;seriesStmt&gt;</head><index indexName="ODDS"><term sortKey="seriesStmt">&lt;seriesStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;seriesStmt&gt; </hi>(<seg xml:lang="en">series statement</seg>) <seg xml:lang="en">groups information about the series, if any, to which a publication belongs.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.fileDesc" rend="link_odd_elementSpec">fileDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element seriesStmt
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   ( <ref target="#TEI.model.pLike">model.pLike</ref>+ | ( <ref target="#TEI.title">title</ref>+, ( <ref target="#TEI.editor">editor</ref> | <ref target="#TEI.respStmt">respStmt</ref> )*, ( <ref target="#TEI.idno">idno</ref> | <ref target="#TEI.biblScope">biblScope</ref> )* ) )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><seriesStmt><title>Machine-Readable Texts for the Study of Indian Literature</title><respStmt><resp>ed. by</resp><name>Jan Gonda</name></respStmt><biblScope unit="volume">1.2</biblScope><idno type="ISSN">0 345 6789</idno></seriesStmt></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.soCalled"><head>&lt;soCalled&gt;</head><index indexName="ODDS"><term sortKey="soCalled">&lt;soCalled&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;soCalled&gt; </hi><seg xml:lang="en">contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element soCalled { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#COHQHE-eg-14">To edge his way along
      the crowded paths of life, warning all human sympathy to keep its distance, was what the
      knowing ones call <soCalled>nuts</soCalled> to Scrooge.</egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.sourceDesc"><head>&lt;sourceDesc&gt;</head><index indexName="ODDS"><term sortKey="sourceDesc">&lt;sourceDesc&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;sourceDesc&gt; </hi>(<seg xml:lang="en">source description</seg>) <seg xml:lang="en">describes the source from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.fileDesc" rend="link_odd_elementSpec">fileDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element sourceDesc
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      <ref target="#TEI.model.pLike">model.pLike</ref>+
    | ( <ref target="#TEI.model.biblLike">model.biblLike</ref> | <ref target="#TEI.model.sourceDescPart">model.sourceDescPart</ref> | <ref target="#TEI.model.listLike">model.listLike</ref> )+
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><sourceDesc><p>Born digital: no previous source exists.</p></sourceDesc></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.supplied"><head>&lt;supplied&gt;</head><index indexName="ODDS"><term sortKey="supplied">&lt;supplied&gt;</term><index indexName="ODDS"><term sortKey="reason">@reason</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;supplied&gt; </hi><seg xml:lang="en">signifies text supplied by the transcriber or editor for any reason; for example because the original cannot be read due to physical damage, or because of an obvious omission by the author or scribe.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">transcr</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <ref target="#TEI.att.editLike">att.editLike</ref> (<ref target="#TEI.att.dimensions">att.dimensions</ref>)  (<ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.editLike"/><row><cell rend="odd_label">reason</cell><cell rend="odd_value"><seg xml:lang="en">one or more words indicating why the text has had to be supplied, e.g. <mentioned xmlns:rng="http://relaxng.org/ns/structure/1.0">overbinding</mentioned>, <mentioned xmlns:rng="http://relaxng.org/ns/structure/1.0">faded-ink</mentioned>, <mentioned xmlns:rng="http://relaxng.org/ns/structure/1.0">lost-folio</mentioned>, <mentioned xmlns:rng="http://relaxng.org/ns/structure/1.0">omitted-in-original</mentioned>.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.word">data.word</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.pPart.transcriptional" rend="link_odd_classSpec">model.pPart.transcriptional</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element supplied
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   <ref target="#TEI.att.editLike">att.editLike.attributes</ref>,
   attribute reason { list { <ref target="#TEI.data.word">data.word</ref>+ } }?,
   <ref target="#TEI.macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:supplied"&gt;
&lt;sch:assert test="not(matches(., '^\[|\]$'))"&gt; Please remove square brackets from &lt;sch:name/&gt;: they are completed at processing time via XSLT.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">I am dr Sr yr
<supplied reason="illegible" source="#amanuensis_copy">very humble Servt</supplied>
Sydney Smith</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><supplied reason="omitted-in-original">Dedication</supplied> to the duke of Bejar</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <gi>damage</gi>, <ref target="#TEI.gap">&lt;gap&gt;</ref>, <gi>del</gi>, <gi>unclear</gi> and <ref target="#TEI.supplied">&lt;supplied&gt;</ref> elements may be closely allied in use. See section <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCOMB">11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination</ref> for discussion of which element is appropriate for which circumstance.</cell></row></table></div><div type="refdoc" xml:id="TEI.surname"><head>&lt;surname&gt;</head><index indexName="ODDS"><term sortKey="surname">&lt;surname&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;surname&gt; </hi><seg xml:lang="en">contains a family (inherited) name, as opposed to a given, baptismal, or nick name.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">namesdates</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.persNamePart" rend="link_odd_classSpec">model.persNamePart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element surname { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><surname type="combine">St John Stevas</surname></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.table"><head>&lt;table&gt;</head><index indexName="ODDS"><term sortKey="table">&lt;table&gt;</term><index indexName="ODDS"><term sortKey="rows">@rows</term></index><index indexName="ODDS"><term sortKey="cols">@cols</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;table&gt; </hi><seg xml:lang="en">contains text displayed in tabular form, in rows and columns.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">figures</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">rows</cell><cell rend="odd_value"><seg xml:lang="en">indicates the number of rows in the table.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.count">data.count</ref></eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If no number is supplied, an application must calculate the number of rows.Rows should be presented from top to bottom.<lb/></cell></row></table></cell></row><row><cell rend="odd_label">cols</cell><cell rend="odd_value">(<seg xml:lang="en">columns</seg>) <seg xml:lang="en">indicates the number of columns in each row of the table.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.count">data.count</ref></eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If no number is supplied, an application must calculate the number of columns.Within each row, columns should be presented left to right.<lb/></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.listLike" rend="link_odd_classSpec">model.listLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.row" rend="link_odd_elementSpec">row</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element table
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute rows { <ref target="#TEI.data.count">data.count</ref> }?,
   attribute cols { <ref target="#TEI.data.count">data.count</ref> }?,
   (
      ( <ref target="#TEI.model.headLike">model.headLike</ref> | <ref target="#TEI.model.global">model.global</ref> )*,
      ( ( <ref target="#TEI.row">row</ref>, <ref target="#TEI.model.global">model.global</ref>* )+ | ( ( <ref target="#TEI.model.graphicLike">model.graphicLike</ref> ), <ref target="#TEI.model.global">model.global</ref>* )+ ),
      ( ( <ref target="#TEI.model.divBottom">model.divBottom</ref> ), <ref target="#TEI.model.global">model.global</ref>* )*
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:table"&gt;
&lt;sch:assert test="not(ancestor::tei:list)"&gt; No tables are are allowed inside lists.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><table rows="4" cols="4"><head>Poor Men's Lodgings in Norfolk (Mayhew, 1843)</head><row role="label"><cell role="data"/><cell role="data">Dossing Cribs or Lodging Houses</cell><cell role="data">Beds</cell><cell role="data">Needys or Nightly Lodgers</cell></row><row role="data"><cell role="label">Bury St Edmund's</cell><cell role="data">5</cell><cell role="data">8</cell><cell role="data">128</cell></row><row role="data"><cell role="label">Thetford</cell><cell role="data">3</cell><cell role="data">6</cell><cell role="data">36</cell></row><row role="data"><cell role="label">Attleboro'</cell><cell role="data">3</cell><cell role="data">5</cell><cell role="data">20</cell></row><row role="data"><cell role="label">Wymondham</cell><cell role="data">1</cell><cell role="data">11</cell><cell role="data">22</cell></row></table></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Contains an optional heading and a series of rows.Any rendition information should be supplied using the global <hi rend="att">rend</hi> attribute, at the table, row, or cell level as appropriate.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.tag"><head>&lt;tag&gt;</head><index indexName="ODDS"><term sortKey="tag">&lt;tag&gt;</term><index indexName="ODDS"><term sortKey="type">@type</term></index><index indexName="ODDS"><term sortKey="scheme">@scheme</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;tag&gt; </hi><seg xml:lang="en">contains text of a complete start- or end-tag, possibly including attribute specifications, but excluding the opening and closing markup delimiter characters.</seg> [<ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tagdocs</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">indicates the type of XML tag intended</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">start</label><item rend="odd_value"><seg xml:lang="en">a start-tag, with delimiters &lt; and &gt; is intended</seg></item><label rend="odd_label">end</label><item rend="odd_value"><seg xml:lang="en">an end-tag, with delimiters &lt;/ and &gt; is intended</seg></item><label rend="odd_label">empty</label><item rend="odd_value"><seg xml:lang="en">a empty tag, with delimiters &lt; and /&gt; is intended</seg></item><label rend="odd_label">pi</label><item rend="odd_value"><seg xml:lang="en">a pi (processing instruction), with delimiters &lt;? and ?&gt; is intended</seg></item><label rend="odd_label">comment</label><item rend="odd_value"><seg xml:lang="en">a comment, with delimiters &lt;!-- and --&gt; is intended</seg></item><label rend="odd_label">ms</label><item rend="odd_value"><seg xml:lang="en">a marked-section, with delimiters &lt;[CDATA[ and ]]&gt; is intended</seg></item></list></cell></row></table></cell></row><row><cell rend="odd_label">scheme</cell><cell rend="odd_value"><seg xml:lang="en">supplies the name of the schema in which this tag is defined.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Sample values include:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">TEI</label><item rend="odd_value">(<seg xml:lang="en">text encoding initiative</seg>) <seg xml:lang="en">This tag is defined as part of the TEI scheme.</seg><hi rend="defaultVal" xml:lang="en"> [Default]</hi></item><label rend="odd_label">DBK</label><item rend="odd_value">(<seg xml:lang="en">docbook</seg>) <seg xml:lang="en">this tag is part of the Docbook scheme.</seg></item><label rend="odd_label">XX</label><item rend="odd_value">(<seg xml:lang="en">unknown</seg>) <seg xml:lang="en">this tag is part of an unknown scheme.</seg></item><label rend="odd_label">Schematron</label><item rend="odd_value"/><label rend="odd_label">HTML</label><item rend="odd_value"/></list></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.phrase.xml" rend="link_odd_classSpec">model.phrase.xml</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Character data only</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element tag
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute type { text }?,
   attribute scheme { <ref target="#TEI.data.enumerated">data.enumerated</ref> }?,
   text
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:tag"&gt;
&lt;sch:assert test="not(matches(., '^[&lt;!?-]|[&gt;/?\-]$'))"&gt; Tag delimiters such as angle brackets and tag-closing slashes are not allowed for &lt;sch:name/&gt;: they are completed at processing time via XSLT.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">Mark the start of each italicised phrase with a
        <tag>hi rend="it"</tag> tag, and its end with a <tag type="end">hi</tag> tag.<tag type="comment">Example updated on 2008-04-05</tag></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.tagsDecl"><head>&lt;tagsDecl&gt;</head><index indexName="ODDS"><term sortKey="tagsDecl">&lt;tagsDecl&gt;</term><index indexName="ODDS"><term sortKey="partial">@partial</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;tagsDecl&gt; </hi>(<seg xml:lang="en">tagging declaration</seg>) <seg xml:lang="en">provides detailed information about the tagging applied to a document.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">partial</cell><cell rend="odd_value"><seg xml:lang="en">indicates whether the element types listed exhaustively include all those found within <ref target="#TEI.text">&lt;text&gt;</ref>, or represent only a subset.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Recommended</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.truthValue">data.truthValue</ref></eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->TEI recommended practice is to specify this attribute. When the <gi>tagUsage</gi> elements inside <ref target="#TEI.tagsDecl">&lt;tagsDecl&gt;</ref> are used to list each of the element types in the associated <ref target="#TEI.text">&lt;text&gt;</ref>, the value should be given as <hi rend="val">false</hi>. When the <gi>tagUsage</gi> elements inside <ref target="#TEI.tagsDecl">&lt;tagsDecl&gt;</ref> are used to provide usage information or default renditions for only a subset of the elements types within the associated <ref target="#TEI.text">&lt;text&gt;</ref>, the value should be <hi rend="val">true</hi>.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.encodingDescPart" rend="link_odd_classSpec">model.encodingDescPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element tagsDecl
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute partial { <ref target="#TEI.data.truthValue">data.truthValue</ref> }?,
   ( <ref target="#TEI.rendition">rendition</ref>*, <ref target="#TEI.namespace">namespace</ref>* )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><tagsDecl><rendition xml:id="rend-it">to be rendered in italic font</rendition><namespace name="http://www.tei-c.org/ns/1.0"><tagUsage gi="hi" occurs="467" render="#rend-it"/><tagUsage gi="title" occurs="45" render="#rend-it"/></namespace><namespace name="http://docbook.org/ns/docbook"><tagUsage gi="para" occurs="10"/></namespace></tagsDecl></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.teiHeader"><head>&lt;teiHeader&gt;</head><index indexName="ODDS"><term sortKey="teiHeader">&lt;teiHeader&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;teiHeader&gt; </hi>(<seg xml:lang="en">TEI header</seg>) <seg xml:lang="en">supplies the descriptive and declarative information making up an electronic title page for every TEI-conformant document.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.TEI" rend="link_odd_elementSpec">TEI</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.fileDesc" rend="link_odd_elementSpec">fileDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.revisionDesc" rend="link_odd_elementSpec">revisionDesc</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element teiHeader
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   ( <ref target="#TEI.fileDesc">fileDesc</ref>, <ref target="#TEI.model.teiHeaderPart">model.teiHeaderPart</ref>*, <ref target="#TEI.revisionDesc">revisionDesc</ref>? )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><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></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->One of the few elements unconditionally required in any TEI document.</cell></row></table></div><div type="refdoc" xml:id="TEI.term"><head>&lt;term&gt;</head><index indexName="ODDS"><term sortKey="term">&lt;term&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;term&gt; </hi><seg xml:lang="en">contains a single-word, multi-word, or symbolic designation which is regarded as a technical term.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.keywords" rend="link_odd_elementSpec">keywords</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element term { <ref target="#TEI.att.global">att.global.attributes</ref>, <ref target="#TEI.macro.phraseSeq">macro.phraseSeq</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">A computational device that infers structure
      from grammatical strings of words is known as a <term>parser</term>, and much of the history
      of NLP over the last 20 years has been occupied with the design of parsers.</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">We may define <term xml:id="TDPV" rend="sc">discoursal point of view</term> as <gloss target="#TDPV">the relationship, expressed
        through discourse structure, between the implied author or some other addresser, and the
        fiction.</gloss></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This element is used to supply the form under which an index entry is to be made for the location of a parent <gi>index</gi> element.In formal terminological work, there is frequently discussion over whether terms must be atomic or may include multi-word lexical items, symbolic designations, or phraseological units. The <ref target="#TEI.term">&lt;term&gt;</ref> element may be used to mark any of these. No position is taken on the philosophical issue of what a term can be; the looser definition simply allows the <ref target="#TEI.term">&lt;term&gt;</ref> element to be used by practitioners of any persuasion.<lb/>As with other members of the <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="class">att.canonical</ident> class, instances of this element occuring in a text may be associated with a canonical definition, either by means of a URI (using the <hi rend="att">ref</hi> attribute), or by means of some system-specific code value (using the <hi rend="att">key</hi> attribute). Because the mutually exclusive <hi rend="att">target</hi> and <hi rend="att">cRef</hi> attributes overlap with the function of the <hi rend="att">ref</hi> attribute, they are deprecated and may be removed at a subsequent release.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.text"><head>&lt;text&gt;</head><index indexName="ODDS"><term sortKey="text">&lt;text&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;text&gt; </hi>(<seg xml:lang="en">text</seg>) <seg xml:lang="en">contains the complete text of the article. Must include a <ref target="#TEI.front">&lt;front&gt;</ref> containing an abstract, a <ref target="#TEI.body">&lt;body&gt;</ref> containing the main text, and a <ref target="#TEI.back">&lt;back&gt;</ref> containing the bibliography and any appendices.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">textstructure</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.TEI" rend="link_odd_elementSpec">TEI</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">textstructure: </seg><seg rend="specChildElements"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element text
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   (
      <ref target="#TEI.model.global">model.global</ref>*,
      ( <ref target="#TEI.front">front</ref>, <ref target="#TEI.model.global">model.global</ref>* )?,
      ( <ref target="#TEI.body">body</ref> | <ref target="#TEI.group">group</ref> ),
      <ref target="#TEI.model.global">model.global</ref>*,
      ( <ref target="#TEI.back">back</ref>, <ref target="#TEI.model.global">model.global</ref>* )?
   )
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:text[not(tei:body/tei:div[@type = ('editorialIntroduction')])]"&gt;
&lt;sch:assert test="parent::tei:TEI/tei:teiHeader/tei:profileDesc/tei:textClass/tei:keywords"&gt; An article must have a keyword list in the header.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:text[not(tei:body/tei:div[@type = ('editorialIntroduction')])]"&gt;
&lt;sch:assert test="tei:front/tei:div[@type='abstract']"&gt; An article must have a front section with an abstract.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:text[not(tei:body/tei:div[@type = ('editorialIntroduction')])]"&gt;
&lt;sch:assert test="tei:back/tei:div[@type='bibliography']/tei:listBibl"&gt; An article must have a back section with a bibliography.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><text><front><div type="abstract" xml:id="abstract"><p>This article is about...</p></div></front><body><div xml:id="intro"><head>Introduction</head><p>A great deal of previous research...</p></div><div xml:id="method"><head>Method</head><p>This project was undertaken...</p></div></body><back><div type="bibliography"><listBibl><bibl>[...]</bibl></listBibl></div></back></text></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This element should not be used to represent a text which is inserted at an arbitrary point within the structure of another, for example as in an embedded or quoted narrative; the <gi>floatingText</gi> is provided for this purpose.</cell></row></table></div><div type="refdoc" xml:id="TEI.textClass"><head>&lt;textClass&gt;</head><index indexName="ODDS"><term sortKey="textClass">&lt;textClass&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;textClass&gt; </hi>(<seg xml:lang="en">text classification</seg>) <seg xml:lang="en">groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.profileDescPart" rend="link_odd_classSpec">model.profileDescPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.catRef" rend="link_odd_elementSpec">catRef</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.keywords" rend="link_odd_elementSpec">keywords</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element textClass { <ref target="#TEI.att.global">att.global.attributes</ref>, ( <ref target="#TEI.classCode">classCode</ref> | <ref target="#TEI.catRef">catRef</ref> )*, <ref target="#TEI.keywords">keywords</ref> }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><taxonomy><category xml:id="acprose"><catDesc>Academic prose</catDesc></category><!-- other categories here --></taxonomy><!-- ... --><textClass><catRef target="#acprose"/><classCode scheme="http://www.udcc.org">001.9</classCode><keywords scheme="http://authorities.loc.gov"><list><item>End of the world</item><item>History - philosophy</item></list></keywords></textClass></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.title"><head>&lt;title&gt;</head><index indexName="ODDS"><term sortKey="title">&lt;title&gt;</term><index indexName="ODDS"><term sortKey="type">@type</term></index><index indexName="ODDS"><term sortKey="level">@level</term></index></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;title&gt; </hi><seg xml:lang="en">contains a title for any kind of work.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">core</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) <table rend="attList"><attRef xmlns:rng="http://relaxng.org/ns/structure/1.0" rend="none" class="att.global"/><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">classifies the title according to some convenient typology.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Derived from</hi></cell><cell rend="odd_value"><ref target="#TEI.att.typed">att.typed</ref></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">main</label><item rend="odd_value">(<seg xml:lang="en">The main title of your article.</seg>) <seg xml:lang="en">Academic articles often have a main title followed by a subtitle (sometimes with a colon separating them). If you have two such components in your article title, then in the <ref target="#TEI.titleStmt">&lt;titleStmt&gt;</ref>, use <hi rend="tag">&lt;title type="main"&gt;</hi> and <hi rend="tag">&lt;title type="sub"&gt;</hi> to encode the two components of your title.</seg></item><label rend="odd_label">sub</label><item rend="odd_value">(<seg xml:lang="en">The subtitle of your article.</seg>) <seg xml:lang="en">Academic articles often have a main title followed by a subtitle (sometimes with a colon separating them). If you have two such components in your article title, then in the <ref target="#TEI.titleStmt">&lt;titleStmt&gt;</ref>, use <hi rend="tag">&lt;title type="main"&gt;</hi> and <hi rend="tag">&lt;title type="sub"&gt;</hi> to encode the two components of your title.</seg></item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This attribute is provided for convenience in analysing titles and processing them according to their type; where such specialized processing is not necessary, there is no need for such analysis, and the entire title, including subtitles and any parallel titles, may be enclosed within a single <ref target="#TEI.title">&lt;title&gt;</ref> element.</cell></row></table></cell></row><row><cell rend="odd_label">level</cell><cell rend="odd_value"><seg xml:lang="en">indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">a</label><item rend="odd_value">(<seg xml:lang="en">analytic</seg>) <seg xml:lang="en">the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item.</seg></item><label rend="odd_label">m</label><item rend="odd_value">(<seg xml:lang="en">monographic</seg>) <seg xml:lang="en">the title applies to a monograph such as a book or other item considered to be a distinct publication, including single volumes of multi-volume works</seg></item><label rend="odd_label">j</label><item rend="odd_value">(<seg xml:lang="en">journal</seg>) <seg xml:lang="en">the title applies to any serial or periodical publication such as a journal, magazine, or newspaper</seg></item><label rend="odd_label">s</label><item rend="odd_value">(<seg xml:lang="en">series</seg>) <seg xml:lang="en">the title applies to a series of otherwise distinct publications such as a collection</seg></item><label rend="odd_label">u</label><item rend="odd_value">(<seg xml:lang="en">unpublished</seg>) <seg xml:lang="en">the title applies to any unpublished material (including theses and dissertations unless published by a commercial press)</seg></item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The level of a title is sometimes implied by its context: for example, a title appearing directly within an <gi>analytic</gi> element is <foreign xmlns:rng="http://relaxng.org/ns/structure/1.0">ipso facto</foreign> of level <q xmlns:rng="http://relaxng.org/ns/structure/1.0">a</q>, and one appearing within a <ref target="#TEI.series">&lt;series&gt;</ref> element of level <q xmlns:rng="http://relaxng.org/ns/structure/1.0">s</q>. For this reason, the <hi rend="att">level</hi> attribute is not required in contexts where its value can be unambiguously inferred. Where it is supplied in such contexts, its value should not contradict the value implied by its parent element. <!--, the <att>level</att>, if given, must
        be<q>a</q>; if it appears directly enclosed within a
        <gi>monogr</gi> element, <att>level</att> must be <q>m</q>,
        <q>j</q>, or <q>u</q>; when <gi>title</gi> is directly
        enclosed by ,<att>level</att> must be . If it appears within a
        <gi>msItem</gi>, the <att>level</att> attribute should not be
        supplied.--></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref><c xml:space="preserve"> </c></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.titleStmt" rend="link_odd_elementSpec">titleStmt</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element title
{
   <ref target="#TEI.att.global">att.global.attributes</ref>,
   attribute type { text }?,
   attribute level { text }?,
   <ref target="#TEI.macro.paraContent">macro.paraContent</ref>
}</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><title>Information Technology and the Research Process: Proceedings of
                                        a conference held at Cranfield Institute of Technology, UK,
                                        18–21 July 1989</title></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><title>Hardy's Tess of the D'Urbervilles: a machine readable
                              edition</title></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="mul"><title type="full"><title type="main">Synthèse</title><title type="sub">an international journal for
epistemology, methodology and history of
                                        science</title></title></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The attributes <hi rend="att">key</hi> and <hi rend="att">ref</hi>, inherited from the class <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="class">att.canonical</ident> may be used to indicate the canonical form for the title; the former, by supplying (for example) the identifier of a record in some external library system; the latter by pointing to an XML element somewhere containing the canonical form of the title.</cell></row></table></div><div type="refdoc" xml:id="TEI.titleStmt"><head>&lt;titleStmt&gt;</head><index indexName="ODDS"><term sortKey="titleStmt">&lt;titleStmt&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;titleStmt&gt; </hi>(<seg xml:lang="en">title statement</seg>) <seg xml:lang="en">groups information about the title of a work and those responsible for its content. In jTEI, this must include a title and an <ref target="#TEI.author">&lt;author&gt;</ref> element for each author of the paper, which in turn must include <ref target="#TEI.name">&lt;name&gt;</ref>, <ref target="#TEI.affiliation">&lt;affiliation&gt;</ref> and <ref target="#TEI.email">&lt;email&gt;</ref>.</seg> [<ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</ref> <ref xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">header</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.fileDesc" rend="link_odd_elementSpec">fileDesc</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element titleStmt { <ref target="#TEI.att.global">att.global.attributes</ref>, ( <ref target="#TEI.title">title</ref>+, <ref target="#TEI.author">author</ref>+ ) }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:titleStmt"&gt;
&lt;sch:assert test="tei:title[@type = 'main']"&gt; A title of type "main" is required in &lt;sch:name/&gt;.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><titleStmt><title>Capgrave's Life of St. John Norbert: a machine-readable transcription</title><respStmt><resp>compiled by</resp><name>P.J. Lucas</name></respStmt></titleStmt></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.val"><head>&lt;val&gt;</head><index indexName="ODDS"><term sortKey="val">&lt;val&gt;</term></index><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">&lt;val&gt; </hi>(<seg xml:lang="en">value</seg>) <seg xml:lang="en">contains a single attribute value.</seg> [<ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</ref> <ref xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDATT">22.4.5. Attribute List Specification</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tagdocs</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global">att.global</ref> (<hi rend="attribute">@xml:id</hi>, <hi rend="attribute">@n</hi>, <hi rend="attribute">@xml:lang</hi>, <hi rend="attribute">@xml:base</hi>, <hi rend="attribute">@xml:space</hi>)<c xml:space="preserve"> </c> (<ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>))  (<ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)) </cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Member of</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.phrase.xml" rend="link_odd_classSpec">model.phrase.xml</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Contained by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ab rend="specChildren"><ab rend="specChild"><seg rend="specChildModule">core: </seg><seg rend="specChildElements"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">figures: </seg><seg rend="specChildElements"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">header: </seg><seg rend="specChildElements"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">namesdates: </seg><seg rend="specChildElements"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">tagdocs: </seg><seg rend="specChildElements"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref></seg></ab><ab rend="specChild"><seg rend="specChildModule">transcr: </seg><seg rend="specChildElements"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></seg></ab></ab></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">May contain</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Character data only</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
element val { <ref target="#TEI.att.global">att.global.attributes</ref>, text }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:val"&gt;
&lt;sch:assert test="not(matches(., concat('^', $quotes, '|', $quotes, '$')))"&gt; Attribute value delimiters are not allowed for &lt;sch:name/&gt;: they are completed at processing time via XSLT.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><val>unknown</val></egXML></cell></row></table></div></div><div><head>Model classes</head><div type="refdoc" xml:id="TEI.model.addressLike"><head>model.addressLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.addressLike</hi><index indexName="ODDS"><term>model.addressLike (model class)</term></index> <seg xml:lang="en">groups elements used to represent a postal or email address.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#ST">1. The TEI Infrastructure</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.pPart.data" rend="link_odd_classSpec">model.pPart.data</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.applicationLike"><head>model.applicationLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.applicationLike</hi><index indexName="ODDS"><term>model.applicationLike (model class)</term></index> <seg xml:lang="en">groups elements used to record application-specific information about a document in its header.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.appInfo" rend="link_odd_elementSpec">appInfo</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.biblLike"><head>model.biblLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.biblLike</hi><index indexName="ODDS"><term>model.biblLike (model class)</term></index> <seg xml:lang="en">groups elements containing a bibliographic description.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.model.inter" rend="link_odd_classSpec">model.inter</ref><c xml:space="preserve"> </c><ref target="#TEI.model.personPart" rend="link_odd_classSpec">model.personPart</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.biblPart"><head>model.biblPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.biblPart</hi><index indexName="ODDS"><term>model.biblPart (model class)</term></index> <seg xml:lang="en">groups elements which represent components of a bibliographic description.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.imprintPart" rend="link_odd_classSpec">model.imprintPart</ref><hi rend="showmembers2"> [<ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.respLike" rend="link_odd_classSpec">model.respLike</ref><hi rend="showmembers2"> [<ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.common"><head>model.common</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.common</hi><index indexName="ODDS"><term>model.common (model class)</term></index> <seg xml:lang="en">groups common chunk- and inter-level elements.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.divPart" rend="link_odd_classSpec">model.divPart</ref><hi rend="showmembers2"> [<ref target="#TEI.model.lLike" rend="link_odd_classSpec">model.lLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.pLike" rend="link_odd_classSpec">model.pLike</ref><hi rend="showmembers3"> [<ref target="#TEI.p" rend="link_odd_elementSpec">p</ref>] </hi>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.inter" rend="link_odd_classSpec">model.inter</ref><hi rend="showmembers2"> [<ref target="#TEI.model.biblLike" rend="link_odd_classSpec">model.biblLike</ref><hi rend="showmembers3"> [<ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.egLike" rend="link_odd_classSpec">model.egLike</ref><hi rend="showmembers3"> [<ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.labelLike" rend="link_odd_classSpec">model.labelLike</ref><hi rend="showmembers3"> [<ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.listLike" rend="link_odd_classSpec">model.listLike</ref><hi rend="showmembers3"> [<ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.oddDecl" rend="link_odd_classSpec">model.oddDecl</ref><c xml:space="preserve"> </c><ref target="#TEI.model.qLike" rend="link_odd_classSpec">model.qLike</ref><hi rend="showmembers3"> [<ref target="#TEI.model.quoteLike" rend="link_odd_classSpec">model.quoteLike</ref><hi rend="showmembers4"> [<ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.stageLike" rend="link_odd_classSpec">model.stageLike</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This class defines the set of chunk- and inter-level elements; it is used in many content models, including those for textual divisions.</cell></row></table></div><div type="refdoc" xml:id="TEI.model.dateLike"><head>model.dateLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.dateLike</hi><index indexName="ODDS"><term>model.dateLike (model class)</term></index> <seg xml:lang="en">groups elements containing temporal expressions.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.6. Dates and Times</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.pPart.data" rend="link_odd_classSpec">model.pPart.data</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.descLike"><head>model.descLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.descLike</hi><index indexName="ODDS"><term>model.descLike (model class)</term></index> <seg xml:lang="en">groups elements which contain a description of their function.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.divBottom"><head>model.divBottom</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.divBottom</hi><index indexName="ODDS"><term>model.divBottom (model class)</term></index> <seg xml:lang="en">groups elements appearing at the end of a text division.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.divBottomPart" rend="link_odd_classSpec">model.divBottomPart</ref><c xml:space="preserve"> </c><ref target="#TEI.model.divWrapper" rend="link_odd_classSpec">model.divWrapper</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.divLike"><head>model.divLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.divLike</hi><index indexName="ODDS"><term>model.divLike (model class)</term></index> <seg xml:lang="en">groups elements used to represent un-numbered generic structural divisions.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.divPart"><head>model.divPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.divPart</hi><index indexName="ODDS"><term>model.divPart (model class)</term></index> <seg xml:lang="en">groups paragraph-level elements appearing directly within divisions.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.macro.specialPara" rend="link_odd_macroSpec">macro.specialPara</ref><c xml:space="preserve"> </c><ref target="#TEI.model.common" rend="link_odd_classSpec">model.common</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.lLike" rend="link_odd_classSpec">model.lLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.pLike" rend="link_odd_classSpec">model.pLike</ref><hi rend="showmembers2"> [<ref target="#TEI.p" rend="link_odd_elementSpec">p</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Note that this element class does not include members of the <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="class">model.inter</ident> class, which can appear either within or between paragraph-level items.</cell></row></table></div><div type="refdoc" xml:id="TEI.model.divTop"><head>model.divTop</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.divTop</hi><index indexName="ODDS"><term>model.divTop (model class)</term></index> <seg xml:lang="en">groups elements appearing at the beginning of a text division.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.divTopPart" rend="link_odd_classSpec">model.divTopPart</ref><hi rend="showmembers2"> [<ref target="#TEI.model.headLike" rend="link_odd_classSpec">model.headLike</ref><hi rend="showmembers3"> [<ref target="#TEI.head" rend="link_odd_elementSpec">head</ref>] </hi>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.divWrapper" rend="link_odd_classSpec">model.divWrapper</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.divTopPart"><head>model.divTopPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.divTopPart</hi><index indexName="ODDS"><term>model.divTopPart (model class)</term></index> <seg xml:lang="en">groups elements which can occur only at the beginning of a text division.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.divTop" rend="link_odd_classSpec">model.divTop</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.headLike" rend="link_odd_classSpec">model.headLike</ref><hi rend="showmembers2"> [<ref target="#TEI.head" rend="link_odd_elementSpec">head</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.egLike"><head>model.egLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.egLike</hi><index indexName="ODDS"><term>model.egLike (model class)</term></index> <seg xml:lang="en">groups elements containing examples or illustrations.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDphraseTE">22.1.1. Phrase Level Terms</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.inter" rend="link_odd_classSpec">model.inter</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.emphLike"><head>model.emphLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.emphLike</hi><index indexName="ODDS"><term>model.emphLike (model class)</term></index> <seg xml:lang="en">groups phrase-level elements which are typographically distinct and to which a specific function can be attributed.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.highlighted" rend="link_odd_classSpec">model.highlighted</ref><c xml:space="preserve"> </c><ref target="#TEI.model.limitedPhrase" rend="link_odd_classSpec">model.limitedPhrase</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.encodingDescPart"><head>model.encodingDescPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.encodingDescPart</hi><index indexName="ODDS"><term>model.encodingDescPart (model class)</term></index> <seg xml:lang="en">groups elements which may be used inside <ref target="#TEI.encodingDesc">&lt;encodingDesc&gt;</ref> and appear multiple times.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.appInfo" rend="link_odd_elementSpec">appInfo</ref><c xml:space="preserve"> </c><ref target="#TEI.projectDesc" rend="link_odd_elementSpec">projectDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.tagsDecl" rend="link_odd_elementSpec">tagsDecl</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.frontPart"><head>model.frontPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.frontPart</hi><index indexName="ODDS"><term>model.frontPart (model class)</term></index> <seg xml:lang="en">groups elements which appear at the level of divisions within front or back matter.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter
 </ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.frontPart.drama" rend="link_odd_classSpec">model.frontPart.drama</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.global"><head>model.global</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.global</hi><index indexName="ODDS"><term>model.global (model class)</term></index> <seg xml:lang="en">groups elements which may appear at any point within a TEI text.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.paraContent" rend="link_odd_macroSpec">macro.paraContent</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.phraseSeq" rend="link_odd_macroSpec">macro.phraseSeq</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.phraseSeq.limited" rend="link_odd_macroSpec">macro.phraseSeq.limited</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.specialPara" rend="link_odd_macroSpec">macro.specialPara</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref><c xml:space="preserve"> </c><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.global.edit" rend="link_odd_classSpec">model.global.edit</ref><hi rend="showmembers2"> [<ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.global.meta" rend="link_odd_classSpec">model.global.meta</ref><c xml:space="preserve"> </c><ref target="#TEI.model.milestoneLike" rend="link_odd_classSpec">model.milestoneLike</ref><hi rend="showmembers2"> [<ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.noteLike" rend="link_odd_classSpec">model.noteLike</ref><hi rend="showmembers2"> [<ref target="#TEI.note" rend="link_odd_elementSpec">note</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.global.edit"><head>model.global.edit</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.global.edit</hi><index indexName="ODDS"><term>model.global.edit (model class)</term></index> <seg xml:lang="en">groups globally available elements which perform a specifically editorial function.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.global" rend="link_odd_classSpec">model.global</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.graphicLike"><head>model.graphicLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.graphicLike</hi><index indexName="ODDS"><term>model.graphicLike (model class)</term></index> <seg xml:lang="en">groups elements containing images, formulae, and similar objects.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.phrase" rend="link_odd_classSpec">model.phrase</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.headLike"><head>model.headLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.headLike</hi><index indexName="ODDS"><term>model.headLike (model class)</term></index> <seg xml:lang="en">groups elements used to provide a title or heading at the start of a text division.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.model.divTopPart" rend="link_odd_classSpec">model.divTopPart</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.hiLike"><head>model.hiLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.hiLike</hi><index indexName="ODDS"><term>model.hiLike (model class)</term></index> <seg xml:lang="en">groups phrase-level elements which are typographically distinct but to which no specific function can be attributed.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.highlighted" rend="link_odd_classSpec">model.highlighted</ref><c xml:space="preserve"> </c><ref target="#TEI.model.limitedPhrase" rend="link_odd_classSpec">model.limitedPhrase</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.highlighted"><head>model.highlighted</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.highlighted</hi><index indexName="ODDS"><term>model.highlighted (model class)</term></index> <seg xml:lang="en">groups phrase-level elements which are typographically distinct.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.model.phrase" rend="link_odd_classSpec">model.phrase</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref><hi rend="showmembers2"> [<ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.hiLike" rend="link_odd_classSpec">model.hiLike</ref><hi rend="showmembers2"> [<ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.imprintPart"><head>model.imprintPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.imprintPart</hi><index indexName="ODDS"><term>model.imprintPart (model class)</term></index> <seg xml:lang="en">groups the bibliographic elements which occur inside imprints.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.biblPart" rend="link_odd_classSpec">model.biblPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.inter"><head>model.inter</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.inter</hi><index indexName="ODDS"><term>model.inter (model class)</term></index> <seg xml:lang="en">groups elements which can appear either within or between paragraph-like elements.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.limitedContent" rend="link_odd_macroSpec">macro.limitedContent</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.paraContent" rend="link_odd_macroSpec">macro.paraContent</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.specialPara" rend="link_odd_macroSpec">macro.specialPara</ref><c xml:space="preserve"> </c><ref target="#TEI.model.common" rend="link_odd_classSpec">model.common</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.biblLike" rend="link_odd_classSpec">model.biblLike</ref><hi rend="showmembers2"> [<ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.egLike" rend="link_odd_classSpec">model.egLike</ref><hi rend="showmembers2"> [<ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.labelLike" rend="link_odd_classSpec">model.labelLike</ref><hi rend="showmembers2"> [<ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.listLike" rend="link_odd_classSpec">model.listLike</ref><hi rend="showmembers2"> [<ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.oddDecl" rend="link_odd_classSpec">model.oddDecl</ref><c xml:space="preserve"> </c><ref target="#TEI.model.qLike" rend="link_odd_classSpec">model.qLike</ref><hi rend="showmembers2"> [<ref target="#TEI.model.quoteLike" rend="link_odd_classSpec">model.quoteLike</ref><hi rend="showmembers3"> [<ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.stageLike" rend="link_odd_classSpec">model.stageLike</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.labelLike"><head>model.labelLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.labelLike</hi><index indexName="ODDS"><term>model.labelLike (model class)</term></index> <seg xml:lang="en">groups elements used to gloss or explain other parts of a document.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.model.inter" rend="link_odd_classSpec">model.inter</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.limitedPhrase"><head>model.limitedPhrase</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.limitedPhrase</hi><index indexName="ODDS"><term>model.limitedPhrase (model class)</term></index> <seg xml:lang="en">groups phrase-level elements excluding those elements primarily intended for transcription of existing sources.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.macro.limitedContent" rend="link_odd_macroSpec">macro.limitedContent</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.phraseSeq.limited" rend="link_odd_macroSpec">macro.phraseSeq.limited</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref><hi rend="showmembers2"> [<ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.hiLike" rend="link_odd_classSpec">model.hiLike</ref><hi rend="showmembers2"> [<ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.data" rend="link_odd_classSpec">model.pPart.data</ref><hi rend="showmembers2"> [<ref target="#TEI.model.addressLike" rend="link_odd_classSpec">model.addressLike</ref><hi rend="showmembers3"> [<ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.dateLike" rend="link_odd_classSpec">model.dateLike</ref><hi rend="showmembers3"> [<ref target="#TEI.date" rend="link_odd_elementSpec">date</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.measureLike" rend="link_odd_classSpec">model.measureLike</ref><hi rend="showmembers3"> [<ref target="#TEI.num" rend="link_odd_elementSpec">num</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.nameLike" rend="link_odd_classSpec">model.nameLike</ref><hi rend="showmembers3"> [<ref target="#TEI.model.nameLike.agent" rend="link_odd_classSpec">model.nameLike.agent</ref><hi rend="showmembers4"> [<ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.offsetLike" rend="link_odd_classSpec">model.offsetLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.persNamePart" rend="link_odd_classSpec">model.persNamePart</ref><hi rend="showmembers4"> [<ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.placeStateLike" rend="link_odd_classSpec">model.placeStateLike</ref><hi rend="showmembers4"> [<ref target="#TEI.model.placeNamePart" rend="link_odd_classSpec">model.placeNamePart</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref>] </hi>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.editorial" rend="link_odd_classSpec">model.pPart.editorial</ref><hi rend="showmembers2"> [<ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.msdesc" rend="link_odd_classSpec">model.pPart.msdesc</ref><c xml:space="preserve"> </c><ref target="#TEI.model.phrase.xml" rend="link_odd_classSpec">model.phrase.xml</ref><hi rend="showmembers2"> [<ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.ptrLike" rend="link_odd_classSpec">model.ptrLike</ref><hi rend="showmembers2"> [<ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.listLike"><head>model.listLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.listLike</hi><index indexName="ODDS"><term>model.listLike (model class)</term></index> <seg xml:lang="en">groups list-like elements.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.model.inter" rend="link_odd_classSpec">model.inter</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.measureLike"><head>model.measureLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.measureLike</hi><index indexName="ODDS"><term>model.measureLike (model class)</term></index> <seg xml:lang="en">groups elements which denote a number, a quantity, a measurement, or similar piece of text that conveys some numerical meaning.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and
Measures</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.pPart.data" rend="link_odd_classSpec">model.pPart.data</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.milestoneLike"><head>model.milestoneLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.milestoneLike</hi><index indexName="ODDS"><term>model.milestoneLike (model class)</term></index> <seg xml:lang="en">groups milestone-style elements used to represent reference systems.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone
Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.model.global" rend="link_odd_classSpec">model.global</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.nameLike"><head>model.nameLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.nameLike</hi><index indexName="ODDS"><term>model.nameLike (model class)</term></index> <seg xml:lang="en">groups elements which name or refer to a person, place, or organization.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.pPart.data" rend="link_odd_classSpec">model.pPart.data</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.nameLike.agent" rend="link_odd_classSpec">model.nameLike.agent</ref><hi rend="showmembers2"> [<ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.offsetLike" rend="link_odd_classSpec">model.offsetLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.persNamePart" rend="link_odd_classSpec">model.persNamePart</ref><hi rend="showmembers2"> [<ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.placeStateLike" rend="link_odd_classSpec">model.placeStateLike</ref><hi rend="showmembers2"> [<ref target="#TEI.model.placeNamePart" rend="link_odd_classSpec">model.placeNamePart</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A superset of the naming elements that may appear in datelines, addresses, statements of responsibility, etc.</cell></row></table></div><div type="refdoc" xml:id="TEI.model.nameLike.agent"><head>model.nameLike.agent</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.nameLike.agent</hi><index indexName="ODDS"><term>model.nameLike.agent (model class)</term></index> <seg xml:lang="en">groups elements which contain names of individuals or corporate bodies.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.nameLike" rend="link_odd_classSpec">model.nameLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This class is used in the content model of elements which reference names of people or organizations.</cell></row></table></div><div type="refdoc" xml:id="TEI.model.noteLike"><head>model.noteLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.noteLike</hi><index indexName="ODDS"><term>model.noteLike (model class)</term></index> <seg xml:lang="en">groups globally-available note-like elements.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONO">3.8. Notes, Annotation, and Indexing</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.global" rend="link_odd_classSpec">model.global</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.pLike"><head>model.pLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.pLike</hi><index indexName="ODDS"><term>model.pLike (model class)</term></index> <seg xml:lang="en">groups paragraph-like elements.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.model.divPart" rend="link_odd_classSpec">model.divPart</ref><c xml:space="preserve"> </c><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.projectDesc" rend="link_odd_elementSpec">projectDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.pLike.front"><head>model.pLike.front</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.pLike.front</hi><index indexName="ODDS"><term>model.pLike.front (model class)</term></index> <seg xml:lang="en">groups paragraph-like elements which can occur as direct constituents of front matter.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.pPart.data"><head>model.pPart.data</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.pPart.data</hi><index indexName="ODDS"><term>model.pPart.data (model class)</term></index> <seg xml:lang="en">groups phrase-level elements containing names, dates, numbers, measures, and similar data.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.model.limitedPhrase" rend="link_odd_classSpec">model.limitedPhrase</ref><c xml:space="preserve"> </c><ref target="#TEI.model.phrase" rend="link_odd_classSpec">model.phrase</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.addressLike" rend="link_odd_classSpec">model.addressLike</ref><hi rend="showmembers2"> [<ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.dateLike" rend="link_odd_classSpec">model.dateLike</ref><hi rend="showmembers2"> [<ref target="#TEI.date" rend="link_odd_elementSpec">date</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.measureLike" rend="link_odd_classSpec">model.measureLike</ref><hi rend="showmembers2"> [<ref target="#TEI.num" rend="link_odd_elementSpec">num</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.nameLike" rend="link_odd_classSpec">model.nameLike</ref><hi rend="showmembers2"> [<ref target="#TEI.model.nameLike.agent" rend="link_odd_classSpec">model.nameLike.agent</ref><hi rend="showmembers3"> [<ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.offsetLike" rend="link_odd_classSpec">model.offsetLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.persNamePart" rend="link_odd_classSpec">model.persNamePart</ref><hi rend="showmembers3"> [<ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.placeStateLike" rend="link_odd_classSpec">model.placeStateLike</ref><hi rend="showmembers3"> [<ref target="#TEI.model.placeNamePart" rend="link_odd_classSpec">model.placeNamePart</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.pPart.edit"><head>model.pPart.edit</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.pPart.edit</hi><index indexName="ODDS"><term>model.pPart.edit (model class)</term></index> <seg xml:lang="en">groups phrase-level elements for simple editorial correction and transcription.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.model.phrase" rend="link_odd_classSpec">model.phrase</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.pPart.editorial" rend="link_odd_classSpec">model.pPart.editorial</ref><hi rend="showmembers2"> [<ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.transcriptional" rend="link_odd_classSpec">model.pPart.transcriptional</ref><hi rend="showmembers2"> [<ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref>] </hi></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.pPart.editorial"><head>model.pPart.editorial</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.pPart.editorial</hi><index indexName="ODDS"><term>model.pPart.editorial (model class)</term></index> <seg xml:lang="en">groups phrase-level elements for simple editorial interventions that may be useful both in transcribing and in authoring.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.limitedPhrase" rend="link_odd_classSpec">model.limitedPhrase</ref><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.edit" rend="link_odd_classSpec">model.pPart.edit</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.pPart.transcriptional"><head>model.pPart.transcriptional</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.pPart.transcriptional</hi><index indexName="ODDS"><term>model.pPart.transcriptional (model class)</term></index> <seg xml:lang="en">groups phrase-level elements used for editorial transcription of pre-existing source materials.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.pPart.edit" rend="link_odd_classSpec">model.pPart.edit</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.persNamePart"><head>model.persNamePart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.persNamePart</hi><index indexName="ODDS"><term>model.persNamePart (model class)</term></index> <seg xml:lang="en">groups elements which form part of a personal name.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">namesdates</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.nameLike" rend="link_odd_classSpec">model.nameLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.persStateLike"><head>model.persStateLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.persStateLike</hi><index indexName="ODDS"><term>model.persStateLike (model class)</term></index> <seg xml:lang="en">groups elements describing changeable characteristics of a person which have a definite duration, for example occupation, residence, or name.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.personPart" rend="link_odd_classSpec">model.personPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->These characteristics of an individual are typically a consequence of their own action or that of others.</cell></row></table></div><div type="refdoc" xml:id="TEI.model.personLike"><head>model.personLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.personLike</hi><index indexName="ODDS"><term>model.personLike (model class)</term></index> <seg xml:lang="en">groups elements which provide information about people and their relationships.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.personPart"><head>model.personPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.personPart</hi><index indexName="ODDS"><term>model.personPart (model class)</term></index> <seg xml:lang="en">groups elements which form part of the description of a person.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHPA">15.2.2. The Participant Description</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.biblLike" rend="link_odd_classSpec">model.biblLike</ref><hi rend="showmembers2"> [<ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.eventLike" rend="link_odd_classSpec">model.eventLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.persStateLike" rend="link_odd_classSpec">model.persStateLike</ref><hi rend="showmembers2"> [<ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.phrase"><head>model.phrase</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.phrase</hi><index indexName="ODDS"><term>model.phrase (model class)</term></index> <seg xml:lang="en">groups elements which can occur at the level of individual words or phrases.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.paraContent" rend="link_odd_macroSpec">macro.paraContent</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.phraseSeq" rend="link_odd_macroSpec">macro.phraseSeq</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.specialPara" rend="link_odd_macroSpec">macro.specialPara</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.graphicLike" rend="link_odd_classSpec">model.graphicLike</ref><hi rend="showmembers2"> [<ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.highlighted" rend="link_odd_classSpec">model.highlighted</ref><hi rend="showmembers2"> [<ref target="#TEI.model.emphLike" rend="link_odd_classSpec">model.emphLike</ref><hi rend="showmembers3"> [<ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.hiLike" rend="link_odd_classSpec">model.hiLike</ref><hi rend="showmembers3"> [<ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref>] </hi>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.lPart" rend="link_odd_classSpec">model.lPart</ref><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.data" rend="link_odd_classSpec">model.pPart.data</ref><hi rend="showmembers2"> [<ref target="#TEI.model.addressLike" rend="link_odd_classSpec">model.addressLike</ref><hi rend="showmembers3"> [<ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.dateLike" rend="link_odd_classSpec">model.dateLike</ref><hi rend="showmembers3"> [<ref target="#TEI.date" rend="link_odd_elementSpec">date</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.measureLike" rend="link_odd_classSpec">model.measureLike</ref><hi rend="showmembers3"> [<ref target="#TEI.num" rend="link_odd_elementSpec">num</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.nameLike" rend="link_odd_classSpec">model.nameLike</ref><hi rend="showmembers3"> [<ref target="#TEI.model.nameLike.agent" rend="link_odd_classSpec">model.nameLike.agent</ref><hi rend="showmembers4"> [<ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.offsetLike" rend="link_odd_classSpec">model.offsetLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.persNamePart" rend="link_odd_classSpec">model.persNamePart</ref><hi rend="showmembers4"> [<ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.placeStateLike" rend="link_odd_classSpec">model.placeStateLike</ref><hi rend="showmembers4"> [<ref target="#TEI.model.placeNamePart" rend="link_odd_classSpec">model.placeNamePart</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref>] </hi>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.edit" rend="link_odd_classSpec">model.pPart.edit</ref><hi rend="showmembers2"> [<ref target="#TEI.model.pPart.editorial" rend="link_odd_classSpec">model.pPart.editorial</ref><hi rend="showmembers3"> [<ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.transcriptional" rend="link_odd_classSpec">model.pPart.transcriptional</ref><hi rend="showmembers3"> [<ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref>] </hi>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.pPart.msdesc" rend="link_odd_classSpec">model.pPart.msdesc</ref><c xml:space="preserve"> </c><ref target="#TEI.model.phrase.xml" rend="link_odd_classSpec">model.phrase.xml</ref><hi rend="showmembers2"> [<ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.ptrLike" rend="link_odd_classSpec">model.ptrLike</ref><hi rend="showmembers2"> [<ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.model.segLike" rend="link_odd_classSpec">model.segLike</ref><c xml:space="preserve"> </c><ref target="#TEI.model.specDescLike" rend="link_odd_classSpec">model.specDescLike</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->This class of elements can occur within paragraphs, list items, lines of verse, etc.</cell></row></table></div><div type="refdoc" xml:id="TEI.model.phrase.xml"><head>model.phrase.xml</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.phrase.xml</hi><index indexName="ODDS"><term>model.phrase.xml (model class)</term></index> <seg xml:lang="en">groups phrase-level elements used to encode XML constructs such as element names, attribute names, and attribute values</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.limitedPhrase" rend="link_odd_classSpec">model.limitedPhrase</ref><c xml:space="preserve"> </c><ref target="#TEI.model.phrase" rend="link_odd_classSpec">model.phrase</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.placeStateLike"><head>model.placeStateLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.placeStateLike</hi><index indexName="ODDS"><term>model.placeStateLike (model class)</term></index> <seg xml:lang="en">groups elements which describe changing states of a place.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.nameLike" rend="link_odd_classSpec">model.nameLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.placeNamePart" rend="link_odd_classSpec">model.placeNamePart</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.profileDescPart"><head>model.profileDescPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.profileDescPart</hi><index indexName="ODDS"><term>model.profileDescPart (model class)</term></index> <seg xml:lang="en">groups elements which may be used inside <ref target="#TEI.profileDesc">&lt;profileDesc&gt;</ref> and appear multiple times.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.langUsage" rend="link_odd_elementSpec">langUsage</ref><c xml:space="preserve"> </c><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.textClass" rend="link_odd_elementSpec">textClass</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.ptrLike"><head>model.ptrLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.ptrLike</hi><index indexName="ODDS"><term>model.ptrLike (model class)</term></index> <seg xml:lang="en">groups elements used for purposes of location and reference.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.model.limitedPhrase" rend="link_odd_classSpec">model.limitedPhrase</ref><c xml:space="preserve"> </c><ref target="#TEI.model.phrase" rend="link_odd_classSpec">model.phrase</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.publicationStmtPart.agency"><head>model.publicationStmtPart.agency</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.publicationStmtPart.agency</hi><index indexName="ODDS"><term>model.publicationStmtPart.agency (model class)</term></index> <seg xml:lang="en">groups the child elements of a <ref target="#TEI.publicationStmt">&lt;publicationStmt&gt;</ref> element of the TEI header that indicate an authorising agent.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">agency</soCalled> child elements, while not required, are required if one of the <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">detail</soCalled> child elements is to be used. It is not valid to have a <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">detail</soCalled> child element without a preceding <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">agency</soCalled> child element.See also <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="class">model.publicationStmtPart.detail</ident>.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.model.publicationStmtPart.detail"><head>model.publicationStmtPart.detail</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.publicationStmtPart.detail</hi><index indexName="ODDS"><term>model.publicationStmtPart.detail (model class)</term></index> <seg xml:lang="en">groups the agency-specific child elements of the <ref target="#TEI.publicationStmt">&lt;publicationStmt&gt;</ref> element of the TEI header.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">detail</soCalled> child element may not occur unless an <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">agency</soCalled> child element precedes it.See also <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="class">model.publicationStmtPart.agency</ident>.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.model.qLike"><head>model.qLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.qLike</hi><index indexName="ODDS"><term>model.qLike (model class)</term></index> <seg xml:lang="en">groups elements related to highlighting which can appear either within or between chunk-level elements.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.inter" rend="link_odd_classSpec">model.inter</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.model.quoteLike" rend="link_odd_classSpec">model.quoteLike</ref><hi rend="showmembers2"> [<ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.quoteLike"><head>model.quoteLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.quoteLike</hi><index indexName="ODDS"><term>model.quoteLike (model class)</term></index> <seg xml:lang="en">groups elements used to directly contain quotations.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.qLike" rend="link_odd_classSpec">model.qLike</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.respLike"><head>model.respLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.respLike</hi><index indexName="ODDS"><term>model.respLike (model class)</term></index> <seg xml:lang="en">groups elements which are used to indicate intellectual or other significant responsibility, for example within a bibliographic element.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.model.biblPart" rend="link_odd_classSpec">model.biblPart</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref></hi></cell></row></table></div><div type="refdoc" xml:id="TEI.model.teiHeaderPart"><head>model.teiHeaderPart</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">model.teiHeaderPart</hi><index indexName="ODDS"><term>model.teiHeaderPart (model class)</term></index> <seg xml:lang="en">groups high level elements which may appear more than once in a TEI header.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref></hi></cell></row></table></div></div><div><head>Attribute classes</head><div type="refdoc" xml:id="TEI.att.ascribed"><head>att.ascribed</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.ascribed</hi><index indexName="ODDS"><term>att.ascribed (attribute class)</term><index indexName="ODDS"><term sortKey="who">@who</term></index></index> <seg xml:lang="en">provides attributes for elements representing speech or action that can be ascribed to a specific individual.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">who</cell><cell rend="odd_value"><seg xml:lang="en">indicates the person, or group of people, to whom the element content is ascribed.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell cols="2">In the following example from Hamlet, speeches (<gi>sp</gi>) in the body of the play are linked to <gi>castItem</gi> elements in the <gi>castList</gi> using the <hi rend="att">who</hi> attribute.<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" valid="feasible"><castItem type="role"><role xml:id="Barnardo">Bernardo</role></castItem><castItem type="role"><role xml:id="Francisco">Francisco</role><roleDesc>a soldier</roleDesc></castItem><!-- ... --><sp who="#Barnardo"><speaker>Bernardo</speaker><l n="1">Who's there?</l></sp><sp who="#Francisco"><speaker>Francisco</speaker><l n="2">Nay, answer me: stand, and unfold yourself.</l></sp></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->For transcribed speech, this will typically identify a participant or participant group; in other contexts, it will point to any identified <ref target="#TEI.person">&lt;person&gt;</ref> element.</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="TEI.att.datable"><head>att.datable</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.datable</hi><index indexName="ODDS"><term>att.datable (attribute class)</term></index> <seg xml:lang="en">provides attributes for normalization of elements that contain dates, times, or datable events.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.datable.w3c">att.datable.w3c</ref> (<hi rend="attribute">@when</hi>, <hi rend="attribute">@notBefore</hi>, <hi rend="attribute">@notAfter</hi>, <hi rend="attribute">@from</hi>, <hi rend="attribute">@to</hi>)<c xml:space="preserve"> </c></cell></row></table></div><div type="refdoc" xml:id="TEI.att.datable.w3c"><head>att.datable.w3c</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.datable.w3c</hi><index indexName="ODDS"><term>att.datable.w3c (attribute class)</term><index indexName="ODDS"><term sortKey="when">@when</term></index><index indexName="ODDS"><term sortKey="notBefore">@notBefore</term></index><index indexName="ODDS"><term sortKey="notAfter">@notAfter</term></index><index indexName="ODDS"><term sortKey="from">@from</term></index><index indexName="ODDS"><term sortKey="to">@to</term></index></index> <seg xml:lang="en">provides attributes for normalization of elements that contain datable events conforming to the W3C <title xmlns:rng="http://relaxng.org/ns/structure/1.0" ref="#XSD2">XML Schema Part 2: Datatypes Second Edition</title>.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.6. Dates and Times</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.att.datable" rend="link_odd_classSpec">att.datable</ref><hi rend="showmembers2"> [<ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">when</cell><cell rend="odd_value"><seg xml:lang="en">supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.temporal.w3c">data.temporal.w3c</ref></eg></cell></row><row><cell cols="2">Examples of W3C date, time, and date &amp; time formats.<egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><p><date when="1945-10-24">24 Oct 45</date><date when="1996-09-24T07:25:00Z">September 24th, 1996 at 3:25 in the morning</date><time when="1999-01-04T20:42:00-05:00">Jan 4 1999 at 8 pm</time><time when="14:12:38">fourteen twelve and 38 seconds</time><date when="1962-10">October of 1962</date><date when="--06-12">June 12th</date><date when="---01">the first of the month</date><date when="--08">August</date><date when="2006">MMVI</date><date when="0056">AD 56</date><date when="-0056">56 BC</date></p></egXML></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">This list begins in
the year 1632, more precisely on Trinity Sunday, i.e. the Sunday after
Pentecost, in that year the <date calendar="#Julian" when="1632-06-06">27th of May (old style)</date>.</egXML></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><opener><dateline><placeName>Dorchester, Village,</placeName><date when="1828-03-02">March 2d.  1828.</date></dateline><salute>To
Mrs. Cornell,</salute> Sunday <time when="12:00:00">noon.</time></opener></egXML></cell></row></table></cell></row><row><cell rend="odd_label">notBefore</cell><cell rend="odd_value"><seg xml:lang="en">specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.temporal.w3c">data.temporal.w3c</ref></eg></cell></row></table></cell></row><row><cell rend="odd_label">notAfter</cell><cell rend="odd_value"><seg xml:lang="en">specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.temporal.w3c">data.temporal.w3c</ref></eg></cell></row></table></cell></row><row><cell rend="odd_label">from</cell><cell rend="odd_value"><seg xml:lang="en">indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.temporal.w3c">data.temporal.w3c</ref></eg></cell></row></table></cell></row><row><cell rend="odd_label">to</cell><cell rend="odd_value"><seg xml:lang="en">indicates the ending point of the period in standard form, e.g. yyyy-mm-dd.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.temporal.w3c">data.temporal.w3c</ref></eg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><date from="1863-05-28" to="1863-06-01">28 May through 1 June 1863</date></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The value of these attributes should be a normalized representation of the date, time, or combined date &amp; time intended, in any of the standard formats specified by <title xmlns:rng="http://relaxng.org/ns/structure/1.0" ref="#XSD2">XML Schema Part 2: Datatypes Second Edition</title>, using the Gregorian calendar.The most commonly-encountered format for the date portion of a temporal attribute is <code xmlns:rng="http://relaxng.org/ns/structure/1.0">yyyy-mm-dd</code>, but <code xmlns:rng="http://relaxng.org/ns/structure/1.0">yyyy</code>, <code xmlns:rng="http://relaxng.org/ns/structure/1.0">--mm</code>, <code xmlns:rng="http://relaxng.org/ns/structure/1.0">---dd</code>, <code xmlns:rng="http://relaxng.org/ns/structure/1.0">yyyy-mm</code>, or <code xmlns:rng="http://relaxng.org/ns/structure/1.0">--mm-dd</code> may also be used. For the time part, the form <code xmlns:rng="http://relaxng.org/ns/structure/1.0">hh:mm:ss</code> is used.<lb/>Note that this format does not currently permit use of the value <hi rend="val">0000</hi> to represent the year 1 BCE; instead the value <hi rend="val">-0001</hi> should be used.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.att.dimensions"><head>att.dimensions</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.dimensions</hi><index indexName="ODDS"><term>att.dimensions (attribute class)</term></index> <seg xml:lang="en">provides attributes for describing the size of physical objects.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.att.editLike" rend="link_odd_classSpec">att.editLike</ref><hi rend="showmembers2"> [<ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes</cell></row></table></div><div type="refdoc" xml:id="TEI.att.divLike"><head>att.divLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.divLike</hi><index indexName="ODDS"><term>att.divLike (attribute class)</term></index> <seg xml:lang="en">provides attributes common to all elements which behave in the same way as divisions.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes</cell></row></table></div><div type="refdoc" xml:id="TEI.att.editLike"><head>att.editLike</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.editLike</hi><index indexName="ODDS"><term>att.editLike (attribute class)</term></index> <seg xml:lang="en">provides attributes describing the nature of an encoded scholarly intervention or interpretation of any kind.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.dimensions">att.dimensions</ref><ref target="#TEI.att.source">att.source</ref> (<hi rend="attribute">@source</hi>)<c xml:space="preserve"> </c></cell></row></table></div><div type="refdoc" xml:id="TEI.att.global"><head>att.global</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.global</hi><index indexName="ODDS"><term>att.global (attribute class)</term><index indexName="ODDS"><term sortKey="xml:id">@xml:id</term></index><index indexName="ODDS"><term sortKey="n">@n</term></index><index indexName="ODDS"><term sortKey="xml:lang">@xml:lang</term></index><index indexName="ODDS"><term sortKey="xml:base">@xml:base</term></index><index indexName="ODDS"><term sortKey="xml:space">@xml:space</term></index></index> <seg xml:lang="en">provides attributes common to all elements in the TEI encoding scheme.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA">1.3.1.1. Global Attributes</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.TEI" rend="link_odd_elementSpec">TEI</ref><c xml:space="preserve"> </c><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.appInfo" rend="link_odd_elementSpec">appInfo</ref><c xml:space="preserve"> </c><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.catRef" rend="link_odd_elementSpec">catRef</ref><c xml:space="preserve"> </c><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.fileDesc" rend="link_odd_elementSpec">fileDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.keywords" rend="link_odd_elementSpec">keywords</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.langUsage" rend="link_odd_elementSpec">langUsage</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listChange" rend="link_odd_elementSpec">listChange</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.projectDesc" rend="link_odd_elementSpec">projectDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.revisionDesc" rend="link_odd_elementSpec">revisionDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.row" rend="link_odd_elementSpec">row</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.tagsDecl" rend="link_odd_elementSpec">tagsDecl</ref><c xml:space="preserve"> </c><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref><c xml:space="preserve"> </c><ref target="#TEI.textClass" rend="link_odd_elementSpec">textClass</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref><c xml:space="preserve"> </c><ref target="#TEI.titleStmt" rend="link_odd_elementSpec">titleStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2"><seg xml:lang="en">Attributes </seg><ref target="#TEI.att.global.rendition">att.global.rendition</ref> (<hi rend="attribute">@rend</hi>, <hi rend="attribute">@rendition</hi>)<c xml:space="preserve"> </c><ref target="#TEI.att.global.responsibility">att.global.responsibility</ref> (<hi rend="attribute">@cert</hi>, <hi rend="attribute">@resp</hi>)<c xml:space="preserve"> </c><table rend="attList"><row><cell rend="odd_label">xml:id</cell><cell rend="odd_value">(<seg xml:lang="en">identifier</seg>) <seg xml:lang="en">provides a unique identifier for the element bearing the attribute.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
xsd:ID</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">xml:id</hi> attribute may be used to specify a canonical reference for an element; see section <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS">3.10. Reference Systems</ref>.</cell></row></table></cell></row><row><cell rend="odd_label">n</cell><cell rend="odd_value">(<seg xml:lang="en">number</seg>) <seg xml:lang="en">gives a number (or other label) for an element, which is not necessarily unique within the document.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.text">data.text</ref></eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The value of this attribute is always understood to be a single token, even if it contains space or other punctuation characters, and need not be composed of numbers only. It is typically used to specify the numbering of chapters, sections, list items, etc.; it may also be used in the specification of a standard reference system for the text.</cell></row></table></cell></row><row><cell rend="odd_label">xml:lang</cell><cell rend="odd_value">(<seg xml:lang="en">language</seg>) <seg xml:lang="en">indicates the language of the element content using a <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">tag</soCalled> generated according to <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">BCP 47</ref>.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.language">data.language</ref></eg></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><p> … The consequences of
	  this rapid depopulation were the loss of the last
	  <foreign xml:lang="rap">ariki</foreign> or chief
	  (Routledge 1920:205,210) and their connections to
	  ancestral territorial organization.</p></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The xml:lang value will be inherited from the immediately enclosing element, or from its parent, and so on up the document hierarchy. It is generally good practice to specify xml:lang at the highest appropriate level, noticing that a different default may be needed for the teiHeader from that needed for the associated resource element or elements, and that a single TEI document may contain texts in many languages.The authoritative list of registered language subtags is maintained by IANA and is available at <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.iana.org/assignments/language-subtag-registry"/>. For a good general overview of the construction of language tags, see <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.w3.org/International/articles/language-tags/"/>, and for a practical step-by-step guide, see <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.w3.org/International/questions/qa-choosing-language-tags"/>.<lb/>The value used must conform with BCP 47. If the value is a private use code (i.e., starts with <hi rend="val">x-</hi> or contains <hi rend="val">-x-</hi>), a <ref target="#TEI.language">&lt;language&gt;</ref> element with a matching value for its <hi rend="att">ident</hi> attribute should be supplied in the TEI header to document this value. Such documentation may also optionally be supplied for non-private-use codes, though these must remain consistent with their <choice xmlns:rng="http://relaxng.org/ns/structure/1.0"><abbr>IETF</abbr><expan>Internet Engineering Task Force</expan></choice> definitions.<lb/></cell></row></table></cell></row><row><cell rend="odd_label">xml:base</cell><cell rend="odd_value"><seg xml:lang="en">provides a base URI reference with which applications can resolve relative URI references into absolute URI references.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><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></egXML></cell></row></table></cell></row><row><cell rend="odd_label">xml:space</cell><cell rend="odd_value"><seg xml:lang="en">signals an intention about how white space should be managed by applications.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">default</label><item rend="odd_value"><seg xml:lang="en">signals that the application's default white-space processing modes are acceptable</seg></item><label rend="odd_label">preserve</label><item rend="odd_value"><seg xml:lang="en">indicates the intent that applications preserve all white space</seg></item></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.w3.org/TR/REC-xml/#sec-white-space">XML specification</ref> provides further guidance on the use of this attribute. Note that many parsers may not handle xml:space correctly.</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="TEI.att.global.rendition"><head>att.global.rendition</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.global.rendition</hi><index indexName="ODDS"><term>att.global.rendition (attribute class)</term><index indexName="ODDS"><term sortKey="rend">@rend</term></index><index indexName="ODDS"><term sortKey="rendition">@rendition</term></index></index> <seg xml:lang="en">provides rendering attributes common to all elements in the TEI encoding scheme.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.att.global" rend="link_odd_classSpec">att.global</ref><hi rend="showmembers2"> [<ref target="#TEI.TEI" rend="link_odd_elementSpec">TEI</ref><c xml:space="preserve"> </c><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.appInfo" rend="link_odd_elementSpec">appInfo</ref><c xml:space="preserve"> </c><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.catRef" rend="link_odd_elementSpec">catRef</ref><c xml:space="preserve"> </c><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.fileDesc" rend="link_odd_elementSpec">fileDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.keywords" rend="link_odd_elementSpec">keywords</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.langUsage" rend="link_odd_elementSpec">langUsage</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listChange" rend="link_odd_elementSpec">listChange</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.projectDesc" rend="link_odd_elementSpec">projectDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.revisionDesc" rend="link_odd_elementSpec">revisionDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.row" rend="link_odd_elementSpec">row</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.tagsDecl" rend="link_odd_elementSpec">tagsDecl</ref><c xml:space="preserve"> </c><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref><c xml:space="preserve"> </c><ref target="#TEI.textClass" rend="link_odd_elementSpec">textClass</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref><c xml:space="preserve"> </c><ref target="#TEI.titleStmt" rend="link_odd_elementSpec">titleStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">rend</cell><cell rend="odd_value">(<seg xml:lang="en">rendition</seg>) <seg xml:lang="en">indicates how the element in question was rendered or presented in the source text.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.word">data.word</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><head rend="align(center) case(allcaps)"><lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle,
            <lb/>On Her <lb/><hi rend="case(mixed)">New Blazing-World</hi>. </head></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->These Guidelines make no binding recommendations for the values of the <hi rend="att">rend</hi> attribute; the characteristics of visual presentation vary too much from text to text and the decision to record or ignore individual characteristics varies too much from project to project. Some potentially useful conventions are noted from time to time at appropriate points in the Guidelines. The values of the <hi rend="att">rend</hi> attribute are a set of sequence-indeterminate individual tokens separated by whitespace.</cell></row></table></cell></row><row><cell rend="odd_label">rendition</cell><cell rend="odd_value"><seg xml:lang="en">points to a description of the rendering or presentation used for this element in the source text.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><head rendition="#ac #sc"><lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, <lb/>On Her
              <lb/><hi rendition="#normal">New Blazing-World</hi>. </head><!-- elsewhere... --><rendition xml:id="sc" scheme="css">font-variant: small-caps</rendition><rendition xml:id="normal" scheme="css">font-variant: normal</rendition><rendition xml:id="ac" scheme="css">text-align: center</rendition></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">rendition</hi> attribute is used in a very similar way to the <hi rend="att">class</hi> attribute defined for XHTML but with the important distinction that its function is to describe the appearance of the source text, not necessarily to determine how that text should be presented on screen or paper.Where both <hi rend="att">rendition</hi> and <hi rend="att">rend</hi> are supplied, the latter is understood to override or complement the former.<lb/>Each URI provided should indicate a <ref target="#TEI.rendition">&lt;rendition&gt;</ref> element defining the intended rendition in terms of some appropriate style language, as indicated by the <hi rend="att">scheme</hi> attribute.<lb/></cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="TEI.att.global.responsibility"><head>att.global.responsibility</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.global.responsibility</hi><index indexName="ODDS"><term>att.global.responsibility (attribute class)</term><index indexName="ODDS"><term sortKey="cert">@cert</term></index><index indexName="ODDS"><term sortKey="resp">@resp</term></index></index> <seg xml:lang="en">provides attributes indicating the agency responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.att.global" rend="link_odd_classSpec">att.global</ref><hi rend="showmembers2"> [<ref target="#TEI.TEI" rend="link_odd_elementSpec">TEI</ref><c xml:space="preserve"> </c><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.appInfo" rend="link_odd_elementSpec">appInfo</ref><c xml:space="preserve"> </c><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref><c xml:space="preserve"> </c><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.availability" rend="link_odd_elementSpec">availability</ref><c xml:space="preserve"> </c><ref target="#TEI.back" rend="link_odd_elementSpec">back</ref><c xml:space="preserve"> </c><ref target="#TEI.bibl" rend="link_odd_elementSpec">bibl</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.body" rend="link_odd_elementSpec">body</ref><c xml:space="preserve"> </c><ref target="#TEI.catRef" rend="link_odd_elementSpec">catRef</ref><c xml:space="preserve"> </c><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.cit" rend="link_odd_elementSpec">cit</ref><c xml:space="preserve"> </c><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.encodingDesc" rend="link_odd_elementSpec">encodingDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.figure" rend="link_odd_elementSpec">figure</ref><c xml:space="preserve"> </c><ref target="#TEI.fileDesc" rend="link_odd_elementSpec">fileDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.front" rend="link_odd_elementSpec">front</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><c xml:space="preserve"> </c><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref><c xml:space="preserve"> </c><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.ident" rend="link_odd_elementSpec">ident</ref><c xml:space="preserve"> </c><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.keywords" rend="link_odd_elementSpec">keywords</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.langUsage" rend="link_odd_elementSpec">langUsage</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref><c xml:space="preserve"> </c><ref target="#TEI.lb" rend="link_odd_elementSpec">lb</ref><c xml:space="preserve"> </c><ref target="#TEI.listBibl" rend="link_odd_elementSpec">listBibl</ref><c xml:space="preserve"> </c><ref target="#TEI.listChange" rend="link_odd_elementSpec">listChange</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.particDesc" rend="link_odd_elementSpec">particDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.profileDesc" rend="link_odd_elementSpec">profileDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.projectDesc" rend="link_odd_elementSpec">projectDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publicationStmt" rend="link_odd_elementSpec">publicationStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref><c xml:space="preserve"> </c><ref target="#TEI.revisionDesc" rend="link_odd_elementSpec">revisionDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.row" rend="link_odd_elementSpec">row</ref><c xml:space="preserve"> </c><ref target="#TEI.series" rend="link_odd_elementSpec">series</ref><c xml:space="preserve"> </c><ref target="#TEI.seriesStmt" rend="link_odd_elementSpec">seriesStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.sourceDesc" rend="link_odd_elementSpec">sourceDesc</ref><c xml:space="preserve"> </c><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref><c xml:space="preserve"> </c><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref><c xml:space="preserve"> </c><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref><c xml:space="preserve"> </c><ref target="#TEI.tagsDecl" rend="link_odd_elementSpec">tagsDecl</ref><c xml:space="preserve"> </c><ref target="#TEI.teiHeader" rend="link_odd_elementSpec">teiHeader</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref><c xml:space="preserve"> </c><ref target="#TEI.text" rend="link_odd_elementSpec">text</ref><c xml:space="preserve"> </c><ref target="#TEI.textClass" rend="link_odd_elementSpec">textClass</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref><c xml:space="preserve"> </c><ref target="#TEI.titleStmt" rend="link_odd_elementSpec">titleStmt</ref><c xml:space="preserve"> </c><ref target="#TEI.val" rend="link_odd_elementSpec">val</ref>] </hi></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">cert</cell><cell rend="odd_value">(<seg xml:lang="en">certainty</seg>) <seg xml:lang="en">signifies the degree of certainty associated with the intervention or interpretation.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.certainty">data.certainty</ref></eg></cell></row></table></cell></row><row><cell rend="odd_label">resp</cell><cell rend="odd_value">(<seg xml:lang="en">responsible party</seg>) <seg xml:lang="en">indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Note that a simple <hi rend="att">resp</hi> pointing to a person or organization is likely to be somewhat ambiguous with regard to the nature of the responsibility. For this reason, we recommend that <hi rend="att">resp</hi> be used to point not to an agent (<ref target="#TEI.person">&lt;person&gt;</ref> or <gi>org</gi>) but to a <gi>respStmt</gi>, <ref target="#TEI.author">&lt;author&gt;</ref>, <ref target="#TEI.editor">&lt;editor&gt;</ref> or similar element which clarifies the exact role played by the agent. Pointing to multiple <gi>respStmt</gi>s allows the encoder to specify clearly each of the roles played in part of a TEI file (creating, transcribing, encoding, editing, proofing etc.).</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en">Blessed are the 
      <choice><sic>placemakers</sic><corr resp="#editor" cert="high">peacemakers</corr></choice>: for they shall be called the children of God.</egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><!-- in the <text> ... --><lg><!-- ... --><l>Punkes, Panders, baſe extortionizing 
        sla<choice><sic>n</sic><corr resp="#JENS1_transcriber">u</corr></choice>es,</l><!-- ... --></lg><!-- in the <teiHeader> ... --><!-- ... --><respStmt xml:id="JENS1_transcriber"><resp when="2014">Transcriber</resp><name>Janelle Jenstad</name></respStmt></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.att.media"><head>att.media</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.media</hi><index indexName="ODDS"><term>att.media (attribute class)</term><index indexName="ODDS"><term sortKey="width">@width</term></index><index indexName="ODDS"><term sortKey="height">@height</term></index></index> <seg xml:lang="en">provides attributes for specifying display and related properties of external media.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">width</cell><cell rend="odd_value"><seg xml:lang="en">Where the media are displayed, indicates the display width</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.outputMeasurement">data.outputMeasurement</ref></eg></cell></row></table></cell></row><row><cell rend="odd_label">height</cell><cell rend="odd_value"><seg xml:lang="en">Where the media are displayed, indicates the display height</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.outputMeasurement">data.outputMeasurement</ref></eg></cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="TEI.att.naming"><head>att.naming</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.naming</hi><index indexName="ODDS"><term>att.naming (attribute class)</term><index indexName="ODDS"><term sortKey="role">@role</term></index></index> <seg xml:lang="en">provides attributes common to elements which refer to named persons, places, organizations etc.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.att.personal" rend="link_odd_classSpec">att.personal</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">role</cell><cell rend="odd_value"><seg xml:lang="en">may be used to specify further information about the entity referenced by this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="TEI.att.pointing"><head>att.pointing</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.pointing</hi><index indexName="ODDS"><term>att.pointing (attribute class)</term><index indexName="ODDS"><term sortKey="target">@target</term></index></index> <seg xml:lang="en">defines a set of attributes used by all elements which point to other elements by means of one or more URI references.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.catRef" rend="link_odd_elementSpec">catRef</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">target</cell><cell rend="odd_value"><seg xml:lang="en">specifies the destination of the reference by supplying one or more URI References</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->One or more syntactically valid URI references, separated by whitespace. Because whitespace is used to separate URIs, no whitespace is permitted inside a single URI. If a whitespace character is required in a URI, it should be escaped with the normal mechanism, e.g. <code xmlns:rng="http://relaxng.org/ns/structure/1.0">TEI%20Consortium</code>.</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="TEI.att.resourced"><head>att.resourced</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.resourced</hi><index indexName="ODDS"><term>att.resourced (attribute class)</term><index indexName="ODDS"><term sortKey="url">@url</term></index></index> <seg xml:lang="en">provides attributes by which a resource (such as an externally held media file) may be located.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.graphic" rend="link_odd_elementSpec">graphic</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">url</cell><cell rend="odd_value">(<seg xml:lang="en">uniform resource locator</seg>) <seg xml:lang="en">specifies the URL from which the media concerned may be obtained.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en"><hi rend="required">Required</hi></seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg></cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="TEI.att.source"><head>att.source</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.source</hi><index indexName="ODDS"><term>att.source (attribute class)</term><index indexName="ODDS"><term sortKey="source">@source</term></index></index> <seg xml:lang="en">provides attributes for pointing to the source of a bibliographic reference.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</ref> <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBAWR">8.3.4. Writing</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.att.editLike" rend="link_odd_classSpec">att.editLike</ref><hi rend="showmembers2"> [<ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.date" rend="link_odd_elementSpec">date</ref><c xml:space="preserve"> </c><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref><c xml:space="preserve"> </c><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref>] </hi><c xml:space="preserve"> </c><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">source</cell><cell rend="odd_value"><seg xml:lang="en">provides a pointer to the bibliographical source from which a quotation or citation is drawn.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"> 1–∞ <seg xml:lang="en">occurrences of</seg> <eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.pointer">data.pointer</ref></eg><seg xml:lang="en">separated by whitespace</seg></cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en" source="#SOURCE-eg-01"><p><!-- ... -->
        As Willard McCarty (<bibl xml:id="mcc_2012">2012, p.2</bibl>) 
      tells us, <quote source="#mcc_2012">‘Collaboration’  is  a   
        problematic  and  should  be  a  contested  term.</quote><!-- ... --></p></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><p><!-- ... --><quote source="#chicago_15_ed">Grammatical theories 
        are in flux, and the more we learn, the less we 
        seem to know.</quote><!-- ... --></p><!-- ... --><bibl xml:id="chicago_15_ed"><title level="m">The Chicago Manual of Style</title>, 
        <edition>15th edition</edition>. 
        <pubPlace>Chicago</pubPlace>: 
        <publisher>University of Chicago Press</publisher> 
        (<date>2003</date>), 
        <biblScope unit="page">p.147</biblScope>.
      </bibl></egXML></cell></row></table></div><div type="refdoc" xml:id="TEI.att.tableDecoration"><head>att.tableDecoration</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.tableDecoration</hi><index indexName="ODDS"><term>att.tableDecoration (attribute class)</term><index indexName="ODDS"><term sortKey="role">@role</term></index><index indexName="ODDS"><term sortKey="rows">@rows</term></index><index indexName="ODDS"><term sortKey="cols">@cols</term></index></index> <seg xml:lang="en">provides attributes used to decorate rows or cells of a table.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.row" rend="link_odd_elementSpec">row</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">role</cell><cell rend="odd_value"><seg xml:lang="en">indicates the kind of information held in this cell or in each cell of this row.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Legal values are:</hi></cell><cell rend="odd_value"><list rend="valList"><label rend="odd_label">data</label><item rend="odd_value"><hi rend="defaultVal" xml:lang="en"> [Default]</hi></item><label rend="odd_label">label</label><item rend="odd_value"/></list></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->When this attribute is specified on a row, its value is the default for all cells in this row. When specified on a cell, its value overrides any default specified by the <hi rend="att">role</hi> attribute of the parent <ref target="#TEI.row">&lt;row&gt;</ref> element.</cell></row></table></cell></row><row><cell rend="odd_label">rows</cell><cell rend="odd_value"><seg xml:lang="en">indicates the number of rows occupied by this cell or row.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.count">data.count</ref></eg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Default</hi> </cell><cell rend="odd_value">1</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A value greater than one indicates that this cell <!--(or row)--> spans several rows. Where several cells span multiple rows, it may be more convenient to use nested tables.</cell></row></table></cell></row><row><cell rend="odd_label">cols</cell><cell rend="odd_value">(<seg xml:lang="en">columns</seg>) <seg xml:lang="en">indicates the number of columns occupied by this cell or row.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.count">data.count</ref></eg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Default</hi> </cell><cell rend="odd_value">1</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->A value greater than one indicates that this cell or row spans several columns. Where an initial cell spans an entire row, it may be better treated as a heading.</cell></row></table></cell></row></table></cell></row></table></div><div type="refdoc" xml:id="TEI.att.typed"><head>att.typed</head><table rend="wovenodd"><row><cell cols="2" rend="wovenodd-col2"><hi rend="label">att.typed</hi><index indexName="ODDS"><term>att.typed (attribute class)</term><index indexName="ODDS"><term sortKey="type">@type</term></index></index> <seg xml:lang="en">provides attributes which can be used to classify or subclassify elements in any way.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Members</hi></cell><cell rend="wovenodd-col2"><hi rend="showmembers1"><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.listPerson" rend="link_odd_elementSpec">listPerson</ref></hi></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Attributes</hi></cell><cell rend="wovenodd-col2">Attributes<table rend="attList"><row><cell rend="odd_label">type</cell><cell rend="odd_value"><seg xml:lang="en">characterizes the element in some sense, using any convenient classification scheme or typology.</seg><table rend="attDef"><row><cell rend="odd_label"><hi rend="label" xml:lang="en">Status</hi> </cell><cell rend="odd_value"><seg xml:lang="en">Optional</seg></cell></row><row><cell rend="odd_label"><hi xml:lang="en" rend="label">Datatype</hi> </cell><cell rend="odd_value"><eg rend="eg_rnc" xml:space="preserve">
<ref target="#TEI.data.enumerated">data.enumerated</ref></eg></cell></row><row><cell cols="2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" source="#NZETC01" xml:lang="en"><div type="verse"><head>Night in Tarras</head><lg type="stanza"><l>At evening tramping on the hot white road</l><l>…</l></lg><lg type="stanza"><l>A wind sprang up from nowhere as the sky</l><l>…</l></lg></div></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The <hi rend="att">type</hi> attribute is present on a number of elements, not all of which are members of <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="class">att.typed</ident>, usually because these elements restrict the possible values for the attribute in a specific way.</cell></row></table></cell></row></table></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="*[@subtype]"&gt;
&lt;sch:assert test="@type"&gt;The &lt;sch:name/&gt; element should not be categorized in detail with @subtype
 unless also categorized in general with @type&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row></table></div></div><div><head>Macros</head><div type="refdoc" xml:id="TEI.data.certainty"><head>data.certainty</head><index indexName="ODDS"><term>data.certainty (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.certainty</hi> <seg xml:lang="en">defines the range of attribute values expressing a degree of certainty.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.certainty = "high" | "medium" | "low" | "unknown"</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Certainty may be expressed by one of the predefined symbolic values <hi rend="val">high</hi>, <hi rend="val">medium</hi>, or <hi rend="val">low</hi>. The value <hi rend="val">unknown</hi> should be used in cases where the encoder does not wish to assert an opinion about the matter. For more precise indication, <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="datatype">data.probability</ident> may be used instead or in addition.</cell></row></table></div><div type="refdoc" xml:id="TEI.data.count"><head>data.count</head><index indexName="ODDS"><term>data.count (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.count</hi> <seg xml:lang="en">defines the range of attribute values used for a non-negative integer value used as a count.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref>/@rows</item><item><ref target="#TEI.table" rend="link_odd_elementSpec">table</ref>/@cols</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.count = xsd:nonNegativeInteger</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Only positive integer values (including zero) are permitted</cell></row></table></div><div type="refdoc" xml:id="TEI.data.enumerated"><head>data.enumerated</head><index indexName="ODDS"><term>data.enumerated (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.enumerated</hi> <seg xml:lang="en">defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref>/@type</item><item><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref>/@unit</item><item><ref target="#TEI.div" rend="link_odd_elementSpec">div</ref>/@type</item><item><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref>/@role</item><item><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref>/@valid</item><item><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref>/@agent</item><item><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref>/@scheme</item><item><ref target="#TEI.head" rend="link_odd_elementSpec">head</ref>/@type</item><item><ref target="#TEI.idno" rend="link_odd_elementSpec">idno</ref>/@type</item><item><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref>/@rend</item><item><ref target="#TEI.list" rend="link_odd_elementSpec">list</ref>/@type</item><item><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref>/@type</item><item><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref>/@role</item><item><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref>/@age</item><item><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref>/@type</item><item><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref>/@type</item><item><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref>/@scheme</item><item><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref>/@type</item><item><ref target="#TEI.tag" rend="link_odd_elementSpec">tag</ref>/@scheme</item><item><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref>/@type</item><item><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref>/@level</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.enumerated = <ref target="#TEI.data.word">data.word</ref></eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Attributes using this datatype must contain a single word matching the pattern defined for this datatype: for example it cannot include whitespace but may begin with digits. Typically, the list of documented possibilities will be provided (or exemplified) by a value list in the associated attribute specification, expressed with a <gi>valList</gi> element.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.data.language"><head>data.language</head><index indexName="ODDS"><term>data.language (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.language</hi> <seg xml:lang="en">defines the range of attribute values used to identify a particular combination of human language and writing system.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CH.html#CHSH">6.1. Language Identification</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref>/@ident</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.language = xsd:language | ""</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The values for this attribute are language <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">tags</soCalled> as defined in <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://tools.ietf.org/html/bcp47">BCP 47</ref>. Currently BCP 47 comprises RFC 5646 and RFC 4647; over time, other IETF documents may succeed these as the best current practice.A <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">language tag</soCalled>, per BCP 47, is assembled from a sequence of components or <term xmlns:rng="http://relaxng.org/ns/structure/1.0">subtags</term> separated by the hyphen character (<mentioned xmlns:rng="http://relaxng.org/ns/structure/1.0">-</mentioned>, U+002D). The tag is made of the following subtags, in the following order. Every subtag except the first is optional. If present, each occurs only once, except the fourth and fifth components (variant and extension), which are repeatable. <list xmlns:rng="http://relaxng.org/ns/structure/1.0" type="gloss"><label>language</label><item>The IANA-registered code for the language. This is almost always the same as the ISO 639 2-letter language code if there is one. The list of available registered language subtags can be found at <ptr target="http://www.iana.org/assignments/language-subtag-registry"/>. It is recommended that this code be written in lower case.</item><label>script</label><item>The ISO 15924 code for the script. These codes consist of 4 letters, and it is recommended they be written with an initial capital, the other three letters in lower case. The canonical list of codes is maintained by the Unicode Consortium, and is available at <ptr target="http://unicode.org/iso15924/iso15924-codes.html"/>. The IETF recommends this code be omitted unless it is necessary to make a distinction you need.</item><label>region</label><item>Either an ISO 3166 country code or a UN M.49 region code that is registered with IANA (not all such codes are registered, e.g. UN codes for economic groupings or codes for countries for which there is already an ISO 3166 2-letter code are not registered). The former consist of 2 letters, and it is recommended they be written in upper case; the list of codes can be searched or browsed at <ptr target="https://www.iso.org/obp/ui/#search/code/"/>. The latter consist of 3 digits; the list of codes can be found at <ptr target="http://unstats.un.org/unsd/methods/m49/m49.htm"/>.</item><label>variant</label><item>An IANA-registered variation. These codes <quote rend="quoted">are used to indicate additional, well-recognized variations that define a language or its dialects that are not covered by other available subtags</quote>.</item><label>extension</label><item>An extension has the format of a single letter followed by a hyphen followed by additional subtags. These exist to allow for future extension to BCP 47, but as of this writing no such extensions are in use.</item><label>private use</label><item>An extension that uses the initial subtag of the single letter <mentioned>x</mentioned> (i.e., starts with <code>x-</code>) has no meaning except as negotiated among the parties involved. These should be used with great care, since they interfere with the interoperability that use of RFC 4646 is intended to promote. In order for a document that makes use of these subtags to be TEI-conformant, a corresponding <ref target="#TEI.language">&lt;language&gt;</ref> element must be present in the TEI header.</item></list><lb/>There are two exceptions to the above format. First, there are language tags in the <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.iana.org/assignments/language-subtag-registry">IANA registry</ref> that do not match the above syntax, but are present because they have been <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">grandfathered</soCalled> from previous specifications.<lb/>Second, an entire language tag can consist of only a private use subtag. These tags start with <code xmlns:rng="http://relaxng.org/ns/structure/1.0">x-</code>, and do not need to follow any further rules established by the IETF and endorsed by these Guidelines. Like all language tags that make use of private use subtags, the language in question must be documented in a corresponding <ref target="#TEI.language">&lt;language&gt;</ref> element in the TEI header.<lb/>Examples include <list xmlns:rng="http://relaxng.org/ns/structure/1.0" type="gloss"><label><hi rend="val">sn</hi></label><item>Shona</item><label><hi rend="val">zh-TW</hi></label><item>Taiwanese</item><label><hi rend="val">zh-Hant-HK</hi></label><item>Chinese written in traditional script as used in Hong Kong</item><label><hi rend="val">en-SL</hi></label><item>English as spoken in Sierra Leone</item><label><hi rend="val">pl</hi></label><item>Polish</item><label><hi rend="val">es-MX</hi></label><item>Spanish as spoken in Mexico</item><label><hi rend="val">es-419</hi></label><item>Spanish as spoken in Latin America</item></list><lb/>The W3C Internationalization Activity has published a useful introduction to BCP 47, <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.w3.org/International/articles/language-tags/Overview.en.php">Language tags in HTML and XML</ref>.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.data.name"><head>data.name</head><index indexName="ODDS"><term>data.name (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.name</hi> <seg xml:lang="en">defines the range of attribute values expressed as an XML Name.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.att" rend="link_odd_elementSpec">att</ref><c xml:space="preserve"> </c><ref target="#TEI.gi" rend="link_odd_elementSpec">gi</ref><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref>/@ident</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.name = xsd:Name</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Attributes using this datatype must contain a single word which follows the rules defining a legal XML name (see <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.w3.org/TR/REC-xml/#dt-name"/>): for example they cannot include whitespace or begin with digits.</cell></row></table></div><div type="refdoc" xml:id="TEI.data.namespace"><head>data.namespace</head><index indexName="ODDS"><term>data.namespace (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.namespace</hi> <seg xml:lang="en">defines the range of attribute values used to indicate XML namespaces as defined by the W3C <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.w3.org/TR/1999/REC-xml-names-19990114/">Namespaces in XML</ref> Technical Recommendation.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.namespace = xsd:anyURI</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The range of syntactically valid values is defined by <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986 <title>Uniform Resource Identifier (URI): Generic Syntax</title></ref></cell></row></table></div><div type="refdoc" xml:id="TEI.data.numeric"><head>data.numeric</head><index indexName="ODDS"><term>data.numeric (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.numeric</hi> <seg xml:lang="en">defines the range of attribute values used for numeric values.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref>/@value</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.numeric =
   xsd:double | token { pattern = "(\-?[\d]+/\-?[\d]+)" } | xsd:decimal</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Any numeric value, represented as a decimal number, in floating point format, or as a ratio.To represent a floating point number, expressed in scientific notation, <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">E notation</soCalled>, a variant of <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">exponential notation</soCalled>, may be used. In this format, the value is expressed as two numbers separated by the letter E. The first number, the significand (sometimes called the mantissa) is given in decimal format, while the second is an integer. The value is obtained by multiplying the mantissa by 10 the number of times indicated by the integer. Thus the value represented in decimal notation as 1000.0 might be represented in scientific notation as 10E3.<lb/>A value expressed as a ratio is represented by two integer values separated by a solidus (/) character. Thus, the value represented in decimal notation as 0.5 might be represented as a ratio by the string 1/2.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.data.outputMeasurement"><head>data.outputMeasurement</head><index indexName="ODDS"><term>data.outputMeasurement (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.outputMeasurement</hi> <seg xml:lang="en">defines a range of values for use in specifying the size of an object that is intended for display.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.outputMeasurement =
   token
   {
      pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
   }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Example</hi></cell><cell rend="wovenodd-col2"><egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0" xml:lang="en"><figure><head>The TEI Logo</head><figDesc>Stylized yellow angle brackets with the letters <mentioned>TEI</mentioned> in
          between and <mentioned>text encoding initiative</mentioned> underneath, all on a white
          background.</figDesc><graphic height="600px" width="600px" url="http://www.tei-c.org/logos/TEI-600.jpg"/></figure></egXML></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->These values map directly onto the values used by XSL-FO and CSS. For definitions of the units see those specifications; at the time of this writing the most complete list is in the <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.w3.org/TR/2005/WD-css3-values-20050726/#numbers0">CSS3 working draft</ref>.</cell></row></table></div><div type="refdoc" xml:id="TEI.data.pointer"><head>data.pointer</head><index indexName="ODDS"><term>data.pointer (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.pointer</hi> <seg xml:lang="en">defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.catRef" rend="link_odd_elementSpec">catRef</ref>/@scheme</item><item><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref>/@target</item><item><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref>/@scheme</item><item><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref>/@hand</item><item><ref target="#TEI.keywords" rend="link_odd_elementSpec">keywords</ref>/@scheme</item><item><ref target="#TEI.ptr" rend="link_odd_elementSpec">ptr</ref>/@target</item><item><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref>/@target</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.pointer = xsd:anyURI</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The range of syntactically valid values is defined by <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.ietf.org/rfc/rfc3986.txt"> RFC 3986</ref> <title xmlns:rng="http://relaxng.org/ns/structure/1.0">Uniform Resource Identifier (URI): Generic Syntax</title>. Note that the values themselves are encoded using <ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.ietf.org/rfc/rfc3987.txt">RFC 3987</ref> <title xmlns:rng="http://relaxng.org/ns/structure/1.0">Internationalized Resource Identifiers</title> (IRIs) mapping to URIs. For example, <code xmlns:rng="http://relaxng.org/ns/structure/1.0">https://secure.wikimedia.org/wikipedia/en/wiki/%</code> is encoded as <code xmlns:rng="http://relaxng.org/ns/structure/1.0">https://secure.wikimedia.org/wikipedia/en/wiki/%25</code> while <code xmlns:rng="http://relaxng.org/ns/structure/1.0">http://موقع.وزارة-الاتصالات.مصر/</code> is encoded as <code xmlns:rng="http://relaxng.org/ns/structure/1.0">http://xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c/</code></cell></row></table></div><div type="refdoc" xml:id="TEI.data.sex"><head>data.sex</head><index indexName="ODDS"><term>data.sex (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.sex</hi> <seg xml:lang="en">defines the range of attribute values used to identify human or animal sex.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.person" rend="link_odd_elementSpec">person</ref>/@sex</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.sex = <ref target="#TEI.data.word">data.word</ref></eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Values for attributes using this datatype may be locally defined by a project, or may refer to an external standard, such as vCard's sex property <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://microformats.org/wiki/gender-formats"/> (in which <hi rend="val">M</hi> indicates male, <hi rend="val">F</hi> female, <hi rend="val">O</hi> other, <hi rend="val">N</hi> none or not applicable, <hi rend="val">U</hi> unknown), or the often used ISO 5218:2004 <title xmlns:rng="http://relaxng.org/ns/structure/1.0">Representation of Human Sexes</title> <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://standards.iso.org/ittf/PubliclyAvailableStandards/c036266_ISO_IEC_5218_2004(E_F).zip"/> (in which <hi rend="val">0</hi> indicates unknown; <hi rend="val">1</hi> male; <hi rend="val">2</hi> female; and <hi rend="val">9</hi> not applicable, although the ISO standard is widely considered inadequate); cf. CETH's <title xmlns:rng="http://relaxng.org/ns/structure/1.0">Recommendations for Inclusive Data Collection of Trans People</title> <ptr xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://transhealth.ucsf.edu/trans?page=lib-data-collection"/>.</cell></row></table></div><div type="refdoc" xml:id="TEI.data.temporal.w3c"><head>data.temporal.w3c</head><index indexName="ODDS"><term>data.temporal.w3c (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.temporal.w3c</hi> <seg xml:lang="en">defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C <title xmlns:rng="http://relaxng.org/ns/structure/1.0" ref="#XSD2">XML Schema Part 2: Datatypes Second Edition</title> specification.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"/></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.temporal.w3c =
   xsd:date
 | xsd:gYear
 | xsd:gMonth
 | xsd:gDay
 | xsd:gYearMonth
 | xsd:gMonthDay
 | xsd:time
 | xsd:dateTime</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->If it is likely that the value used is to be compared with another, then a time zone indicator should always be included, and only the dateTime representation should be used.</cell></row></table></div><div type="refdoc" xml:id="TEI.data.text"><head>data.text</head><index indexName="ODDS"><term>data.text (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.text</hi> <seg xml:lang="en">defines the range of attribute values used to express some kind of identifying string as a single sequence of unicode characters possibly including whitespace.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref>/@selector</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.text = string</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Attributes using this datatype must contain a single <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">token</soCalled> in which whitespace and other punctuation characters are permitted.</cell></row></table></div><div type="refdoc" xml:id="TEI.data.truthValue"><head>data.truthValue</head><index indexName="ODDS"><term>data.truthValue (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.truthValue</hi> <seg xml:lang="en">defines the range of attribute values used to express a truth value.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.listChange" rend="link_odd_elementSpec">listChange</ref>/@ordered</item><item><ref target="#TEI.tagsDecl" rend="link_odd_elementSpec">tagsDecl</ref>/@partial</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.truthValue = xsd:boolean</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->The possible values of this datatype are <hi rend="val">1</hi> or <hi rend="val">true</hi>, or <hi rend="val">0</hi> or <hi rend="val">false</hi>.This datatype applies only for cases where uncertainty is inappropriate; if the attribute concerned may have a value other than true or false, e.g. <hi rend="val">unknown</hi>, or <hi rend="val">inapplicable</hi>, it should have the extended version of this datatype: <ident xmlns:rng="http://relaxng.org/ns/structure/1.0" type="datatype">data.xTruthValue</ident>.<lb/></cell></row></table></div><div type="refdoc" xml:id="TEI.data.versionNumber"><head>data.versionNumber</head><index indexName="ODDS"><term>data.versionNumber (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.versionNumber</hi> <seg xml:lang="en">defines the range of attribute values used for version numbers.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.application" rend="link_odd_elementSpec">application</ref>/@version</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.versionNumber =
   token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" }</eg></cell></row></table></div><div type="refdoc" xml:id="TEI.data.word"><head>data.word</head><index indexName="ODDS"><term>data.word (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">data.word</hi> <seg xml:lang="en">defines the range of attribute values expressed as a single word or token.</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.data.enumerated" rend="link_odd_macroSpec">data.enumerated</ref><c xml:space="preserve"> </c><ref target="#TEI.data.sex" rend="link_odd_macroSpec">data.sex</ref><seg xml:lang="en">Element: </seg><list><item><ref target="#TEI.code" rend="link_odd_elementSpec">code</ref>/@lang</item><item><ref target="#TEI.gap" rend="link_odd_elementSpec">gap</ref>/@reason</item><item><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref>/@reason</item></list></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
data.word = token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" }</eg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Note</hi></cell><cell rend="wovenodd-col2"><!-- -->Attributes using this datatype must contain a single <soCalled xmlns:rng="http://relaxng.org/ns/structure/1.0">word</soCalled> which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.</cell></row></table></div><div type="refdoc" xml:id="TEI.macro.anyXML"><head>macro.anyXML</head><index indexName="ODDS"><term>macro.anyXML (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">macro.anyXML</hi> <seg xml:lang="en">defines a content model within which any XML elements are permitted</seg></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.egXML" rend="link_odd_elementSpec">egXML</ref><c xml:space="preserve"> </c><ref target="#TEI.macro.anyXML" rend="link_odd_macroSpec">macro.anyXML</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
macro.anyXML =
   element * - (tei:* | teix:egXML)
   {
      attribute * { text }*,
      ( text | <ref target="#TEI.macro.anyXML">macro.anyXML</ref> )*
   }</eg></cell></row></table></div><div type="refdoc" xml:id="TEI.macro.limitedContent"><head>macro.limitedContent</head><index indexName="ODDS"><term>macro.limitedContent (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">macro.limitedContent</hi> (<seg xml:lang="en">paragraph content</seg>) <seg xml:lang="en">defines the content of prose elements that are not used for transcription of extant materials.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.desc" rend="link_odd_elementSpec">desc</ref><c xml:space="preserve"> </c><ref target="#TEI.rendition" rend="link_odd_elementSpec">rendition</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
macro.limitedContent = ( text | <ref target="#TEI.model.limitedPhrase">model.limitedPhrase</ref> | <ref target="#TEI.model.inter">model.inter</ref> )*</eg></cell></row></table></div><div type="refdoc" xml:id="TEI.macro.paraContent"><head>macro.paraContent</head><index indexName="ODDS"><term>macro.paraContent (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">macro.paraContent</hi> (<seg xml:lang="en">paragraph content</seg>) <seg xml:lang="en">defines the content of paragraphs and similar elements.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.emph" rend="link_odd_elementSpec">emph</ref><c xml:space="preserve"> </c><ref target="#TEI.hi" rend="link_odd_elementSpec">hi</ref><c xml:space="preserve"> </c><ref target="#TEI.p" rend="link_odd_elementSpec">p</ref><c xml:space="preserve"> </c><ref target="#TEI.ref" rend="link_odd_elementSpec">ref</ref><c xml:space="preserve"> </c><ref target="#TEI.supplied" rend="link_odd_elementSpec">supplied</ref><c xml:space="preserve"> </c><ref target="#TEI.title" rend="link_odd_elementSpec">title</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
macro.paraContent =
   (
      text
    | <ref target="#TEI.model.gLike">model.gLike</ref>
    | <ref target="#TEI.model.phrase">model.phrase</ref>
    | <ref target="#TEI.model.inter">model.inter</ref>
    | <ref target="#TEI.model.global">model.global</ref>
    | <ref target="#TEI.lg">lg</ref>
    | <ref target="#TEI.model.lLike">model.lLike</ref>
   )*</eg></cell></row></table></div><div type="refdoc" xml:id="TEI.macro.phraseSeq"><head>macro.phraseSeq</head><index indexName="ODDS"><term>macro.phraseSeq (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">macro.phraseSeq</hi> (<seg xml:lang="en">phrase sequence</seg>) <seg xml:lang="en">defines a sequence of character data and phrase-level elements.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.abbr" rend="link_odd_elementSpec">abbr</ref><c xml:space="preserve"> </c><ref target="#TEI.affiliation" rend="link_odd_elementSpec">affiliation</ref><c xml:space="preserve"> </c><ref target="#TEI.author" rend="link_odd_elementSpec">author</ref><c xml:space="preserve"> </c><ref target="#TEI.biblScope" rend="link_odd_elementSpec">biblScope</ref><c xml:space="preserve"> </c><ref target="#TEI.edition" rend="link_odd_elementSpec">edition</ref><c xml:space="preserve"> </c><ref target="#TEI.editor" rend="link_odd_elementSpec">editor</ref><c xml:space="preserve"> </c><ref target="#TEI.eg" rend="link_odd_elementSpec">eg</ref><c xml:space="preserve"> </c><ref target="#TEI.email" rend="link_odd_elementSpec">email</ref><c xml:space="preserve"> </c><ref target="#TEI.foreign" rend="link_odd_elementSpec">foreign</ref><c xml:space="preserve"> </c><ref target="#TEI.forename" rend="link_odd_elementSpec">forename</ref><c xml:space="preserve"> </c><ref target="#TEI.label" rend="link_odd_elementSpec">label</ref><c xml:space="preserve"> </c><ref target="#TEI.mentioned" rend="link_odd_elementSpec">mentioned</ref><c xml:space="preserve"> </c><ref target="#TEI.name" rend="link_odd_elementSpec">name</ref><c xml:space="preserve"> </c><ref target="#TEI.num" rend="link_odd_elementSpec">num</ref><c xml:space="preserve"> </c><ref target="#TEI.orgName" rend="link_odd_elementSpec">orgName</ref><c xml:space="preserve"> </c><ref target="#TEI.pubPlace" rend="link_odd_elementSpec">pubPlace</ref><c xml:space="preserve"> </c><ref target="#TEI.publisher" rend="link_odd_elementSpec">publisher</ref><c xml:space="preserve"> </c><ref target="#TEI.roleName" rend="link_odd_elementSpec">roleName</ref><c xml:space="preserve"> </c><ref target="#TEI.soCalled" rend="link_odd_elementSpec">soCalled</ref><c xml:space="preserve"> </c><ref target="#TEI.surname" rend="link_odd_elementSpec">surname</ref><c xml:space="preserve"> </c><ref target="#TEI.term" rend="link_odd_elementSpec">term</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
macro.phraseSeq = ( text | <ref target="#TEI.model.gLike">model.gLike</ref> | <ref target="#TEI.model.phrase">model.phrase</ref> | <ref target="#TEI.model.global">model.global</ref> )*</eg></cell></row></table></div><div type="refdoc" xml:id="TEI.macro.phraseSeq.limited"><head>macro.phraseSeq.limited</head><index indexName="ODDS"><term>macro.phraseSeq.limited (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">macro.phraseSeq.limited</hi> (<seg xml:lang="en">limited phrase sequence</seg>) <seg xml:lang="en">defines a sequence of character data and those phrase-level elements that are not typically used for transcribing extant documents.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.classCode" rend="link_odd_elementSpec">classCode</ref><c xml:space="preserve"> </c><ref target="#TEI.language" rend="link_odd_elementSpec">language</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
macro.phraseSeq.limited = ( text | <ref target="#TEI.model.limitedPhrase">model.limitedPhrase</ref> | <ref target="#TEI.model.global">model.global</ref> )*</eg></cell></row></table></div><div type="refdoc" xml:id="TEI.macro.specialPara"><head>macro.specialPara</head><index indexName="ODDS"><term>macro.specialPara (macro)</term></index><table rend="wovenodd"><row><cell cols="2"><hi rend="label">macro.specialPara</hi> (<seg xml:lang="en">'special' paragraph content</seg>) <seg xml:lang="en">defines the content model of elements such as notes or list items, which either contain a series of component-level elements or else have the same structure as a paragraph, containing a series of phrase-level and inter-level elements.</seg> [<ref xmlns:rng="http://relaxng.org/ns/structure/1.0" target="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</ref>]</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Module</hi></cell><cell rend="wovenodd-col2">tei</cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Used by</hi></cell><cell rend="wovenodd-col2"><ab rend="parent"><ref target="#TEI.cell" rend="link_odd_elementSpec">cell</ref><c xml:space="preserve"> </c><ref target="#TEI.change" rend="link_odd_elementSpec">change</ref><c xml:space="preserve"> </c><ref target="#TEI.item" rend="link_odd_elementSpec">item</ref><c xml:space="preserve"> </c><ref target="#TEI.note" rend="link_odd_elementSpec">note</ref><c xml:space="preserve"> </c><ref target="#TEI.q" rend="link_odd_elementSpec">q</ref><c xml:space="preserve"> </c><ref target="#TEI.quote" rend="link_odd_elementSpec">quote</ref></ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Declaration</hi></cell><cell rend="wovenodd-col2"><eg rend="eg_rnc" xml:space="preserve">
macro.specialPara =
   (
      text
    | <ref target="#TEI.model.gLike">model.gLike</ref>
    | <ref target="#TEI.model.phrase">model.phrase</ref>
    | <ref target="#TEI.model.inter">model.inter</ref>
    | <ref target="#TEI.model.divPart">model.divPart</ref>
    | <ref target="#TEI.model.global">model.global</ref>
   )*</eg></cell></row></table></div></div><div><head>Constraints</head><table rend="wovenodd"><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="text()[not(ancestor::tei:eg|ancestor::eg:egXML|ancestor::tei:code|ancestor::tei:tag)][matches(., 
 $apos.typographic)]"&gt;
&lt;sch:report test="matches(., '\W[’]\D') or matches(., '[‘](\W|$)') or matches(., '\w[‘]\w')"&gt; Left and Right Single Quotation Marks should be used in the right place.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="text()[not(ancestor::tei:quote or ancestor::tei:title)]"&gt;
&lt;sch:assert test="not(matches(., '\d\d?((th)|(st)|(rd)|(nd))[- ]centur((y)|(ies))', 
 'i'))"&gt; Centuries such as "the nineteenth century" should be spelled out, not written with digits.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:body//tei:div[not(@type='editorialIntroduction')]|tei:figure|tei:table"
 role="warning"&gt;
&lt;sch:assert test="@xml:id"&gt; You're strongly advised to add an @xml:id attribute to &lt;sch:name/&gt; to ease formal cross-referencing
 with (ptr|ref)[@type='crossref']
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:ptr[@type='crossref']|tei:ref[@type='crossref']"&gt;
&lt;sch:assert test="id(substring-after(@target, '#'))/(self::tei:div|self::tei:figure|self::tei:table)"&gt; Cross-links (&lt;sch:name/&gt;[@type="crossref"]) should be targeted at div, figure, or table elements.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:ptr[not(@type='crossref')]|tei:ref[not(@type='crossref')]"&gt;
&lt;sch:report test="id(substring-after(@target, '#'))/(self::tei:div|self::tei:figure|self::tei:table)"&gt; Please type internal cross-references as 'crossref' (&lt;sch:name/&gt;[@type="crossref"]).
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="text()[not(ancestor::tei:eg|ancestor::eg:egXML|ancestor::tei:code|ancestor::tei:tag|ancestor::tei:ref)]"&gt;
&lt;sch:assert test="not(contains(., '--'))"&gt; Double hyphens should not be used for dashes. Please use
 the EM Dash (U+2014 or —) instead.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="text()[not(ancestor::tei:eg|ancestor::eg:egXML|ancestor::tei:code|ancestor::tei:tag|ancestor::tei:ref[not(@type='crossref')])]"
 role="warning"&gt;
&lt;sch:assert test="not(matches(., '(table|figure|example|section) \d+([.,]\d+)* ((above)|(below))', 
 'i'))"&gt; Please replace literal references to tables, figures, examples, and sections with a formal crosslink:
 (ptr|ref)[@type="crossref"]
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="text()[not(ancestor::tei:eg|ancestor::eg:egXML|ancestor::tei:code|ancestor::tei:tag)]"&gt;
&lt;sch:report test="matches(., '(i\.e\.|e\.g\.)[^,]', 'i')"&gt; You should put a comma after "i.e." and "e.g.".
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="@*[not(ancestor::eg:egXML)][name() = ('corresp', 'target', 'from', 
 'to', 'ref', 'rendition', 'resp', 'source')][some $i in tokenize(., 
 '\s+') satisfies starts-with($i, '#')]"&gt;
&lt;sch:assert test="every $i in tokenize(., '\s+')[starts-with(., '#')] satisfies id( 
 substring-after($i, '#'))"&gt; There's no local target for this link. Please make sure you use an existing @xml:id value.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:ns prefix="sch"
 uri="http://purl.oclc.org/dsdl/schematron"/&gt;
&lt;sch:ns prefix="tei"
 uri="http://www.tei-c.org/ns/1.0"/&gt;
&lt;sch:ns prefix="xs"
 uri="http://www.w3.org/2001/XMLSchema"/&gt;
&lt;sch:ns prefix="xsl"
 uri="http://www.w3.org/1999/XSL/Transform"/&gt;
&lt;sch:ns prefix="eg"
 uri="http://www.tei-c.org/ns/Examples"/&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="text()[not(ancestor::tei:eg|ancestor::eg:egXML|ancestor::tei:code|ancestor::tei:tag)]"&gt;
&lt;sch:report test="matches(., $double.quotes) or matches(., '(^|\W)[‘][^‘’]+[’](\W|$)')"&gt; Quotation marks are not permitted in plain text. Please use appropriate mark-up that will ensure the appropriate quotation marks will be generated consistently.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="tei:title[@level eq 'a']|tei:mentioned|tei:soCalled|tei:quote|tei:q"&gt;
&lt;sch:assert test="not(matches(., concat('^', $double.quotes, '|', $double.quotes, '$')))"&gt; Quotation mark delimiters are not allowed for &lt;sch:name/&gt;: they are completed at processing time via XSLT.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="text()[not(ancestor::tei:eg|ancestor::eg:egXML|ancestor::tei:code|ancestor::tei:tag|ancestor::tei:idno)][not(. 
 = parent::*/@*)]"&gt;
&lt;sch:assert test="not(matches(., '\d-\d'))"&gt; Numeric ranges should not be indicated with a hyphen. Please use
 the EN Dash (U+2013 or –) character instead.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="text()[not(ancestor::tei:eg|ancestor::eg:egXML|ancestor::tei:code|ancestor::tei:tag)]"&gt;
&lt;sch:report test="matches(., $apos.straight)"&gt; "Straight apostrophe" characters are not permitted. Please use the
 Right Single Quotation Mark (U+2019 or ’) character instead. On the other hand, if the straight
 apostrophe characters function as quotation marks, please replace them with appropriate mark-up
 that will ensure the appropriate quotation marks will be generated consistently.
&lt;/sch:report&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:rule context="@target[contains(., 'http://www.tei-c.org/release/doc/tei-p5-doc')]"&gt;
&lt;sch:assert test="false()"&gt; Please refer to the exact version of the TEI Guidelines, and link to the version that can be found in the Vault section. For an overview of all archived versions, see http://www.tei-c.org/Vault/P5/.
 
 If you're referring to the English version, the correct URL will likely take the form of http://www.tei-c.org/Vault/P5/{$version-number}/doc/tei-p5-doc/en/html/.
&lt;/sch:assert&gt;&lt;/sch:rule&gt;</ab></cell></row><row><cell rend="wovenodd-col1"><hi rend="label" xml:lang="en">Schematron</hi></cell><cell rend="wovenodd-col2"><ab xml:space="preserve" rend="pre">
&lt;sch:pattern&gt;
&lt;sch:let name="double.quotes"
 value="'["“”]'"/&gt;
&lt;sch:let name="apos.typographic"
 value="'[‘’]'"/&gt;
&lt;sch:let name="apos.straight" value="''''"/&gt;
&lt;sch:let name="quotes"
 value="concat('[', $apos.straight, '"]')"/&gt;&lt;/sch:pattern&gt;</ab></cell></row></table></div></div></back></text></TEI>